Skip to content

Commit

Permalink
Merge branch 'main' into 386_pauli_problems
Browse files Browse the repository at this point in the history
  • Loading branch information
grace-harper authored Sep 19, 2023
2 parents 0782fcf + 5e101bc commit 0e9b83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qiskit_qec/linear/symplectic.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ def _build_hyper_partner(matrix, index: int) -> np.ndarray:
for i in range(ncols):
if heads[i] == 1:
result[i] = trans_e_index[pivot]
pivot = +1
pivot += 1

return result

Expand Down

0 comments on commit 0e9b83b

Please sign in to comment.