Skip to content

tsihyoung/vvdW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vvdW

Calculate van der Waals volume

Building

Run make all or make ifort;

Or use following commands to compile manually:

  • gfortran

gfortran -fopenmp -O2 constant.f90 vvdW.f90 -o vvdW.x

  • ifort

ifort -qopenmp -O2 constant.f90 vvdW.f90 -o vvdW.x

About

Calculate van der Waals volume

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published