-
Notifications
You must be signed in to change notification settings - Fork 12
Multi body Fluctuation Induced Forces
Created by Adrià Bravo Vidal
On this page, we provide the simulation scheme used in the work "Multi-body fluctuation-induced forces between membrane proteins: Insights from mesoscale simulations" by Adrià Bravo Vidal and Weria Pezeshkian (https://doi.org/10.1101/2025.09.12.675822). Note that data appearing in the plots of this work can be found in 10.5281/zenodo.20365837.
The simulation scheme consists on three steps:
- Generating the desired initial membrane shape configuration and equilibrating it.
- Randomly placing inclusions on it with desired features and running simulations again.
- Analyzing simulations. (Under construction)
In this work, we used two different membrane shapes, a membrane patch subject to periodic boundary conditions in the XY directions and a membrane with spherical shape. In order to generate a dynamically triangulated surface (DTS) in any of these shapes and equilibrating them under any desired constraints, we refer you to the following tutorial and user manual.
After equilibration of the membrane has been reached under desired constraint, we can now proceed to randomly place inclusions in the surface with chosen features and run the simulations again. This can be achieved by adding the following lines to your input.dts file:
INCLUSION
Define 2 Inclusions
SRotation Type K KG KP KL C0 C0P C0L lambda lkg lkn cn0
0 Pro1 x y 0 0 z 0 0 0 0 0 0
GenerateInclusions
Selection_Type Random
TypeID 1
Density rho
In here, x, y and z corresponds to dts{x}.tsi file that you generated in the equilibration run with the bare membrane and using it as an input topology file for your new run.
Analysis code will be made available soon.