Qiskit / qiskit-qasm3-import

Importer from OpenQASM 3 to Qiskit's QuantumCircuit
https://qiskit.github.io/qiskit-qasm3-import
Apache License 2.0
15 stars 7 forks source link

Fix test of operation immutability #22

Closed jakelishman closed 10 months ago

jakelishman commented 10 months ago

Qiskit adding the concept of immutable instructions means that we no longer hard require all gates to be separate Python objects to be safe against mutation.