Releases: mphowardlab/azplugins
Releases · mphowardlab/azplugins
1.1.0
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 ofevaporate.implicit
withgeometry="film"
in v0.12.0.external.SphericalHarmonicBarrier
is a harmonic barrier in a spherical geometry. Note that this is a reimplementation ofevaporate.implicit
withgeometry="droplet"
in v0.12.0.pair.ExpandedYukawa
is a pair potential that extendshoomd.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
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!