diff --git a/performance/plot_scaling_qbits_linear.py b/performance/plot_scaling_qbits_linear.py index e051a9b..18161c9 100644 --- a/performance/plot_scaling_qbits_linear.py +++ b/performance/plot_scaling_qbits_linear.py @@ -25,5 +25,5 @@ plt.xlabel("Number of Qbits $N_q$") plt.ylabel("Execution time per circuit [s]") plt.title(f"Execution Time for ${meta['ngates_per_qbit']}\\times N_q$ Gates with random Circuits (rescaled)") +plt.savefig("scaling_qbits_linear.png", dpi=400) plt.show() -#plt.savefig("scaling_qbits_linear.png", dpi=400) diff --git a/performance/plot_scaling_qbits_log.py b/performance/plot_scaling_qbits_log.py index 6bffa45..e53fbee 100644 --- a/performance/plot_scaling_qbits_log.py +++ b/performance/plot_scaling_qbits_log.py @@ -26,6 +26,6 @@ plt.xlabel("Number of Qbits $N_q$") plt.ylabel("Execution time per circuit [s]") plt.title(f"Execution Time for ${meta['ngates_per_qbit']}\\times N_q$ Gates with random Circuits (rescaled)") +plt.savefig("scaling_qbits_log.png", dpi=400) plt.show() -#plt.savefig("scaling_qbits_log.png", dpi=400)