Skip to content

Commit

Permalink
Changed cqasm version from 3.0 to 1.0 for test_x90_q12__cnot_q1_q0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Oct 10, 2023
1 parent 704ede5 commit ffa8c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/v1x/cpp/test_qi2_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ void test_x90_q12__cnot_q1_q0() {
});
auto program = ql::Program{ "test_x90_q12__cnot_q1_q0", platform };
program.get_compiler().insert_pass_after("input", "dec.Instructions", "decomposition");
program.get_compiler().set_option("initialqasmwriter.cqasm_version", "3.0");
program.get_compiler().set_option("initialqasmwriter.cqasm_version", "1.0");
program.get_compiler().set_option("initialqasmwriter.with_metadata", "no");
program.compile();

Expand Down

0 comments on commit ffa8c7d

Please sign in to comment.