Skip to content

Commit

Permalink
[refactor] Move H_CZ_2_2_complete_ECC_set_modified.json to a folder (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xumingkuan authored Dec 20, 2023
1 parent ad1b79d commit 385cf5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/test/test_rigetti.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ int main(int argc, char **argv) {
auto graph_before_h_cz_merge = new_graph->context_shift(
&dst_ctx, &cz_ctx, &union_ctx_0, &cx_2_cz, false);
auto graph_after_h_cz_merge = graph_before_h_cz_merge->optimize(
&union_ctx_0, "../H_CZ_2_2_complete_ECC_set_modified.json",
&union_ctx_0, "../eccset/H_CZ_2_2_complete_ECC_set_modified.json",
fn, /*print_message=*/
true);
// graph_after_h_cz_merge->to_qasm(
Expand Down
2 changes: 1 addition & 1 deletion src/test/test_rigetti_td_disabled.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int main(int argc, char **argv) {
auto graph_before_h_cz_merge = new_graph->context_shift(
&dst_ctx, &cz_ctx, &union_ctx_0, &cx_2_cz, false);
auto graph_after_h_cz_merge = graph_before_h_cz_merge->optimize(
&union_ctx_0, "../H_CZ_2_2_complete_ECC_set_modified.json",
&union_ctx_0, "../eccset/H_CZ_2_2_complete_ECC_set_modified.json",
fn, /*print_message=*/
true);
graph_after_h_cz_merge->to_qasm(
Expand Down

0 comments on commit 385cf5e

Please sign in to comment.