File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ class U3(PrimitiveOp):
103103 Note that we use the convention from the QASM2 specification, namely
104104
105105 $$
106- U_3(\t heta, \phi, \lambda) = R_z(\phi) R_y(\t heta) R_z(\lambda)
106+ U_3(\\ theta, \\ phi, \\ lambda) = R_z(\\ phi) R_y(\\ theta) R_z(\ \ lambda)
107107 $$
108108 """
109109
@@ -119,7 +119,7 @@ class PhaseOp(PrimitiveOp):
119119 A phase operator.
120120
121121 $$
122- PhaseOp( \ t heta) = e^{i \t heta} I
122+ \\ text{ PhaseOp}( \\ theta) = e^{i \ \ theta} I
123123 $$
124124 """
125125
@@ -133,7 +133,7 @@ class ShiftOp(PrimitiveOp):
133133 A phase shift operator.
134134
135135 $$
136- Shift( \t heta) = \\ begin{bmatrix} 1 & 0 \\ \\ 0 & e^{i \\ theta} \\ end{bmatrix}
136+ \\ text{ Shift}( \ \ theta) = \\ begin{bmatrix} 1 & 0 \\ \\ 0 & e^{i \\ theta} \\ end{bmatrix}
137137 $$
138138 """
139139
@@ -144,7 +144,7 @@ class ShiftOp(PrimitiveOp):
144144@statement (dialect = dialect )
145145class Reset (PrimitiveOp ):
146146 """
147- Reset operator for qubits or wires.
147+ Reset operator for qubits and wires.
148148 """
149149
150150 traits = frozenset ({ir .Pure (), lowering .FromPythonCall (), FixedSites (1 )})
You can’t perform that action at this time.
0 commit comments