v4.2.0
·
2016 commits
to trunk-patch
since this release
Fixed
- Make
HDF5Log
example more visible (#1602). - Access valid GPU memory in
hoomd.hpmc.update.Clusters
(#1607). - Test suite passes on the ROCm GPU platform (#1607).
- Provide an error message when using
md.external.field.Periodic
in 2D (#1603). hoomd.write.GSD
reports "File exists" in the exception description when using the'xb'
mode and the file exists (#1609).- Write small numbers correctly in
hoomd.write.Table
(#1617). - Make examples in
hoomd.md.methods.NVE
andhoomd.md.methods.DisplacementCapped
more visible (#1601).
Added
- Documentation page: "How to apply arbitrary forces in MD" (#1610).
- Documentation page: "How to prevent particles from moving" (#1611).
- Documentation page: "How to minimize the potential energy of a system" (#1614).
- Documentation page: "How to continuously vary potential parameters" (#1612).
- Documentation page: "How to determine the most efficient device" (#1616).
- Documentation page: "How to choose the neighbor list buffer distance" (#1615).
- Documentation page: "How to compute the free energy of solids" (#1613).
- MPCD particle data is now available included in
Snapshot
(#1580). - Add variable parameters to
hpmc.external.user.CPPExternalPotential
(#1608).
Changed
- Removed the unused
ExternalFieldComposite.h
and all the relatedExternalFieldComposite*
(#1604).