/baoab-constraints

Code for numerical experiments using Langevin Dynamics with constraints

Primary LanguageC

BAOAB + Constraints

This is the source code for the numerical experiments of the constrained variant of BAOAB.

Dependencies

GNU Scientific Library (http://www.gnu.org/software/gsl/)

CMake (http://cmake.org)

Armadillo (http://arma.sf.net)

How to compile and run this program

Change the current directory to the folder where the source code is located.

Do the following:

mkdir build

cd build

cmake -DCMAKE_BUILD_TYPE=Release ..

make

After these steps, you should have a binary file called `simul’.

You can then see the command line options available by running ./simul –help