quemb.molbe.lo.get_loc¶
- quemb.molbe.lo.get_loc(mol, C, method='ER', pop_method=None, init_guess='atomic')¶
Import, initialize, and call localization procedure method for C from PySCF
- Parameters:
mol (
Mole
) – mol objectC (
ndarray
[tuple
[int
,...
],dtype
[TypeVar
(T_dtype_co
, bound=generic
, covariant=True)]]) – MO coefficientsmethod (
Literal
['ER'
,'PM'
,'FB'
]) – Localization method. Options include: EDMINSTON-RUEDENBERG, ER; PIPEK-MIZEY, PIPEK, PM; FOSTER-BOYS, BOYS, FBpop_method (
str
|None
) – Method for calculating orbital population, by default ‘meta-lowdin’ See pyscf.lo for more details and options. This is only used for Pipek-Mezey localizationinit_guess (
ndarray
[tuple
[int
,...
],dtype
[TypeVar
(T_dtype_co
, bound=generic
, covariant=True)]] |str
|None
) – Initial guess for localization optimization. Default is atomic, See pyscf.lo for more details and options
- Returns:
mlo – Localized mol object
- Return type: