Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.circuit.QuantumCircuit.cp

QuantumCircuit.cp(theta, control_qubit, target_qubit, label=None, ctrl_state=None)[ソース]

Apply CPhaseGate.

For the full matrix form of this gate, see the underlying gate documentation.

パラメータ
  • theta (ParameterValueType) – The angle of the rotation.

  • control_qubit (QubitSpecifier) – The qubit(s) used as the control.

  • target_qubit (QubitSpecifier) – The qubit(s) targeted by the gate.

  • label (str | None) – The string label of the gate in the circuit.

  • ctrl_state (str | int | None) – The control state in decimal, or as a bitstring (e.g. 『1』). Defaults to controlling on the 『1』 state.

戻り値

A handle to the instructions created.

戻り値の型

InstructionSet