resobee-hoomd-potentials
provides a plugin for HOOMD-blue that implements several potentials used in the ResoBee project for reservoir computing with swarms.
To build this component:
- Build and install HOOMD-blue from source.
- Obtain the component's source.
git clone https://github.com/mgaimann/resobee-hoomd-potentials
- Configure.
Note: you might have to set your TBB path manually, for example by adding
cmake -B build/resobee-hoomd-potentials -S resobee-hoomd-potentials
-DTBB_LIBRARY=/usr/lib/x86_64-linux-gnu/libtbb.so -DTBB_INCLUDE_DIR=/usr/include/oneapi/
- Build the component.
cmake --build build/resobee-hoomd-potentials
- Install the component.
cmake --install build/resobee-hoomd-potentials
Once installed, the template is available for import via:
import hoomd.resobee_hoomd_potentials