boulderopalscaleup.device.DefcalInformation
class boulderopalscaleup.device.DefcalInformation(*, qubit_addr, gate, program, schedule)Pulse schedule information for a defcal on a device.
Variables
- qubit_addr (tuple [ str , ... ]) – Addresses of the qubits targeted by this defcal.
- gate (str) – The name of the gate.
- program (str) – The OpenQASM program string defining the gate.
- schedule (dict) – Per-port pulse schedule as a mapping from port name to a list of instructions.