German
Sprachen
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.dagcircuit.DAGCircuit.add_calibration

DAGCircuit.add_calibration(gate, qubits, schedule, params=None)[Quellcode]

Register a low-level, custom pulse definition for the given gate.

Parameter
  • gate (Union[Gate, str]) – Gate information.

  • qubits (Union[int, Tuple[int]]) – List of qubits to be measured.

  • schedule (Schedule) – Schedule information.

  • params (Optional[List[Union[float, Parameter]]]) – A list of parameters.

Verursacht

Exception – if the gate is of type string and params is None.