moved to serif
|
@ -14,7 +14,7 @@ with open("circuit_scaling_meta.json") as fin:
|
||||||
|
|
||||||
h0 = plt.errorbar(results_graph0[:, 0], results_graph0[:, 2], results_graph0[:, 3]
|
h0 = plt.errorbar(results_graph0[:, 0], results_graph0[:, 2], results_graph0[:, 3]
|
||||||
, label=f"Graphical Simulator $N_q={meta['nqbits1']}$ Qbits"
|
, label=f"Graphical Simulator $N_q={meta['nqbits1']}$ Qbits"
|
||||||
, marker="^"
|
, marker="o"
|
||||||
, color="black")
|
, color="black")
|
||||||
|
|
||||||
plt.legend(handles=[h0])
|
plt.legend(handles=[h0])
|
||||||
|
|
|
@ -15,11 +15,11 @@ with open("circuit_scaling_meta.json") as fin:
|
||||||
|
|
||||||
h0 = plt.errorbar(results_graph0[:, 0], results_graph0[:, 2], results_graph0[:, 3]
|
h0 = plt.errorbar(results_graph0[:, 0], results_graph0[:, 2], results_graph0[:, 3]
|
||||||
, label=f"Graphical Simulator $N_q={meta['nqbits0']}$ Qbits"
|
, label=f"Graphical Simulator $N_q={meta['nqbits0']}$ Qbits"
|
||||||
, marker="^"
|
, marker="o"
|
||||||
, color="black")
|
, color="black")
|
||||||
h1 = plt.errorbar(results_graph1[:, 0], results_graph1[:, 2], results_graph1[:, 3]
|
h1 = plt.errorbar(results_graph1[:, 0], results_graph1[:, 2], results_graph1[:, 3]
|
||||||
, label=f"Graphical Simulator $N_q={meta['nqbits1']}$ Qbits"
|
, label=f"Graphical Simulator $N_q={meta['nqbits1']}$ Qbits"
|
||||||
, marker="o"
|
, marker="^"
|
||||||
, color="black")
|
, color="black")
|
||||||
|
|
||||||
plt.legend(handles=[h0, h1])
|
plt.legend(handles=[h0, h1])
|
||||||
|
|
|
@ -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]
|
h0 = plt.errorbar(results_graph0[:, 0], results_graph0[:, 2], results_graph0[:, 3]
|
||||||
, label=f"Graphical Simulator $N_q={meta['nqbits0']}$ Qbits"
|
, label=f"Graphical Simulator $N_q={meta['nqbits0']}$ Qbits"
|
||||||
, marker="^"
|
, marker="o"
|
||||||
, color="black")
|
, color="black")
|
||||||
h1 = plt.errorbar(results_graph1[:, 0], results_graph1[:, 2], results_graph1[:, 3]
|
h1 = plt.errorbar(results_graph1[:, 0], results_graph1[:, 2], results_graph1[:, 3]
|
||||||
, label=f"Graphical Simulator $N_q={meta['nqbits1']}$ Qbits"
|
, label=f"Graphical Simulator $N_q={meta['nqbits1']}$ Qbits"
|
||||||
, marker="o"
|
, marker="^"
|
||||||
, color="black")
|
, color="black")
|
||||||
|
|
||||||
plt.legend(handles=[h0, h1])
|
plt.legend(handles=[h0, h1])
|
||||||
|
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 173 KiB After Width: | Height: | Size: 141 KiB |