vibeqc.AICCM2026DevBExactExchangeAssembly

class vibeqc.AICCM2026DevBExactExchangeAssembly(c_full, c_sr, omega_screen_bohr_inv)[source]

Bases: object

Route-resolved exact-exchange coefficients for one B SCF run.

The descriptor mirrors the shared periodic functional resolver used by the selected SCF route. It is route-resolved metadata, not an independent attestation of a low-level exchange operator. omega_screen_bohr_inv is the physical erfc screening parameter and is deliberately named so it cannot be confused with a numerical Ewald split parameter.

Parameters:
__init__(c_full, c_sr, omega_screen_bohr_inv)
Parameters:
Return type:

None

Methods

__init__(c_full, c_sr, omega_screen_bohr_inv)

Attributes

c_full: float
c_sr: float
omega_screen_bohr_inv: float
resolver: str = 'vibeqc.periodic_screened_exchange.resolve_periodic_exchange'