You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, transpile will decompose the circuit into backend specific basis gates. In newer versions of qiskit-aer, this will cause problem for pyquafu
Warning: Operations crz may be not supported by QuantumCircuit class currently.
Warning: Operations crz may be not supported by QuantumCircuit class currently.
Warning: Operations crz may be not supported by QuantumCircuit class currently.
The text was updated successfully, but these errors were encountered:
Some basis gates are not supported by pyquafu, thus the tests mail fail for different qiskit versions.
https://github.com/Zhaoyilunnn/qdao/blob/main/tests/qdao/engine_test.py#L245C9-L251
Specifically,
transpile
will decompose the circuit into backend specific basis gates. In newer versions of qiskit-aer, this will cause problem for pyquafuThe text was updated successfully, but these errors were encountered: