Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make AdiabaticASEModel aware of constraints in ase structures #29

Closed
Alexsp32 opened this issue Nov 10, 2023 · 2 comments · May be fixed by #35
Closed

Make AdiabaticASEModel aware of constraints in ase structures #29

Alexsp32 opened this issue Nov 10, 2023 · 2 comments · May be fixed by #35
Assignees
Labels
enhancement New feature or request

Comments

@Alexsp32
Copy link
Member

Alexsp32 commented Nov 10, 2023

This would be useful to carry over constraints such as fixed atomic positions to dynamics simulations in NQCD and avoid unintended behaviour with stochastic dynamics methods.

Add-on to NQCD/NQCDynamics.jl#295.

@Alexsp32 Alexsp32 self-assigned this Nov 10, 2023
@Alexsp32 Alexsp32 added the enhancement New feature or request label Nov 10, 2023
@jamesgardner1421
Copy link
Member

NQCModels.mobileatoms can be implemented to return the indices of the atoms that are unconstrained. This function can then be used with the integrators to ensure only the mobileatoms move. This technique is already used in some places such as IESH but only supports atoms that are fixed in place.

@Alexsp32
Copy link
Member Author

Implemented in #38

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants