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

Allow user to specify list of atom indices to override default behavior for selecting the REST region #1226

Open
zhang-ivy opened this issue Aug 9, 2023 · 0 comments
Assignees

Comments

@zhang-ivy
Copy link
Contributor

Currently the default behavior of the RESTCapableHybridTopologyFactory is to determine the rest region by selecting all atoms within a user-specified radius of the alchemical atoms.

It would be nice if the user could override this behavior to specify atom indices of their choice, independent of the alchemical atoms and a radius.

Considerations for implementing this:

  • Since this function is part of the RESTCapableHybridTopologyFactory, the hybrid topology has not been generated yet, so the user will only have the old topology atom indices. We'll need to use self._old_to_hybrid_map to map the old atom indices to hybrid indices.
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

2 participants