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:

  1. Grab a copy of the code:

    git clone https://github.com/mphowardlab/azplugins
    
  2. Configure azplugins with CMake:

    cmake -B build/azplugins -S azplugins
    
  3. Build azplugins:

    cmake --build build/azplugins
    
  4. 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

Index