Simulating depletion interaction explicitly using NμpVT ensemble #1674
-
Hi all, I am new to HOOMD and wanted to simulate spherocylinders mediated by depletion interaction through penetrable spheres. As implicit depletion interaction gives incorrect results in the current version of hoomd I am trying to model it explicitly. I wanted to know after defining two types of particles in my system under the same shape integrator( I mean let's say 'A' is the colloid whose number remains fixed in my system and let 'B' be the polymer responsible for depletion interaction whose number will fluctuate about an average number. Both the particles are in a box of fixed volume. Can I define grand canonical ensemble for only 'B'? Also to make potential between 'B-B' zero and infinity when 'A-A' or 'A-B' overlaps, I was thinking of defining an interaction matrix for them. Any help to clarify the workflow and algorithm is appreciated. Thanking all. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Use the
Set elements of
|
Beta Was this translation helpful? Give feedback.
Use the
transfer_types
argument ofMuVT
to select which particles to insert and delete.Set elements of
HPMCIntegrator.interaction_matrix
to implement the penetrable hard sphere model.