Skip to content

Commit

Permalink
folder
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiaangelo committed May 30, 2024
1 parent dd2af7b commit e9325d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plot_depth.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ def read_sorted_csv(folder):
ax.set_ylabel("Number of CNOTs")
ax.set_title("Number of CNOTs by Number of Qubits Stochastic Routing and 3 level optimisation")
ax.legend()
plt.savefig('CNOTS_stochastic_3opt.pdf')
plt.savefig('Paper Plots/CNOTS_stochastic_3opt.pdf')
plt.show()

0 comments on commit e9325d0

Please sign in to comment.