BestChenHummerAngular
The BestChenHummerAngular potential is a specialized angular potential developed by Best, Chen, and Hummer for protein modeling [BestChenHummer]. It combines two Gaussian-like terms to create a potential with two minima.
where:
\(\gamma\), \(k_\alpha\), \(k_\beta\), \(\theta_\alpha\), \(\theta_\beta\), and \(\epsilon_\alpha\) are constants defined in the potential
\(\theta\) is the current angle between the three particles
type:
Bond3,BestChenHummerAngularparameters:
Nonedata:
id_i:int: Id of the first particleid_j:int: Id of the central particleid_k:int: Id of the third particle
Example:
"bestChenHummerAngularBonds":{
"type":["Bond3","BestChenHummerAngular"],
"parameters":{},
"labels":["id_i", "id_j", "id_k"],
"data":[[0, 1, 2],
[1, 2, 3],
[2, 3, 4]]
}
Warning
The potential parameters are hardcoded in the potential implementation (taken from [BestChenHummer]). The potential is only defined for KcalMol_A units, if other units are selected an error will be raised.