Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.circuit.QuantumCircuit.fredkin

QuantumCircuit.fredkin(control_qubit, target_qubit1, target_qubit2)[소스]

Apply CSwapGate.

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

매개변수
  • control_qubit (Union[Qubit, QuantumRegister, int, slice, Sequence[Union[Qubit, int]]]) – The qubit(s) used as the control.

  • target_qubit1 (Union[Qubit, QuantumRegister, int, slice, Sequence[Union[Qubit, int]]]) – The qubit(s) targeted by the gate.

  • target_qubit2 (Union[Qubit, QuantumRegister, int, slice, Sequence[Union[Qubit, int]]]) – The qubit(s) targeted by the gate.

반환

A handle to the instructions created.

반환 형식

InstructionSet

더 보기

QuantumCircuit.cswap: the same function with a different name.