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

Use of private attributes in `QuantumCircuit` class #33

Closed mtreinish closed 3 months ago

mtreinish commented 3 months ago

The qiskit-qasm3-import library is using private attributes and classes from Qiskit. Specifically QuantumCircuit._parameter_table and ParameterReference, this is explicitly not supported and will actively be broken by https://github.com/Qiskit/qiskit/pull/12459 which removes both.