qiskit.circuit.QuantumCircuit.sxdg¶ QuantumCircuit.sxdg(qubit)[소스]¶ Apply SXdgGate. For the full matrix form of this gate, see the underlying gate documentation. 매개변수 qubit (Union[Qubit, QuantumRegister, int, slice, Sequence[Union[Qubit, int]]]) – The qubit(s) to apply the gate to. 반환 A handle to the instructions created. 반환 형식 InstructionSet