-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sh jl/lammps #501
Sh jl/lammps #501
Conversation
Fix: link to tutorial was deprecated
typo
Fixes after review of tutorial.
Changed environment instructions.
Added examples from readthedocs and updated lammps part with link.
should be ready for merge now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, there is just a small typo in Tensosboard in the README.md
README.md
Outdated
@@ -25,6 +20,7 @@ extensible to custom atomistic architectures. | |||
- Atomic Simulation Environment (ASE) 3.21 | |||
- NumPy | |||
- PyTorch 1.9 | |||
- PyTorch Lightning 1.4.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Versions should match setup.py (1.9)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should update the version numbers from requirements in the readme (or maybe remove them as they change all the time?)
Fixed version number for PyTorch Lightning and typo in Tensorboard part.
The "installing using pip" part was gone, fixed the syntax to have it in the guide again and also fixed a typo in tensorboard.
Added "torch>=1.9" to the requirements.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking fine I think.
LAMMPS Interface