Skip to content

A repo for the code developed for extracting atomic coordinates and energies to train atomic NNs and neural network potentials.

Notifications You must be signed in to change notification settings

flawnson/Atomic_coordinates-energy_NNPs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atomic_coordinates-energy_NNPs

WORK IN PROGRESS

  • Requires the ANI dataset (20 Million molecules)

Project impulse

This project is to study the application of Graph Learning methods (GCN - Kipf and Welling, GraphSage - Leskovec et al, MPNN - Gilmer et al, etc.) used in combination with various Neural Network Potential methods (NNPs - Behler et al, ANI-1 - Roitberg et al, SchNet - Schutt et al). Preprocessing code attempts to extract atomic coordinates (features) and energies (targets) to be used to train a single fully connected NN, with each unique atom learning a specific set of model weights that are swapped (transfer learning) as needed. The predicted energies of the fully connected NNs are then used as features in downstream Graph Learning tasks (molecular property prediction, generation, etc.)

About

A repo for the code developed for extracting atomic coordinates and energies to train atomic NNs and neural network potentials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages