Skip to content

Commit

Permalink
Typo / debug last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Feb 5, 2025
1 parent fc4096c commit 34de3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qstabilizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ void QStabilizer::seed(const bitLenInt& g)
r[elemCount] = 0U;

BoolVector& xec = x[elemCount];
BoolVector& zec = x[elemCount];
BoolVector& zec = z[elemCount];
std::fill(xec.begin(), xec.end(), false);
std::fill(zec.begin(), zec.end(), false);

Expand Down

0 comments on commit 34de3dd

Please sign in to comment.