To compile the executable (gaussn) just do:

$ makefile

Current max dim are set in a parameter statement in the main.f code.


To run the program do 

$ GAUSSN_PATH/gaussn < input.file

where GAUSSN_PATH is the DIR where the executable has been created. 
The program expects to find the works files in the DIR from where the 
command was issued. 

Input examples can be found in the "../examples" DIR 


N.B. Program is written in F77. The FORTRAN compiler is set in the Makefile in 
     this DIR. 

max dimensions  are 
i)   10 Gaussian components
ii)  5000 works values


