Skip to content

v4.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 20:04
· 1837 commits to trunk-patch since this release
0ac922e

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 checking SLURM_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, and Force.virials (#1654).

Deprecated

  • num_cpu_threads > 1. Use num_cpu_threads = 1 (#1656).
  • HPMCIntegrator.depletant_fugacity > 0 (#1657).