EXCHANGE_CORRECTION
Parameters influencing exchange corrections to RPA. No gradients available. [Edit on GitHub]
Keywords
Keyword descriptions
- SECTION_PARAMETERS
Type: enum
Default: NONE
Usage: &EXCHANGE_CORRECTION AXKDescription: Choose the kind of exchange correction.
Valid values:
NONEApply no exchange correction.AXKApply Approximate eXchange Kernel (AXK) correction.SOSEXApply Second Order Screened eXchange (SOSEX) correction.
- BLOCK_SIZE
Type: integer
Default: 1
Usage: BLOCK_SIZE 1Description: Choose the block size of the contraction step. Larger block sizes improve performance but require more memory (quadratically!, number of stored elements: \(o^2\cdot N_B^2\)). Nonpositive numbers turn off blocking.
- USE_HFX_IMPLEMENTATION
Type: logical
Default: F
Lone keyword: T
Usage: USE_HFX_IMPLEMENTATION TDescription: Use a HF-based implementation with RI_RPA%HF section. Recommended for large systems.