Skip to content

Commit

Permalink
lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Sep 4, 2024
1 parent 04fbb18 commit c68aaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscf/df/autoaux.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _primitive_emin_emax(basis):
k = 2**(2*l+1) * factorial(l+1)**2 / factorial(2*l+2)
# Eq (9) in the paper, e_eff = 2 * k**2 / (np.pi * r_exp) is a typo.
# See also https://github.com/MolSSI-BSE/basis_set_exchange/issues/317
# For primitive functions, following expression leads to
# For primitive functions, following expression leads to
# e_eff = exponent of the basis
e_eff = 2 * k**2 / (np.pi * r_exp**2)
# For primitive functions, e_eff may be slightly different to the
Expand Down

0 comments on commit c68aaf9

Please sign in to comment.