We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Question 1: double orbitalOverlapTerm = exp(-(aaRabSq))(2a - aaRab - 1/Rab); but the equation in paper is
Question 2: return J[i] + lambda * (k/2) * (alphaStar + betaStar + orbital - 2/(eta*sqrt(PI))); but the equation in paper is
Question 3: return J[i] + lambda * (k/2)*sigmaStar; but the eqation in paper is
There are some differences between codes and formulas, could you help me to understand its? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Question 1: double orbitalOverlapTerm = exp(-(aaRabSq))(2a - aaRab - 1/Rab);
but the equation in paper is
Question 2: return J[i] + lambda * (k/2) * (alphaStar + betaStar + orbital - 2/(eta*sqrt(PI)));
but the equation in paper is
Question 3: return J[i] + lambda * (k/2)*sigmaStar;
but the eqation in paper is
There are some differences between codes and formulas, could you help me to understand its?
Thanks!
The text was updated successfully, but these errors were encountered: