qiskit.circuit.QuantumCircuit.s¶
- QuantumCircuit.s(qubit)[Quellcode]¶
Apply
SGate
.For the full matrix form of this gate, see the underlying gate documentation.
- Parameter
qubit (Union[Qubit, QuantumRegister, int, slice, Sequence[Union[Qubit, int]]]) – The qubit(s) to apply the gate to.
- Rückgabe
A handle to the instructions created.
- Rückgabetyp