xyz2bas
Fortran code that convert xyz file to bas file for Fireball
Compile the code:
gfortran xyz2bas.f95 -o xyz2bas.exe
For utilisation give the name of the xyz file and the bas file:
./xyz2bas.exe file.xyz file.bas
Fortran code that convert xyz file to bas file for Fireball
Compile the code:
gfortran xyz2bas.f95 -o xyz2bas.exe
For utilisation give the name of the xyz file and the bas file:
./xyz2bas.exe file.xyz file.bas