qiskit.circuit.QuantumCircuit.sxdg¶
- QuantumCircuit.sxdg(qubit)[source]¶
Apply
SXdgGate
.For the full matrix form of this gate, see the underlying gate documentation.
- Paramètres
qubit (
Union
[Qubit
,QuantumRegister
,int
,slice
,Sequence
[Union
[Qubit
,int
]]]) – The qubit(s) to apply the gate to.- Type renvoyé
- Renvoie
A handle to the instructions created.