CircuitOperation#
- class iqm.pulse.builder.CircuitOperation(name, locus, args=<factory>, implementation=None)#
Bases:
object
Specific quantum operation applied on a specific part of the QPU, e.g. in a quantum circuit.
Module:
iqm.pulse.builder
Attributes
name of the implementation
name of the quantum operation
names of the information-bearing QPU components (qubits, computational resonators...) the operation acts on
arguments for the operation
Methods
- Parameters: