Skip to content

muhammadumar2811/ASE_N2P2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ASE N2P2 Caculator

ASE calculator for N2p2 HDNNP potential

Example of using the N2P2 calculator with ASE:

from ase.calculators.n2p2 import N2P2Calculator

atoms = read('abc.traj')

calc = N2P2Calculator(directory = './tmp', files = ['./nnp/input.nn', './nnp/scaling.data', './nnp/weights.008.data', './nnp/weights.006.data', './nnp/weights.078.data'],)

atoms.set_calculator(atoms)
e = atoms.get_potential_energy()

ASE GUI

Added capability to view atoms using Generalized Coodination Number

About

ASE calculator for N2p2 HDNNP potential

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.3%
  • Other 0.7%