Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
minor typo fix
  • Loading branch information
Corey Ostrove committed Nov 13, 2023
1 parent 3e267de commit d068180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygsti/algorithms/germselection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ def _super_op_for_perfect_twirl(wrt, eps, float_type=_np.cdouble):
print(f'{_np.imag(SuperOp)[_np.abs(_np.imag(SuperOp))>eps]}')
print(f'wrtEvals {wrtEvals}')
print(f'wrtEvecs {wrtEvecs}')
print(f'wrtInvEvecs {wrtInvEvecs}')
print(f'wrtEvecsInv {wrtEvecsInv}')

#print(f'_np.imag(SuperOp)>eps: {_np.imag(SuperOp)}', flush = True)
raise ValueError("Attempting to cast a twirling superoperator with non-trivial imaginary component to a real-valued data type.")
Expand Down

0 comments on commit d068180

Please sign in to comment.