added a readme

This commit is contained in:
Guillaume Raffy 2026-02-20 13:49:07 +01:00
parent 2426537683
commit 06b83b1561
1 changed files with 14 additions and 0 deletions

14
readme.md Normal file
View File

@ -0,0 +1,14 @@
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
```