Bengali
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.circuit.QuantumCircuit.rcccx

QuantumCircuit.rcccx(control_qubit1, control_qubit2, control_qubit3, target_qubit)[source]

Apply RC3XGate.

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

প্যারামিটার
  • control_qubit1 (Union[Qubit, QuantumRegister, int, slice, Sequence[Union[Qubit, int]]]) -- The qubit(s) used as the first control.

  • control_qubit2 (Union[Qubit, QuantumRegister, int, slice, Sequence[Union[Qubit, int]]]) -- The qubit(s) used as the second control.

  • control_qubit3 (Union[Qubit, QuantumRegister, int, slice, Sequence[Union[Qubit, int]]]) -- The qubit(s) used as the third control.

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

রিটার্নস

A handle to the instructions created.

রিটার্ন টাইপ

InstructionSet