qiskit.circuit.QuantumCircuit.h¶
- QuantumCircuit.h(qubit)[source]¶
Apply
HGate
.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.
- Renvoie
A handle to the instructions created.
- Type renvoyé