qiskit.transpiler.passes.PulseGates.supported¶
- PulseGates.supported(node_op, qubits)[fuente]¶
Determine if a given node supports the calibration.
- Parámetros
node_op (
Instruction
) – Target instruction object.qubits (
List
) – Integer qubit indices to check.
- Tipo del valor devuelto
bool
- Devuelve
Return
True
is calibration can be provided.