This is what I was trying to say in my first post. Well really thank you, I will give this a shot.every point is both above and below both edges
Search found 4 matches
- Mon Nov 11, 2024 5:19 pm
- Forum: OpenMM
- Topic: Reflective wall to prevent water from penetrating the lipid bilayer
- Replies: 6
- Views: 299
Re: Reflective wall to prevent water from penetrating the lipid bilayer
Thanks! I also came to that realization. Your point really sums up well
- Mon Nov 11, 2024 4:56 pm
- Forum: OpenMM
- Topic: Reflective wall to prevent water from penetrating the lipid bilayer
- Replies: 6
- Views: 299
Re: Reflective wall to prevent water from penetrating the lipid bilayer
That seems to be what I need to be able to prevent water from entering the membrane region.
I can define the boundaries of the membrane region and then I just want to reflect all waters. But doesn't the customExternalForce use periodic coordinates? So, the direct implementation would not be correct.
I can define the boundaries of the membrane region and then I just want to reflect all waters. But doesn't the customExternalForce use periodic coordinates? So, the direct implementation would not be correct.
- Mon Nov 11, 2024 2:02 pm
- Forum: OpenMM
- Topic: Reflective wall to prevent water from penetrating the lipid bilayer
- Replies: 6
- Views: 299
Re: Reflective wall to prevent water from penetrating the lipid bilayer
Sure, here is the expression of the flat-bottom potential
The z-upper and z-lower bounds will be defined by the head groups of the lipids.
**Edit: Fixed typo in energy equation
The z-upper and z-lower bounds will be defined by the head groups of the lipids.
**Edit: Fixed typo in energy equation
- Mon Nov 11, 2024 1:31 pm
- Forum: OpenMM
- Topic: Reflective wall to prevent water from penetrating the lipid bilayer
- Replies: 6
- Views: 299
Reflective wall to prevent water from penetrating the lipid bilayer
I am seeking to implement a CustomExternalForce applied to water particles to prevent them from penetrating the membrane in the early stage of the simulation. This is simple with a flat-bottom harmonic potential, however the issue that I find is with PBC. This excerpt from the CustomExternalForce do...