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 ```