Skip to content

Commit

Permalink
Try without fix for #121.
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Jan 25, 2024
1 parent 94ece48 commit 4331107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_aqt_provider/transpiler_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def wrap_rxx_angle(theta: float) -> Instruction:
class WrapRxxAngles(TransformationPass):
"""Wrap Rxx angles to [0, π/2]."""

SUBSTITUTE_GATE_NAME: Final = "Rxx-wrapped"
SUBSTITUTE_GATE_NAME: Final = "Rxx"

@map_exceptions(TranspilerError)
def run(self, dag: DAGCircuit) -> DAGCircuit:
Expand Down

0 comments on commit 4331107

Please sign in to comment.