Skip to content

Commit

Permalink
add a print line
Browse files Browse the repository at this point in the history
  • Loading branch information
schweitzpgi committed Jul 12, 2024
1 parent 041cc76 commit b2b419a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unittests/backends/iqm/IQMTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ CUDAQ_TEST(IQMTester, executeMultipleMeasuredQubitsProgram) {

kernel.mz(qubit);

print(kernel)

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

0 comments on commit b2b419a

Please sign in to comment.