qib.backend.processor_configuration.GateProperties¶
- class qib.backend.processor_configuration.GateProperties(name: str, qubits: Sequence[Sequence[int]], parameters: Sequence[str] = [])[source]¶
Bases:
objectGeneric class for gate properties.
The properties of a quantum processor’s gate, including information about what gates are configured for which qubits of the targeted quantum system.
Methods
Check if the gate is configured for the given parameters.
Check if the gate is configured for the given qubits.