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

Allow float/angle interaction in gate-parameter contexts #35

Closed jakelishman closed 3 months ago

jakelishman commented 3 months ago

This allows technically invalid OpenQASM 3, but is in practice what Qiskit's OpenQASM 3 exporter outputs due to problems in how it represents symbolic expressions. It's probably better for users to allow the technically invalid OpenQASM 3 than to punish them for things that are actually Qiskit's fault.

Fix #25.