Skip to content

Commit

Permalink
Change default Treutler-Ahlrichs grids
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Sep 18, 2024
1 parent 236bf7f commit 6d01275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyscf/dft/radi.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
# Note that using the atom-specific radius may slightly alter the results of
# numerical integration, potentially leading to differences of ~ 1e-6 per atom
# in total energy.
# Enable this flag to ensure results are comparable across different packages.
ATOM_SPECIFIC_TREUTLER_GRIDS = getattr(__config__, 'ATOM_SPECIFIC_TREUTLER_GRIDS', False)
# Disable this flag to make DFT grids consistent with old PySCF versions.
ATOM_SPECIFIC_TREUTLER_GRIDS = getattr(__config__, 'ATOM_SPECIFIC_TREUTLER_GRIDS', True)

# P.M.W. Gill, B.G. Johnson, J.A. Pople, Chem. Phys. Letters 209 (1993) 506-512
SG1RADII = numpy.array((
Expand Down

0 comments on commit 6d01275

Please sign in to comment.