-
Notifications
You must be signed in to change notification settings - Fork 15
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
Bug / instability of inner cutoff #118
Comments
Turns out the problem was that I didn't pass I think we should have a better behavior than this if someone specifies an inner cutoff, but doesn't specify |
There is always an rin even if you don’t choose it because it specifies the domain of orthogonality for the polynomials maybe it could be better documented but if don’t see how to change the behaviour |
I did choose |
So we could consider making pin = nothing the current pin = 0 and pin=0 becomes a jump to zero. But this isn’t going to solve anything. You still have to specify pin to make sure you get the desired behaviour. Maybe this could be resolved by REQUIRING pin once rin is specified. |
Yes, requiring |
I am trying to fit ACE models using ACEatoms, and when I plot the dimer curves of the potentials I get the 1-body and 2-body parts behave as expected, but the ACE component of the basis does not go to 0 at the inner cutoff, but it explodes:
Code used to define the basis:
The text was updated successfully, but these errors were encountered: