Closed proteneer closed 9 months ago
During minimization, water molecules can spuriously move beyond the specified min_cutoff. This PR restricts the movement to that of only ligand and protein atoms. InitialState is now modified to include also protein_idxs.
min_cutoff
InitialState
protein_idxs
During minimization, water molecules can spuriously move beyond the specified
min_cutoff
. This PR restricts the movement to that of only ligand and protein atoms.InitialState
is now modified to include alsoprotein_idxs
.