ConvexSpheropolyhedronUnion
sets sweep_radius to 0
#1875
janbridley
started this conversation in
General
Replies: 1 comment 2 replies
-
hoomd-blue/hoomd/hpmc/ShapeUnion.h Lines 204 to 216 in 5a19a79 For example:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hoomd-blue/hoomd/hpmc/integrate.py
Line 1974 in 5a19a79
It appears that the
ConvexSpheropolyhedronUnion
class sets the sweep radius of union members to 0, with no interface to change this default. It seems logical that a radius should be a valid parameter - is this a functional limitation or an accidental omission? The value is not set in the ShapeUnion header file either, so either case seems possible.hoomd-blue/hoomd/hpmc/ShapeUnion.h
Line 139 in 5a19a79
Beta Was this translation helpful? Give feedback.
All reactions