Skip to content

Commit

Permalink
separate graph
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideTisi committed Dec 10, 2024
1 parent 0610655 commit 930f629
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/free-energy/free-energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ def PES_harm(x, y, z):
plt.contour(X, Y, PES(X, Y, 0), levels=contour_levels)
plt.show()

# %%

plt.title(r"$V^{\mathrm{harm}}(x,y,0)$")
plt.xlabel(r"$x$ [a.u.]")
plt.ylabel(r"$y$ [a.u.]")
Expand Down

0 comments on commit 930f629

Please sign in to comment.