v3.10.0
·
2985 commits
to trunk-patch
since this release
Added:
- The
message_filename
property and argument toDevice
,CPU
, andGPU
to replacemsg_file
(#1497). hoomd.md.pair.Gaussian
to replacehoomd.md.pair.Gauss
(#1497).hoomd.md.pair.ExpandedGaussian
- the expanded Gaussian pair force (#1493).- Guide: How to apply arbitrary pair potentials in HPMC (#1505).
Changed:
- Use
furo
style for HTML documentation (#1498).
Fixed:
- The
hoomd.md.pair
potentialsExpandedLJ
,ExpandedMie
,LJGauss
, andTWF
now shiftV(r_cut)
to 0 properly whenmode == 'shift'
(#1504). - Corrected errors in the pair potential documentation (#1504).
- Note that the
'body'
exclusion should be used withhoomd.md.constrain.Rigid
(#1465). - Correctly identify the
'xyz'
mode inhoomd.md.methods.NPH
(#1509).
Deprecated:
- The
msg_file
property and argument toDevice
,CPU
, andGPU
. hoomd.md.pair.Gauss
.