Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanbrand committed Jul 29, 2024
1 parent ac09a91 commit 8314043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/circuit_equivalence.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ void print_stats() {
printf(" \"max_nodes_U\": %" PRIu64 ",\n", stats.max_nodes_U);
printf(" \"max_nodes_V\": %" PRIu64 ",\n", stats.max_nodes_V);
printf(" \"n_qubits\": %d,\n", circuit_U->qreg_size);
printf(" \"time_cpu\": %lf,\n", stats.cpu_time);
printf(" \"time_wall\": %lf,\n", stats.wall_time);
printf(" \"cpu_time\": %lf,\n", stats.cpu_time);
printf(" \"wall_time\": %lf,\n", stats.wall_time);
printf(" \"tolerance\": %.5e,\n", tolerance);
printf(" \"wgt_norm_strat\": %d,\n", wgt_norm_strat);
printf(" \"workers\": %d\n", workers);
Expand Down

0 comments on commit 8314043

Please sign in to comment.