qiskit.transpiler.passes.PulseGates.supported¶
- PulseGates.supported(node_op, qubits)[source]¶
Determine if a given node supports the calibration.
- Parameters
node_op (Instruction) -- Target instruction object.
qubits (List) -- Integer qubit indices to check.
- Returns
Return
True
is calibration can be provided.- Return type
bool