psi4.core.Localizer¶
-
class
psi4.core.Localizer¶ Bases:
objectdocstring
Attributes Summary
LLocalized orbital coefficients UOrbital rotation matrix convergedDid the localization procedure converge? Methods Summary
build((arg0: str, arg1: psi4.core.BasisSet, ...)docstring localize((self: psi4.core.Localizer) -> None)Perform the localization procedure Attributes Documentation
-
L¶ Localized orbital coefficients
-
U¶ Orbital rotation matrix
-
converged¶ Did the localization procedure converge?
Methods Documentation
-
build(arg0: str, arg1: psi4.core.BasisSet, arg2: psi4.core.Matrix) → psi4.core.Localizer¶ docstring
-
localize(self: psi4.core.Localizer) → None¶ Perform the localization procedure
-
L Localized orbital coefficients
-
U Orbital rotation matrix
-
build(arg0: str, arg1: psi4.core.BasisSet, arg2: psi4.core.Matrix) → psi4.core.Localizer docstring
-
converged Did the localization procedure converge?
-
localize(self: psi4.core.Localizer) → None Perform the localization procedure
-