Skip to content

Commit ac4d8f0

Browse files
committed
formatting fix
1 parent 37477b1 commit ac4d8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/quantum-pecos/src/pecos/qeclib/steane/steane_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def prep_t_plus_state(
162162
d=self.d,
163163
a=self.a,
164164
out=self.scratch,
165-
reject=self.scratch[2], # the first two bits of self.scratch are used by "out"
165+
reject=self.scratch[2], # the first two bits are used by "out"
166166
flag_x=self.flag_x,
167167
flag_z=self.flag_z,
168168
flags=self.flags,

0 commit comments

Comments
 (0)