vibeqc.run_rks¶
- vibeqc.run_rks(molecule, basis, options=None, *, dft_plus_u=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).