Skip to content

Commit

Permalink
fixing breaking changes coming in bloqade v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Feb 10, 2025
1 parent ca453d9 commit ec24a23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
]
requires-python = ">=3.10"
dependencies = [
"bloqade[qasm2]>=0.17.0",
"bloqade[qasm2]>=0.18.0",
"kirin-toolchain>=0.10.0",
]

Expand Down
2 changes: 2 additions & 0 deletions src/bloqade/pyqrack/qasm2/uop.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ class PyQrackMethods(interp.MethodTable):
"cy": "mcy",
"ch": "mch",
"sdag": "adjs",
"sdg": "adjs",
"tdag": "adjt",
"tdg": "adjt",
}

AXIS_MAP = {"rx": 1, "ry": 2, "rz": 3}
Expand Down

0 comments on commit ec24a23

Please sign in to comment.