You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instruction::get_qubits and Instruction::get_qubits_mut miss the qubits contained in certain instructions.
Program::add_instruction should also only track the qubits used by body instructions.
For example, it is possible to extract qubits used in CalibrationDefinitions, but the qubits in a definition should not be considered "used" by the Program.