Skip to content

A Newtonian message passing network for deep learning of interatomic potentials and forces

License

Notifications You must be signed in to change notification settings

maximilianvz/NewtonNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewtonNet

A Newtonian message passing network for deep learning of interatomic potentials and forces

Installation and Dependencies

We recommend using conda environment to install dependencies of this library first. Please install (or load) conda and then proceed with the following commands:

conda create --name newtonnet python=3.7
conda activate newtonnet
conda install -c conda-forge numpy scipy scikit-learn pandas ase tqdm
pip install pyyaml

You also need to install Pytorch based on your hardware (we support both cpu and gpu) and the command line provided on the official website: https://pytorch.org/get-started/locally/

Now, you can install NewtonNet in the conda environment by cloning this repository:

git clone [email protected]:THGLab/NewtonNet.git

and then runnig the following command inside the NewtonNet repository (where you have access to setup.py):

pip install -e .

Once you finished installations succesfully, you will be able to run NewtonNet modules anywhere on your computer as long as the newtonnet environment is activated.

Guidelines

  • You can find several run files inside the scripts directory that rely on the implemented modules in the NewtonNet library.

  • The run scripts need to be accompanied with a yaml configuration file.

  • The documentation of the modules are available at most cases. Please look up local classes or functions and consult with the docstrings in the code.

About

A Newtonian message passing network for deep learning of interatomic potentials and forces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%