Blake Johnson
Blake Johnson
In trying to run the message_box example, if I click on any of the buttons I get the error message: `AttributeError: 'NoneType' object has no attribute 'setWidget'`. The call stack...
# Problem There are an increasing number of methods that depend upon executing families of closely related circuits. In particular, circuits with random Pauli gates inserted in various locations. This...
This is meant to be kind of a meta-issue describing the set of issues that need to be resolved w.r.t. types in QASM3. 1. typed variables in `gate`s and `def`s...
In particular, after https://github.com/JuliaLang/julia/pull/13612 Julia drops dimensions indexed by a scalar. Work is under way https://github.com/JuliaLang/Compat.jl/pull/179 to provide the new behavior in older versions of Julia, but I assume that...
### Environment - **Qiskit version**: 1.0 - **Python version**: 3.11.7 - **Operating system**: macOS ### What is happening? OpenQASM3 parser incorrectly identifies bit literals as uint literals. It also seemingly...
The `backend.run(...)` interface has accumulated a lot of cruft over the years. We need to start paring down this interface to only things which are essential. Some things that I...
Pulse amplitude is now determined by the hardware translators. Consequently, we should remove the `amp` keyword from the shape functions to avoid confusion.
QGL IR
This issue is to track discussions about supporting a simple, pure text IR for QGL. Some initial notion of what that might look like from this morning's discussion: ``` QBIT_q1...
For example: ``` python [MEAS(q1)*MEAS(q2)] ``` we count as 1 measurement, but ``` python [MEAS(q1), MEAS(q2)] ``` we count as 2 measurements. The `num_measurements` calculation should probably be done on...
i.e. we want to have: - [x] a dictionary from instruments to their compiled sequence files - [x] some equivalent information for receivers/digitizers (#91) - [ ] including some representation...