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 e9325d0 commit 6f46762
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plot_fraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ def read_sorted_csv(folder):
ax.set_ylabel("Fractions")
ax.set_title("Fraction of good bitstrings by Number of Qubits")
ax.legend()
plt.savefig("Fraction.pdf")
plt.savefig("Paper Plots/Fraction.pdf")
plt.show()
2 changes: 1 addition & 1 deletion plot_probability.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ def safe_literal_eval(value):
ax.set_xticks(x3)

plt.tight_layout()
plt.savefig("prob_distributions.pdf")
plt.savefig("Paper Plots/prob_distributions.pdf")
plt.show()
2 changes: 1 addition & 1 deletion plot_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ def read_sorted_csv(folder):
ax.set_ylabel("Energy Ratio")
ax.set_title("Energy Ratios by Number of Qubits")
ax.legend()
plt.savefig('Energy_2rot.pdf')
plt.savefig('Paper Plots/Energy_2rot.pdf')
plt.show()
2 changes: 1 addition & 1 deletion plot_quality_3rot.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ def read_sorted_csv(folder):
ax.set_ylabel("Energy Ratio")
ax.set_title("Energy Ratios by Number of Qubits for 3 rotamers per residue")
ax.legend()
plt.savefig('Energy_3rot.pdf')
plt.savefig('Paper Plots/Energy_3rot.pdf')
plt.show()

0 comments on commit 6f46762

Please sign in to comment.