forte2.scf.uhf ============== .. py:module:: forte2.scf.uhf Module Contents --------------- .. py:class:: UHF Bases: :py:obj:`forte2.scf.scf_base.SCFBase` A class that runs unrestricted Hartree-Fock calculations. :Parameters: **ms** : float Spin projection. Must be a multiple of 0.5. **guess_mix** : bool, optional, default=False If True, will mix the HOMO and LUMO orbitals to try to break alpha-beta degeneracy if ms is 0.0. .. !! processed by numpydoc !! .. py:attribute:: ms :type: float :value: None .. py:attribute:: guess_mix :type: bool :value: False