LeMonADE-project / plainExamples

Template repository to start with the LeMonADE-project
MIT License
0 stars 4 forks source link

plainExamples

Installation

    # prepare the build directory
    mkdir build
    cd build
    # run cmake with the lemonade path
    cmake -DLEMONADE_DIR=</path/to/LeMonADE-library/>  ..
    make

exampleProject

examplesLinearChains:lemonade_example_main.cpp

examplesLinearChains:lemonade_example_main_exclvol.cpp

examplesLinearChains:lemonade_example_main_nninter.cpp

exampleConnection:lemonade_example_main_exvol_crosslinking.cpp

Tests

Contributions