qiskit.circuit.QuantumCircuit.sx¶
- QuantumCircuit.sx(qubit)[fuente]¶
Apply
SXGate
.For the full matrix form of this gate, see the underlying gate documentation.
- Parámetros
qubit (Union[Qubit, QuantumRegister, int, slice, Sequence[Union[Qubit, int]]]) – The qubit(s) to apply the gate to.
- Devuelve
A handle to the instructions created.
- Tipo del valor devuelto