-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added trajectory wrap method #1344
base: main
Are you sure you want to change the base?
Conversation
be6141c
to
e255fd2
Compare
e9aad40
to
26eee69
Compare
This should probably have more testing |
@jamesmkrieger, I have a dcd file with wrapping and am trying to run the following code with it:
The
Am I doing something wrong? |
I don’t really remember these functions so I don’t know. Did you actually set a unit cell or anything like that? |
The frames do have a unitcell:
|
I wonder where we are ending up with a numpy array. Maybe DCDFile isn’t the right object? |
I'll look into this a bit more. |
Thanks |
Previously there was only a function to wrapAtoms for individual frames. This extends that to the whole trajectory.