oqpy icon indicating copy to clipboard operation
oqpy copied to clipboard

OpenQASM 3 + OpenPulse in Python

Results 13 oqpy issues
Sort by recently updated
recently updated
newest added

In particular the calculation of binary expression types is fragile.

The AST for `DelayInstruction` and `QuantumBarrier` defines a `qubits` attribute, but in oqpy we also use them for `frames` so the attribute naming is misleading. The typing is not an...

For (possibly) all variables types (e.g. `BoolVar`, `IntVar`) etc, we do not do any type validation/conversion if the user tries to create a variable with a value that is not...