update email address

This commit is contained in:
Axel Kohlmeyer
2025-06-22 16:36:50 -04:00
parent 469846e73c
commit cfe87f928d
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
"""
Data structures for LAMMPS Python module
Written by Richard Berger <richard.berger@temple.edu>
Written by Richard Berger <richard.berger@outlook.com>
"""
class NeighList:

View File

@ -13,7 +13,7 @@
"""
Output formats for LAMMPS python module
Written by Richard Berger <richard.berger@temple.edu>
Written by Richard Berger <richard.berger@outlook.com>
and Axel Kohlmeyer <akohlmey@gmail.com>
"""

View File

@ -13,7 +13,7 @@
"""
NumPy additions to the LAMMPS Python module
Written by Richard Berger <richard.berger@temple.edu>
Written by Richard Berger <richard.berger@outlook.com>
"""
from ctypes import POINTER, c_void_p, c_char_p, c_double, c_int, c_int32, c_int64, cast