10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00
quantum_package/docs/source/programs/save_ortho_mos.rst

30 lines
495 B
ReStructuredText

.. _save_ortho_mos:
.. program:: save_ortho_mos
==============
save_ortho_mos
==============
and perform a Lowdin orthonormalization : :math:`MO_{new} = S^{-1/2} MO_{guess}`.
Thanks to the Lowdin orthonormalization, the new MOs are the most similar to the guess MOs.
Calls:
.. hlist::
:columns: 3
* :c:func:`orthonormalize_mos`
* :c:func:`save_mos`
Touches:
.. hlist::
:columns: 3
* :c:data:`mo_coef`
* :c:data:`mo_label`