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 AXK

Description: Choose the kind of exchange correction.

Valid values:

  • NONE Apply no exchange correction.

  • AXK Apply Approximate eXchange Kernel (AXK) correction.

  • SOSEX Apply Second Order Screened eXchange (SOSEX) correction.

[Edit on GitHub]

BLOCK_SIZE

Type: integer
Default: 1
Usage: BLOCK_SIZE 1

Description: 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.

[Edit on GitHub]

USE_HFX_IMPLEMENTATION

Type: logical
Default: F
Lone keyword: T
Usage: USE_HFX_IMPLEMENTATION T

Description: Use a HF-based implementation with RI_RPA%HF section. Recommended for large systems.

[Edit on GitHub]