Projected Atomic Orbitals is a method for virtual orbital localization specifically designed for use with PBE.
To implement this we'll need to add another VirtualLocalizer, which should take in a PySCF object, and include an implementation of the abstract method `localize_virtual.
For comparison, look at the ConcentricLocalizer.
Projected Atomic Orbitals is a method for virtual orbital localization specifically designed for use with PBE.
To implement this we'll need to add another
VirtualLocalizer, which should take in a PySCF object, and include an implementation of the abstract method `localize_virtual.For comparison, look at the
ConcentricLocalizer.