diff --git a/performance/regimes/plot_scaling_circuits_50qbit_linear.py b/performance/regimes/plot_scaling_circuits_50qbit_linear.py index e39f18e..76e1702 100644 --- a/performance/regimes/plot_scaling_circuits_50qbit_linear.py +++ b/performance/regimes/plot_scaling_circuits_50qbit_linear.py @@ -14,7 +14,7 @@ with open("circuit_scaling_meta.json") as fin: h0 = plt.errorbar(results_graph0[:, 0], results_graph0[:, 2], results_graph0[:, 3] , label=f"Graphical Simulator $N_q={meta['nqbits1']}$ Qbits" - , marker="^" + , marker="o" , color="black") plt.legend(handles=[h0]) diff --git a/performance/regimes/plot_scaling_circuits_linear.py b/performance/regimes/plot_scaling_circuits_linear.py index 2ee5e1c..85a0224 100644 --- a/performance/regimes/plot_scaling_circuits_linear.py +++ b/performance/regimes/plot_scaling_circuits_linear.py @@ -15,11 +15,11 @@ with open("circuit_scaling_meta.json") as fin: h0 = plt.errorbar(results_graph0[:, 0], results_graph0[:, 2], results_graph0[:, 3] , label=f"Graphical Simulator $N_q={meta['nqbits0']}$ Qbits" - , marker="^" + , marker="o" , color="black") h1 = plt.errorbar(results_graph1[:, 0], results_graph1[:, 2], results_graph1[:, 3] , label=f"Graphical Simulator $N_q={meta['nqbits1']}$ Qbits" - , marker="o" + , marker="^" , color="black") plt.legend(handles=[h0, h1]) diff --git a/performance/regimes/plot_scaling_circuits_measurements_linear.py b/performance/regimes/plot_scaling_circuits_measurements_linear.py index 00e024c..336826d 100644 --- a/performance/regimes/plot_scaling_circuits_measurements_linear.py +++ b/performance/regimes/plot_scaling_circuits_measurements_linear.py @@ -15,11 +15,11 @@ with open("circuit_scaling_measurements_meta.json") as fin: h0 = plt.errorbar(results_graph0[:, 0], results_graph0[:, 2], results_graph0[:, 3] , label=f"Graphical Simulator $N_q={meta['nqbits0']}$ Qbits" - , marker="^" + , marker="o" , color="black") h1 = plt.errorbar(results_graph1[:, 0], results_graph1[:, 2], results_graph1[:, 3] , label=f"Graphical Simulator $N_q={meta['nqbits1']}$ Qbits" - , marker="o" + , marker="^" , color="black") plt.legend(handles=[h0, h1]) diff --git a/performance/regimes/scaling_circuits_50qbit_linear.png b/performance/regimes/scaling_circuits_50qbit_linear.png index ff99574..9b00111 100644 Binary files a/performance/regimes/scaling_circuits_50qbit_linear.png and b/performance/regimes/scaling_circuits_50qbit_linear.png differ diff --git a/performance/regimes/scaling_circuits_linear.png b/performance/regimes/scaling_circuits_linear.png index 3f9a116..87eec75 100644 Binary files a/performance/regimes/scaling_circuits_linear.png and b/performance/regimes/scaling_circuits_linear.png differ diff --git a/performance/regimes/scaling_circuits_measurements_linear.png b/performance/regimes/scaling_circuits_measurements_linear.png index e30f4e4..030fae3 100644 Binary files a/performance/regimes/scaling_circuits_measurements_linear.png and b/performance/regimes/scaling_circuits_measurements_linear.png differ diff --git a/performance/scaling_qbits_log.png b/performance/scaling_qbits_log.png index 9e6535e..8024bc7 100644 Binary files a/performance/scaling_qbits_log.png and b/performance/scaling_qbits_log.png differ