ATOM
Section handling input for atomic calculations (requires &GLOBAL%PROGRAM_NAME ATOM). [Edit on GitHub]
Keywords
Keyword descriptions
- ATOMIC_NUMBER
Type: integer
Default: 1Description: Specify the atomic number
- CALCULATE_STATES
Type: integer[ ]
Default: 0
Usage: CALCULATE_STATES 5 5 5 3Description: Specifies the number of states calculated per l value
- CORE
Type: string[ ]
Usage: CORE 1s2 … or CORE [Ne] or CORE none for 0 electron coresDescription: Specifies the core electrons for a pseudopotential
- COULOMB_INTEGRALS
Type: enum
Default: NUMERIC
Usage: COULOMB_INTEGRALS (ANALYTIC|SEMI_ANALYTIC|NUMERIC)Description: Method to calculate Coulomb integrals
Valid values:
ANALYTICUse analytical methodSEMI_ANALYTICUse semi-analytical methodNUMERICUse numerical method
- ELECTRON_CONFIGURATION
Type: string[ ]
Repeatable: yes
Usage: ELECTRON_CONFIGURATION (1) [Ne] 3s2 …Description: Specifies the electron configuration. Optional the multiplicity (m) and a core state [XX] can be declared
- ELEMENT
Type: string
Default: H
Usage: ELEMENT charDescription: Specify the element to be calculated
- EXCHANGE_INTEGRALS
Type: enum
Default: NUMERIC
Usage: EXCHANGE_INTEGRALS (ANALYTIC|SEMI_ANALYTIC|NUMERIC)Description: Method to calculate Exchange integrals
Valid values:
ANALYTICUse analytical method. Not available for longrange Hartree-FockSEMI_ANALYTICUse semi-analytical methodNUMERICUse numerical method
- GRID_POINTS_GH
Type: integer
Default: 100
Usage: GRID_POINTS_GH 100Description: Number of grid points for Gauss-Hermite grid
- MAX_ANGULAR_MOMENTUM
Type: integer
Default: 3
Usage: MAX_ANGULAR_MOMENTUM 3Description: Specifies the largest angular momentum calculated [0-3]
- RUN_TYPE
Type: enum
Default: ENERGY
Usage: RUN_TYPE (NONE|ENERGY|BASIS_OPTIMIZATION|PSEUDOPOTENTIAL_OPTIMIZATION)Description: Type of run that you want to perform [ENERGY,BASIS_OPTIMIZATION,PSEUDOPOTENTIAL_OPTIMIZATION,,…]
Valid values:
NONEPerform no runENERGYPerform energy optimizationBASIS_OPTIMIZATIONPerform basis optimizationPSEUDOPOTENTIAL_OPTIMIZATIONPerform pseudopotential optimization
- USE_GAUSS_HERMITE
Type: logical
Default: F
Usage: USE_GAUSS_HERMITE TRUEDescription: Whether a Gauss-Hermite grid is to be used for the numerical integration of longrange exchange integrals