tbereau / espressopp

Main ESPResSo++ repository

Home Page:http://www.espresso-pp.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESPResSo++

ESPResSo++ is an extensible, flexible, fast and parallel simulation software for soft matter research. It is a highly versatile software package for the scientific simulation and analysis of coarse-grained atomistic or bead-spring models as they are used in soft matter research. ESPResSo and ESPResSo++ have common roots and share parts of the developer/user community. However their development is independent and they are different software packages. ESPResSo++ is free, open-source software published under the GNU General Public License (GPL).

QUICKSTART:

To get a copy of the developer version (most recent version) of ESPResSo++, you can use git or docker. Using docker will give you a binary release (nothing to compile, but performance may not be optimal). If you use git clone or download a tarball, you will have to compile ESPResSo+ yourself, which might lead to better performance.

Using docker:

# docker pull espressopp/espressopp
# docker run -it espressopp/espressopp /bin/bash

Using git:

# git clone https://github.com/espressopp/espressopp.git

Alternatively, you can download a tarball or zip file of previous release versions of ESPResSo++.

QUICKINSTALL:

# cd espressopp
# cmake -DEXTERNAL_BOOST=OFF -DEXTERNAL_MPI4PY=OFF .
# make -j2
# source ESPRC

After building go to the examples directory and have a look at the python scripts.

DOCUMENTATION:

Documentation for the developer version of ESPResSo++ is at:

http://espressopp.github.io

Documentation for release versions from v1.9.4.1 onward is at:

http://espressopp.github.io/vXXX

where XXX is the version number, e.g.:

http://espressopp.github.io/v1.9.4.1

ISSUES:

Report bugs on the github issues site

Build Status Code Climate codecov.io Analysis Status

About

Main ESPResSo++ repository

http://www.espresso-pp.de/

License:GNU General Public License v3.0


Languages

Language:C++ 85.6%Language:Python 8.3%Language:HTML 4.1%Language:C 1.2%Language:JavaScript 0.2%Language:Roff 0.2%Language:CMake 0.1%Language:CSS 0.1%Language:Batchfile 0.0%Language:Tcl 0.0%Language:Fortran 0.0%Language:Shell 0.0%Language:SWIG 0.0%Language:Perl 0.0%Language:Dockerfile 0.0%Language:TeX 0.0%