GROMACS version: 2024.4
GROMACS modification: No
Hi everyone,
I’m simulating the interaction between a DNA duplex and an asymmetric lipid bilayer, and I’m running into some unexpected behavior during steered molecular dynamics (SMD). The goal is to pull the DNA through the bilayer along the Z-axis, but so far, it only reaches the interface — and the pulling reaction coordinate starts from a negative value. I’d appreciate any feedback on the setup and results.
System Overview
- A DNA helix was placed ~5 nm above the bilayer COM, roughly parallel to the membrane surface.
- Built and visualized in VMD.
- Lipid bilayer is asymmetric and simulated with CHARMM36 force field.
Equilibration Protocol
I used a multi-step equilibration with gradually released restraints:
Step | Duration | Restraints (DNA/Lipid/Dihedral) (kJ/mol/nm²) |
---|---|---|
EM | – | 1000 / 1000 / 1000 |
NVT | 1 ns | 1000 / 1000 / 1000 |
NPT1 | 1 ns | 1000 / 1000 / 1000 |
NPT2 | 1 ns | 500 / 400 / 400 |
NPT3 | 1 ns | 200 / 200 / 100 |
NPT4 | 5 ns | No restraints |
-
Thermostat groups:
tc-grps = DNA Membrane Water_and_ions
Pulling Setup (SMD)
DNA was pulled toward the bilayer along Z (membrane normal):
pull = yes
pull_ncoords = 1
pull_ngroups = 2
pull_group1_name = Membrane
pull_group2_name = DNA
pull_coord1_geometry = direction-periodic
pull_coord1_dim = N N Y
pull_coord1_vec = 0 0 -1 ; pulling down
pull_coord1_rate = 0.001 ; 1 nm/ns
pull_coord1_k = 2000
pull_coord1_start = yes
pull-group1-pbcatom = 11114
pull-group2-pbcatom = 43856
pull-pbc-ref-prev-step-com = yes
pull-nstxout = 50
pull-nstfout = 50
-
Pulling time: 10 ns
-
Used semiisotropic pressure coupling, with Z compressibility = 0:
pcoupltype = semiisotropic ref_p = 1.0 1.0 compressibility = 4.5e-5 0.0 refcoord_scaling = com
Key Observations
- DNA Does Not Penetrate Bilayer
- After 10 ns of pulling, DNA reaches the headgroup interface, but never crosses the bilayer.
- It flattens against the surface instead.
Frame | View | Description |
---|---|---|
First | Side | DNA placed clearly above bilayer (~5 nm) |
Final | Side | DNA stops at bilayer interface |
Final | Top | DNA is no longer centered in XY |
- Pulling Force (
pullf.xvg
)
- Force reaches ~400–500 kJ/mol/nm, indicating strong resistance.
- Yet, DNA does not insert — likely pointing to a significant energy barrier.
- Unexpected Reaction Coordinate (
pullx.xvg
)
-
Pulling distance starts from a negative value, even though DNA was above the membrane.
-
Could this be:
- A misinterpretation of the pull group COMs?
- A wrapping or periodic image issue?
- Axis flipped?
My Questions
- Why does the pulling start from a negative value if DNA starts above the membrane?
- Is
direction-periodic
the best choice for this SMD geometry? - Should I be concerned about XY drift? If so, how should I fix it?
- Could the DNA’s failure to insert be physical (electrostatics, packing, etc.), or due to setup artifacts?
- Why do some lipids move so oddly? Should I apply restraints on lipids even during production MD, or might this be an artifact of removing restraints quickly?
Thanks so much in advance for any insights or suggestions! I’m happy to provide more details or files if needed.