Zhang
The Zhang potential is a coarse-grained, one-particle-thick model for biological and biomimetic fluid membranes developed by Yuan et al. [Yuan2010] . It features an anisotropic pair potential that allows particles to self-assemble into fluid membranes with biologically relevant properties.
The potential consists of two parts:
A distance-dependent function \(U(r)\)
An orientation-dependent function \(\Omega(r̂_{ij}, n_{i}, n_{j})\)
The total potential is given by:
The distance-dependent functions:
The orientation-dependent function:
where \(r_{ij}\) is the distance between particles, \(n_i\) and \(n_j\) are unit vectors representing particle orientations, \(r_{\text{min}}\) is the distance of minimum energy, and \(r_c\) is the cutoff distance.
type:
NonBonded,Zhangparameters:
alpha:real: Controls the slope of the attractive potential branchbeta:real: Related to membrane bending rigiditygamma:real: Related to membrane spontaneous curvaturer_min:real: Distance of minimum energy [distance]r_c:real: Cutoff distance [distance]axis:real3: Reference axis for particle orientations (default: {0, 0, 1})
data:
name_i:string: Type of particle iname_j:string: Type of particle jepsilon:real: Energy scale [energy]
Example:
"zhang":{
"type":["NonBonded","Zhang"],
"parameters":{
"alpha": 4.0,
"beta": 3.0,
"gamma": 0.0,
"r_min": 1.1225,
"r_c": 2.6,
"axis":[0, 0, 1]
},
"labels":["name_i", "name_j", "epsilon"],
"data":[
["A", "A", 1.0],
["A", "B", 1.0],
["B", "B", 1.0]
]
}
Note
This potential requires orientation information for each particle. Ensure that the orientation (director) is properly set for each particle before using this potential.
Yuan, H., Huang, C., Li, J., Lykotrafitis, G., & Zhang, S. (2010). One-particle-thick, solvent-free, coarse-grained model for biological and biomimetic fluid membranes. Physical Review E, 82(1), 011905.