HGate¶
-
class
HGate
(label=None)[source]¶ Bases:
qiskit.circuit.gate.Gate
Single-qubit Hadamard gate.
This gate is a pi rotation about the X+Z axis, and has the effect of changing computation basis from |0⟩,|1⟩ to |+⟩,|−⟩ and vice-versa.
Circuit symbol:
┌───┐ q_0: ┤ H ├ └───┘
Matrix Representation:
H=1√2(111−1)Create new H gate.
Methods Defined Here
Attributes
-
decompositions
¶ Get the decompositions of the instruction from the SessionEquivalenceLibrary.
-
definition
¶ Return definition in terms of other basic gates.
-
duration
¶ Get the duration.
-
label
¶ Return instruction label
- Return type
str
-
params
¶ return instruction params.
-
unit
¶ Get the time unit of duration.
-