Re: [PyMOL] MD analysis (distance, dihedral etc)

2020-09-04 Thread Baptiste Legrand
Thanks Tamas, I will have a look on this. Best, Baptiste Le 04/09/2020 à 15:55, Tamas Hegedus a écrit : It is. -- Pseudo code: sel1 = u.select_atoms... sel2 = u.select_atoms... # it is important to make the selection out of the loop for t in u.trajectory:     d =

Re: [PyMOL] MD analysis (distance, dihedral etc)

2020-09-04 Thread Tamas Hegedus
It is. -- Pseudo code: sel1 = u.select_atoms... sel2 = u.select_atoms... # it is important to make the selection out of the loop for t in u.trajectory:     d = numpy.norm(sel1.center_of_geometry - sel2...) -- dihedral is somwhat more complex: SEL = "resid %i and name %s"

[PyMOL] MD analysis (distance, dihedral etc)

2020-09-04 Thread Baptiste Legrand
Hi all, Is it possible to monitor distances, dihedrals etc. in a protein trajectory? to finally plot distances or something else versus time. (as VMD or others) Thanks. Best, Baptiste ___ PyMOL-users mailing list Archives: