Skip to content
/ phatpsy Public

PHATPSY - Projected Hamiltonian Approach to Polyatomic Systems

Notifications You must be signed in to change notification settings

JackS9/phatpsy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phatpsy

PHATPSY - Projected Hamiltonian Approach to Polyatomic Systems

  • To get a copy:

git clone https://github.com/JackS9/phatpsy.git

  • To compile (without Makefile):

gfortran -c src/*.f

  • To build (without Makefile):

gfortran src/*.o -o bin/phatpsy

  • To test (without Makefile):

./bin/phatpsy <examples/n2.stdin >data/n2.stdout

  • To use Makefile and access MKL Libraries

    • module load mkl # once only after logging in
    • cd src
    • make clean # optional
    • make
    • make test

About

PHATPSY - Projected Hamiltonian Approach to Polyatomic Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages