newanalysis.unfold
Functions
Applies the Berthold-Horn-algorithm to a set of coordinates xyz, inplace. |
|
Gives the shortest distance between xyz1 and xyz2 considering periodic boundary conditions. |
|
translateBox(vec, com, xyz, boxlength, atoms_per_residue, residue_first_atom) |
|
translateBox(vec, com, xyz, boxlength, atoms_per_residue, residue_first_atom) |
|
Gives the shortes vector pointing from xyz1 to xyz2 considering periodic boundary conditions. |
|
You have to hand over 3 coordinate sets and the boxlength as arguments: - the in-place-unfolding coordinates (from the previous timestep) - the trajectory coordinates from the previous timestep - the trajectory coordinates from the current timestep - boxlength |
|
You have to hand over 3 coordinate sets and the dimensions array as arguments: - the in-place-unfolding coordinates (from the previous timestep) - the trajectory coordinates from the previous timestep - the trajectory coordinates from the current timestep - dimensions = matrix with entries for basis vectors |
|
unfoldBox(xyz_unfold,xyz_prev,xyz_curr,boxlength) |