Skip to content

PHATPSY - Projected Hamiltonian Approach to Polyatomic Systems

Notifications You must be signed in to change notification settings

LukeBrumfield/phatpsy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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:

gfortran -c *.f

  • To build:

gfortran *.o -o phatpsy

  • To test:

./phatpsy <n2.stdin >n2.stdout

  • To use MKL Libraries and Makefile first time

module load mkl # once only

make

make test

  • To use MKL Libraries and Makefile subsequent times

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

  • Fortran 99.5%
  • Makefile 0.5%