jonekoo / mdanalysis

MDAnalysis is a Python library to analyze molecular dynamics trajectories.
http://www.mdanalysis.org
Other
0 stars 0 forks source link

Selection may not contain residues as a whole #5

Closed jonekoo closed 7 years ago

jonekoo commented 7 years ago

Expected behaviour

In waterdynamics.WaterOrientationalRelaxation.run_bulk(...) The selection of atoms should contain water residues as a whole.

Actual behaviour

Currently it is not checked if the whole residue is contained in the analyzed selection.

jonekoo commented 7 years ago

If the keyword byres is given in the selection, the water molecules will be included as a whole, so there should be no problem.