In order to obtain a copy of the NRLMOL code that uses sparse representation follow these steps:
git clone git@quantum.utep.edu:sparse.git
this connects to the user account called git in our server quantum.utep.edu and gets the code contained in the repository called sparse.git.Once this finishes, You should have a directory called sparse that will contain the latest copy of NRLMOL that uses sparse representation.
Now you have to modify the file called Makefile the same way you regularly do, that is to adjust it to the system where you will be running the code, the options to modify are:
Once you modify it, you just need to execute the command make
to compile and build the executable.