Skip to content

SingletC/peslib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASE calculator type PES surface

repo currently under development current supported PES:

Installation

make sure there is gfortran compiler installed

gfortran --version

if not, install it, then

pip install .

verify installation by running

cd tests  
python -m unittest

Usage

from ase.atoms import Atoms
from peslib.pes import O4SingletPES

atoms = Atoms('O4', positions=[(0, 0, 0), (1, 0, 0), (0, 1, 0), (0, 0, 1)])
atoms.calc = O4SingletPES()
print(f'E : {atoms.get_potential_energy()}')
print(f'Force : {atoms.get_forces()}')

About

ASE calculator interfaces for analytic potential energy surfaces from POTLIB.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages