qiskit.circuit.QuantumCircuit.x¶
- QuantumCircuit.x(qubit, label=None)[source]¶
Apply
XGate
.For the full matrix form of this gate, see the underlying gate documentation.
- Paramètres
qubit (QubitSpecifier) – The qubit(s) to apply the gate to.
label (str | None) – The string label of the gate in the circuit.
- Renvoie
A handle to the instructions created.
- Type renvoyé