Skip to content
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

Use atom::create_clone for faster copying and cloning #201

Open
cgreenberg opened this issue May 6, 2016 · 0 comments
Open

Use atom::create_clone for faster copying and cloning #201

cgreenberg opened this issue May 6, 2016 · 0 comments

Comments

@cgreenberg
Copy link
Collaborator

cgreenberg commented May 6, 2016

Can now copy States, Gaussians, and Representations, so this should be much faster than copying things at the python level.

We still do have to copy the information that's in the python classes, like the TempResidues etc (including assigning correct Tempresidue.hier) so it's not that simple. And this won't work on create_copy since it's not identical. BUT it could be super helpful if you simply want to clone an entire state - which is a common crosslinking situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant