v4.4.0
·
1837 commits
to trunk-patch
since this release
Added
hoomd.md.external.field.Magnetic
computes forces and torques on particles from an external magnetic field (#1637).- Tutorial on placing barriers (hoomd-examples/#111).
Fixed
- Use
mpirun
specific local ranks to select GPUs before checkingSLURM_LOCALID
(#1647). - Fix typographical errors in
RevCross
documentation (#1642). - Use standards compliant
thrust::get
(#1660).
Changed
- Removed unused code (#1646).
- No longer issue a warning when
hoomd.md.Integrator
is used without an integration method (#1659). - Increase performance of
Force.forces
,Force.torques
,Force.energies
, andForce.virials
(#1654).
Deprecated