Download

Simple way

From Docker container

Install Docker (available for Windows, Mac OSX and Linux). From there do docker pull espressopp/espressopp. That's it!

Advanced way

You can download a packaged (.tgz) stable version of ESPResSo++ 1.9.5 here (25MB)

The latest version with most recent changes is available at our GitHub repository
or via command line git clone https://github.com/espressopp/espressopp

Compilation requirements

You will need cmake , a C++ compiler (e.g. gcc or icc), at least Python 2.7 and an mpi implementation (e.g. openmpi or impi). Make sure that you have the developer versions installed, because only these provide all the necessary include and library files.

Installation instructions

Please follow directions from our Documentation