-
Notifications
You must be signed in to change notification settings - Fork 13
DFTGRID
Cheol Ho Choi edited this page Oct 24, 2024
·
2 revisions
Keyword | Default | Description |
---|---|---|
hfscale | -1.0 | Exact exchange scale factor. |
cam_flag | False | Enables CAM functional. |
cam_alpha | -1.0 | Alpha parameter for CAM. |
cam_beta | -1.0 | Beta parameter for CAM. |
cam_mu | -1.0 | Mu parameter for CAM. |
rad_type | mhl | Type of radial grid. |
rad_npts | 50 | Number of radial grid points. |
ang_npts | 194 | Number of angular grid points. |
partfun | ssf | Partition function type in grid-based DFT. |
pruned | sg1 | Pruning method. |
grid_ao_pruned | True | Enables AO-based pruning. |
grid_ao_threshold | 1.0e-15 | Threshold for AO pruning. |
grid_ao_sparsity_ratio | 0.9 | Sparsity ratio for AO pruning. |
-
rad_type: Choose the radial point sampling method for electronic integrals.
-
Default:
mhl
-
Default:
-
rad_npts: Set the number of radial points for electronic integrals.
-
Default:
50
-
Default:
-
ang_npts: Set the number of angular points for electronic integrals.
-
Default:
194
-
Default:
-
partfun: Choose the partition function for electronic integrals.
-
Default:
ssf
-
Default:
-
pruned: Choose the orbital pruning method for electronic integrals.
-
Options:
-
empty
: No pruning. -
sg1
: SG-1 pruning. (Default) -
ao
: Prune atomic orbitals.
-
-
Options: