Skip to content

Commit 4c0e542

Browse files
committed
separate graph
1 parent 0c49209 commit 4c0e542

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/free-energy/free-energy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,8 @@ def PES_harm(x, y, z):
332332
plt.contour(X, Y, PES(X, Y, 0), levels=contour_levels)
333333
plt.show()
334334

335+
# %%
336+
335337
plt.title(r"$V^{\mathrm{harm}}(x,y,0)$")
336338
plt.xlabel(r"$x$ [a.u.]")
337339
plt.ylabel(r"$y$ [a.u.]")

0 commit comments

Comments
 (0)