On Mon, Aug 19, 2019 at 9:51 AM Shayna Hilburg <shayna.hilburg.gmail.com>
wrote:
>
> pytraj.Trajectory is the one I had been using (because it was necessary for
> me to get the mean structure in a prior calculation) that does not work for
> pytraj.volume.
>
Does it (the one from using pytraj.Trajectory directly) has unitcells of
None or 2d array? does its topology have a legit box (example below)?
For example:
In [32]: traj.unitcells.shape
Out[32]: (10, 6)
In [33]: traj.top.box
Out[33]: <Box: ortho, (x, y, z, alpha, beta, gamma) = (39.455974,
46.821517, 40.469541, 90.0, 90.0, 90.0)>
If none of the above are available, I think your workflow needs to update
it.
PS: Above is just FYI since you're already solved your case.
cheers.
Hai
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Mon Aug 19 2019 - 09:30:02 PDT