add emacs local variable tweaks and add some missing docstrings

This commit is contained in:
Axel Kohlmeyer
2025-06-23 16:51:33 -04:00
parent bfa19f678d
commit 249c6d6de9
7 changed files with 37 additions and 1 deletions

View File

@ -526,3 +526,8 @@ class NumPyNeighList(NeighList):
if idx == iatom:
return neighbors
return None
# Local Variables:
# fill-column: 100
# python-indent-offset: 2
# End: