-
Notifications
You must be signed in to change notification settings - Fork 23
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
Missing methods for ASEAtoms compatibility #108
Comments
Should go into ASE.jl |
And the analogue with a non-ASE calculator and ASEAtoms |
I can donut later or Stela can make a PR? |
Sounds good. |
This is probably silly, but what does "PR" stand for? |
Pull request |
I suppose this would work: function minimise!(at::ASEAtoms, ...)
jat = JuLIP.Atoms(at)
minimise!(jat, ...)
set_dofs!(at, dofs(jat))
end function |
I need to look at minimise!. Let’s see |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would you be happy to add the following method:
and the same for forces, stress etc? It would make code which has to call ASECalculators more convenient. Should it go in
ASE.jl
orJuLIP.jl
?cc. @SMakri
The text was updated successfully, but these errors were encountered: