Skip to content

Releases: mphowardlab/azplugins

1.1.0

24 Jan 20:04
Compare
Choose a tag to compare

New features

  • bond.Quartic is a new bond potential with tunable quartic form.
  • compute.CartesianVelocityFieldCompute computes the 3D velocity field in 1, 2, or 3 spatial dimensions using Cartesian coordinates.
  • compute.CylindricalVelocityFieldCompute computes the 3D velocity field in 1, 2, or 3 spatial dimensions using cylindrical coordinates.
  • compute.VelocityCompute computes the mass-averaged velocity of a group of particles.
  • external.PlanarHarmonicBarrier is a harmonic barrier in a planar geometry. Note that this is a reimplementation of evaporate.implicit with geometry="film" in v0.12.0.
  • external.SphericalHarmonicBarrier is a harmonic barrier in a spherical geometry. Note that this is a reimplementation of evaporate.implicit with geometry="droplet" in v0.12.0.
  • pair.ExpandedYukawa is a pair potential that extends hoomd.md.pair.Yukawa to account for particles with different diameters.

Other changes

  • HOOMD 5 is now the minimum dependency.
  • Update copyright year.

1.0.0

26 Jul 21:05
16c024e
Compare
Choose a tag to compare

This major release is a complete rewrite of azplugins to support HOOMD 4. The API and build system have been updated to conform to the HOOMD component template. It was decided to remove some features during the porting process if they were rarely used or had equivalent implementations in HOOMD. Some other features will be ported but are not available in this release. Contributions reimplementing features that have not been ported are certainly welcome!