Skip to content

Commit

Permalink
thing
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumjim committed Feb 16, 2024
1 parent 3722680 commit 22b7ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qiskit_qec/circuits/intern/arctools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ std::vector<int> check_nodes(
// if it's frustrated, it's not neutral
output.push_back(0);
// number of errors not counted
output.push_back(-1);
output.push_back(-2);
// no flipped logicals need to be added
} else {
// now we must bicolor the qubits of the link graph, such that node edges connect unlike edges
Expand Down

0 comments on commit 22b7ed6

Please sign in to comment.