vibeqc.run_uks¶
- vibeqc.run_uks(molecule, basis, options=None, *, dft_plus_u=None, read_from=None, fragments=None)[source]¶
Unrestricted Kohn-Sham SCF on an open-shell molecule.
Open-shell counterpart of
run_rks(). Same per-spin convention asrun_uhf();optionsisUKSOptionsand the result isUKSResult.read_from/options.read_pathdrive the READ restart guess;fragments=drives the FRAGMO fragment-superposition guess (each fragment converged with the same functional, a/b densities feeding the supersystem spin blocks).