Skip to content

v3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 12:59
· 4281 commits to trunk-minor since this release
736deec

Added

  • Support LLVM 13 when ENABLE_LLVM=on.
  • hoomd.md.pair.LJGauss - Lennard-Jones-Gaussian pair potential.
  • hoomd.md.alchemy.methods.NVT - Alchemical molecular dynamics
    integration method.
  • hoomd.md.alchemy.pair.LJGauss - Lennard-Jones-Gaussian pair
    potential with alchemical degrees of freedom.
  • hoomd.hpmc.update.Shape - Alchemical hard particle Monte Carlo
    through shape change moves.
  • hoomd.hpmc.shape_move.Elastic - Shape move with elastic potential
    energy penalty.
  • hoomd.hpmc.shape_move.ShapeSpace - Moves in a user defined shape
    space.
  • hoomd.hpmc.shape_move.Vertex - Translate shape vertices.

Changed

  • HPMC fugacity is now a per-type quantity.
  • Improved documentation.
  • [developers] Reduced the time needed for incremental builds.
  • [developers] Reduced memory needed to compile HOOMD.

Fixed

  • ALJ unit test passes in Debug builds.
  • Add quotes to conda-forge gpu package installation example.
  • hoomd.md.force.Custom zeroes forces, torques, energies, and
    virials before calling set_forces.
  • Point tarball download link to
    https://github.com/glotzerlab/hoomd-blue/releases.