molscat_14/readme.md

15 lines
197 B
Markdown

This is molscat 14 modified by F. Lique
## how to build
```sh
gfortran -o molscat -std=legacy -mcmodel=large *.f *.f90
```
## how to run
```sh
./molscat < ./co2_co.input > molscat.stdout
```