Skip to content

Commit

Permalink
Add explanation for the H-H curve
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Sep 25, 2024
1 parent ee028dc commit 52ffa9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/zbl/dimers.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,10 @@
plt.legend()
plt.tight_layout()
plt.show()

# %%
#
# It can be seen that all the dimer curves include a strong repulsion
# at short distances, which is due to the ZBL contribution. Even the H-H dimer,
# whose ZBL correction is very weak, would show a strong repulsion closer to
# the origin (here, we only plotted starting from a distance of 0.5 Å).

0 comments on commit 52ffa9a

Please sign in to comment.