MDIL-SNU / SevenNet

SevenNet - a graph neural network interatomic potential package supporting efficient multi-GPU parallel molecular dynamics simulations.
https://pubs.acs.org/doi/10.1021/acs.jctc.4c00190
GNU General Public License v3.0
126 stars 15 forks source link

Add a `__version__` attribute #72

Closed Andrew-S-Rosen closed 2 months ago

Andrew-S-Rosen commented 2 months ago

This PR adds support for the following behavior:

import sevenn

print(sevenn.__version__)

This allows users to programmatically access the version of SevenNet, which is important given model changes.

YutackPark commented 2 months ago

Thanks for your contribution. I also updated other hardcoded version references in various files. SevenNet is currently far from community standards, but I will gradually make improvements.