vibeqc.run_rks¶
- vibeqc.run_rks(molecule, basis, options=None, *, dft_plus_u=None, read_from=None, fragments=None)[source]¶
Restricted Kohn-Sham SCF on a closed-shell molecule.
Same shape as
run_rhf();optionsisRKSOptions(carries the XC functional name) and the result type isRKSResult(carries the KS energy decomposition plus the optionale_dft_plus_ufield).read_from/options.read_pathdrive the READ restart guess as inrun_rhf();fragments=drives the FRAGMO fragment-superposition guess (each fragment converged with the same functional).