INT Section
The INT section controls integral computation: ERI screening, engine selection,
symmetry, and grid settings.
Keywords
| Keyword | Type | Default | Description |
|---|---|---|---|
Acc2E | integer | 12 | ERI screening threshold = 10⁻ᴺ |
UltraFine | boolean | false | Use larger integration grid |
Eri | auto | md | sp | rys | auto | ERI engine selection |
NoSymm | boolean | false | Disable point-group symmetry |
Grid | Coarse | Fine | UltraFine | Fine | DFT integration grid (future) |
Relativistic | dk | zora | none | none | Relativistic Hamiltonian (future) |
FcMod | integer | 0 | Freeze-core shell count (per atom) |
Semiempirical | string | — | Activate a semiempirical method |
ERI Engine Selection
| Engine | Eri value | Best for | Notes |
|---|---|---|---|
| McMurchie–Davidson | md | All systems (default) | Universal, correct for all angular momenta |
| SP Fast Paths | sp / spfast | Organic (H,C,N,O,F) | 10× ERI speedup for S/P shells only |
| Rys Quadrature | rys / rysquadrature | Transition metals, D/F+ | Rys-first with MD fallback |
| Auto | auto | General use | Fast SP + Rys routing, MD fallback |
The selected engine applies to all ERI computation paths: in-core integral build, direct SCF, analytical nuclear gradients, fully analytical Hessians, and semi-analytical (FD) Hessians.
Examples
Recommended (auto):
INT
Eri auto
END
Force McMurchie–Davidson (baseline):
INT
Eri md
END
SP fast paths for organic molecules:
INT
Eri sp
END
Rys quadrature for transition metals:
INT
Eri rys
END
Disable symmetry:
INT
NoSymm true
END
Tighter ERI screening:
INT
Acc2E 14
END
DFT integration grid (future):
INT
Grid UltraFine
END
Notes
Acc2E 12(10⁻¹²) is the default ERI screening threshold.- Symmetry is enabled by default.
NoSymm trueskips point-group ERI screening and prints all orbital irreps asA(C1 symmetry). - The 8-fold permutational symmetry of ERIs is always applied regardless of
NoSymm. - The
Gridkeyword controls the DFT numerical integration grid (for future DFT support).