qiskit.circuit.QuantumCircuit.t¶ QuantumCircuit.t(qubit)[ソース]¶ Apply TGate. 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. 戻り値の型 InstructionSet 戻り値 A handle to the instructions created.