Replies: 1 comment
-
We don't specify lmax and nmax but we specify the total degree of the approximating polynomial. The tutorials in the docs show how to do that. If you want to change the relative importance of the n-channels and the l-channels then you can do that using the model = acemodel(elements = [:Si,],
order = 3,
totaldegree = 10,
wL = 1.0, # default is 1.5
rcut = 5.0) lowering One can of course make more fine-tuned choices, including using a max-degree, but this requires engaging with the code at a much lower level. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear ACE developer,
Do you know how to specify the l_max using ACEpotentials.jl. I could not find any related information in https://github.com/ACEsuit/ACEpotentials.jl/discussions/new?category=q-a.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions