Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Sep 10, 2024
1 parent bdbb9e9 commit 3bf15f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stim/util_top/circuit_inverse_qec.cc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ void CircuitFlowReverser::do_feedback_capable_instruction(const CircuitInstructi
throw std::invalid_argument("Time-reversing feedback isn't supported yet. Found feedback in: " + inst.str());
}
}
rev.undo_gate(inst);
do_simple_instruction(inst);
}

void CircuitFlowReverser::do_simple_instruction(const CircuitInstruction &inst) {
Expand Down

0 comments on commit 3bf15f7

Please sign in to comment.