Skip to content

Commit

Permalink
✅ add new gates to test
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Mar 18, 2023
1 parent 99c20e7 commit f5aa64c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_tableau.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ TEST_F(TestTableau, CircuitTranslation) {
qc.y(1, 0_pc);
qc.z(1, 0_pc);
qc.swap(0, 1);
qc.iswap(0, 1);
qc.dcx(0, 1);
qc.ecr(0, 1);

auto compOP = std::make_unique<qc::CompoundOperation>(2U);
compOP->emplace_back<qc::StandardOperation>(2U, 0, qc::H);
Expand Down

0 comments on commit f5aa64c

Please sign in to comment.