azplugins¶
azplugins is a component for HOOMD-blue which expands its functionality for tackling a variety of problems in soft matter physics. Currently, azplugins is tested against v7.0.1 of HOOMD-blue.
Compiling¶
azplugins follows the component template. It has the same dependencies used to build HOOMD-blue. With HOOMD-blue installed already, adding azplugins can be as easy as:
Grab a copy of the code:
git clone https://github.com/mphowardlab/azplugins
Configure azplugins with CMake:
cmake -B build/azplugins -S azplugins
Build azplugins:
cmake --build build/azplugins
Install azplugins alongside HOOMD-blue:
cmake --install build/azplugins
Please refer to the directions in the HOOMD-blue documentation on building an external component for more information.
Contents¶
API
Reference