You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
creates a trajectory without a box. This may be a problem for re-evaluating energies in GROMACS with cutoffs as this needs periodic boundary conditions.
The box can be added afterwards with a MDAnalysis on the fly transformation (set box dimensions
Is your feature request related to a problem?
Writing the universe with all conformers with
creates a trajectory without a box. This may be a problem for re-evaluating energies in GROMACS with cutoffs as this needs periodic boundary conditions.
The box can be added afterwards with a MDAnalysis on the fly transformation (set box dimensions
(or setting the box dimensions in a loop while writing a new trajectory) but
Describe the solution you'd like
Add a function
molconfgen.output.write_pbc_trajectory(u, filename, box=None)
thatu
filename
: trajectory filenamebox
argumentNone
: no box (no PBC)box
(and fail if box size is not safe)Describe alternatives you've considered
Do it manually ...
The text was updated successfully, but these errors were encountered: