Skip to content

Commit

Permalink
changed e_res to black
Browse files Browse the repository at this point in the history
  • Loading branch information
Awallace3 committed Jul 12, 2024
1 parent 54fb3b3 commit 6fa05e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plot_hbc6_supermolecular.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,10 @@ def plot_hbc6(df):
print(df_sys[["SAPT0_disp", "d4_supra", "d4_super", "E_res", "System #", "distance (A)"]])
df_sys = df_sys.sort_values("distance (A)")



ax[n].plot(df_sys["distance (A)"], df_sys["E_res"], label=r"E$_{\rm res}$", marker="o", markersize=2.0, color='k')
ax[n].plot(df_sys["distance (A)"], df_sys["d4_supra"], label=f"-D4 Non-Super", marker="o", markersize=2.0)
ax[n].plot(df_sys["distance (A)"], df_sys["d4_super"], label=f"-D4 Super", marker="o", markersize=2.0)
ax[n].plot(df_sys["distance (A)"], df_sys["SAPT0_disp"], label=f"SAPT0 Disp.", marker="o", markersize=2.0)
ax[n].plot(df_sys["distance (A)"], df_sys["E_res"], label=r"E$_{\rm res}$", marker="o", markersize=2.0)
sys_name = df_sys["System"].iloc[0]
ax[n].set_title(f"{sys_name}")
if n == 0:
Expand Down
Binary file modified plots/disp_curves/HBC1/HBC1_all_d4_super.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6fa05e9

Please sign in to comment.