-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can not run example jupyters #279
Comments
The latest tutorials require ACEpotentials version 0.8.x |
If you follow the instructions in the README then everything should work. |
I don't think this should be true - would you please explain why you think so? We regularly use 1.10 and haven't experimented much with 1.11 for this package. |
As a matter of fact we don’t actually support 1.11 officially yet. |
@wcwitt I honestly don't know. You can see in the output above that ACEpotentials 0.6.5 is upgradable, showing the
Well, it worked! Except from exceeding my max RAM (16 GBs) when doing the refinement of the potential in the ACEpotentials.jl/examples/Tutorial/ACEpotentials-Tutorial.jl |
If you start with a FRESH Julia project in 1.10, then there should be no issues. If this explanation doesn’t make sense to you then please read up on how the Julia package manager works. There is a short explanation in our documentation with links to the the Pkg.jl docs. |
Do you know which command caused this? |
The model refinement here:
|
I am running the tutorials jupyters but I encounter problems.
In https://github.com/ACEsuit/ACEpotentials.jl/blob/main/examples/Tutorial/ACEpotentials-Tutorial.jl i have at line
ACEpotentials.jl/examples/Tutorial/ACEpotentials-Tutorial.jl
Line 85 in 6b95848
KeyError: key :config_type not found
while on line
ACEpotentials.jl/examples/Tutorial/ACEpotentials-Tutorial.jl
Line 112 in 6b95848
MethodError: no method matching neighbourlist(::JuLIP.Atoms{Float64}, ::Quantity{Float64, 𝐋, Unitful.FreeUnits{(Å,), 𝐋, nothing}}; recompute::Bool
In https://github.com/ACEsuit/ACEpotentials.jl/blob/main/examples/Tutorial/ACE%2BAtomsBase.jl i have at
https://github.com/ACEsuit/ACEpotentials.jl/blob/6b95848f3cb605531c0dc35830ff408813e11ad7/examples/Tutorial/ACE%2BAtomsBase.jl#L25C1-L25C24
the error:
For clarity, the output of
versioninfo() ; Pkg.status()
is:
The text was updated successfully, but these errors were encountered: