Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
schweitzpgi committed Jul 12, 2024
1 parent fd83f64 commit 795e4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/backends/iqm/IQMTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ CUDAQ_TEST(IQMTester, executeMultipleMeasuredQubitsProgram) {

kernel.mz(qubit);

kernel.print();
kernel.dump();

auto counts = cudaq::sample(kernel);
EXPECT_EQ(counts.size(), 4);
Expand Down

0 comments on commit 795e4b5

Please sign in to comment.