numat / RASPA2

NO LONGER UPDATED. Use the official repository.
https://github.com/iraspa/RASPA2
Other
77 stars 72 forks source link

RASPA2

This software is a general purpose classical simulation package. It has been developed at Northwestern University (Evanston, USA) during 2006-2011 in active collaboration with University Pablo de Olavide (Seville, Spain), and the Technical University of Delft.

It can be used for the simulation of molecules in gases, fluids, zeolites, aluminosilicates, metal-organic frameworks, carbon nanotubes and external fields.

Refs:

Acknowledgements:

Development of this work is partially supported by the U.S. Department of Energy, Office of Basic Energy Sciences, Division of Chemical Sciences, Geosciences and Biosciences through the Nanoporous Materials Genome Center under award DE-FG02-17ER16362.

Installation

• rm -rf autom4te.cache
• mkdir m4
• aclocal
• autoreconf -i
• automake --add-missing
• autoconf
• ./configure --prefix=${RASPA_DIR}
or
./scripts/CompileScript/make-gcc-local
• make
• make install