-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Support parsing QASM gphase gates #7860
Copy link
Copy link
Open
Labels
kind/feature-requestDescribes new functionalityDescribes new functionalitytriage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked onA consensus emerged that this bug report, feature request, or other action should be worked on
Metadata
Metadata
Assignees
Labels
kind/feature-requestDescribes new functionalityDescribes new functionalitytriage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked onA consensus emerged that this bug report, feature request, or other action should be worked on
Is your feature request related to a use case or problem?
Other quantum SDKs output
gphasegates as part of QASM output, and converting those to cirq is a critical step in mitiq's functionality. As of the 0.44.0 release of pennylane,gphasegates are added to qasm output (PennyLaneAI/pennylane#8809), which break mitiq functionality due to the inability to convert to cirq.Describe the solution you would prefer
circuit_from_qasmsupports qasm strings withgphasegates. E.g. to be able to run the following code:Currently I get
How urgent is this for you? Is it blocking important work?
P1 – I need this no later than the next release
(this feels very demanding, but P2 was too lax. We will find workarounds if this is feature is not possible or desired.)