qiskit.circuit.QuantumCircuit.rx¶
- QuantumCircuit.rx(theta, qubit, label=None)[source]¶
Apply
RXGate
.For the full matrix form of this gate, see the underlying gate documentation.
- প্যারামিটার
theta (ParameterValueType) -- The rotation angle of the gate.
qubit (QubitSpecifier) -- The qubit(s) to apply the gate to.
label (str | None) -- The string label of the gate in the circuit.
- রিটার্নস
A handle to the instructions created.
- রিটার্ন টাইপ