Skip to content

Commit

Permalink
Revert "Try a different seed just for grins"
Browse files Browse the repository at this point in the history
This reverts commit 4f08b6e.

Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Jan 8, 2025
1 parent a864183 commit d1a6276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/qec/unittests/backend-specific/stim/test_qec_stim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ TEST(QECCodeTester, checkNoisySampleMemoryCircuitAndDecode) {

int nShots = 1;
int nRounds = 10;
cudaq::set_random_seed(14);
cudaq::set_random_seed(13);
cudaq::noise_model noise;
noise.add_all_qubit_channel("x", cudaq::qec::two_qubit_depolarization(0.01),
1);
Expand Down

0 comments on commit d1a6276

Please sign in to comment.