Closed cy16f01 closed 7 years ago
I am not sure how the waterdynamics.HydrogenBondLifetimes class identifies donors and acceptors. Have a look at the code itself.
Perhaps @alejob or @cyanezstange can comment.
We are using the hbond_analysis module of MDAnalysis to identify donors and acceptors, and in this way to count the number of hydrogen bonds in a determined timestep.
edit: You should remember that an h-bond is defined as an electrostatic force and not confounding with a covalent bond.
I don't know if hbond_analysis is able to calculate h-bond inside a molecule, does it @orbeckst ?
By the way, we are not using a custom definition of donors and acceptors as in HydrogenBondAutoCorrel, we are using the default values given by hbond_analysis, you can see it here. In other words, you can't set yours own aceptors and donors.
I don't think there is a problem calculating h bonds inside a molecule, only the definitions of donors and acceptors matter.
@cy16f01 did these comments answer your question?
No more comments. Closing.
Hello, The following is the .gro file of glycine-water mixture
And i am trying to analysie the HBL(continuous and intermittent) for only water molecules, from the water dynamics code..as follows:-
I am getting the values,
But suppose if i give different naming as in
selection1 = "name OW "
,selection2 = "name HW1 and name HW2"
since this will calculate between intermolecular HBL..i am getting the values as:-which is not correct and has some error, due to wrong selection/naming of atoms/residues......which i am not able to find it out... So i needed help regarding this...
Thank you...