10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-23 13:42:23 +02:00
QuantumPackage/docs/source/programs/save_ortho_mos.rst

42 lines
710 B
ReStructuredText
Raw Normal View History

2019-01-25 11:39:31 +01:00
.. _save_ortho_mos:
.. program:: save_ortho_mos
==============
save_ortho_mos
==============
2019-01-25 14:54:22 +01:00
Save orthonormalized MOs in the EZFIO.
This program reads the current MOs, computes the corresponding overlap matrix in the MO basis
2019-01-25 11:39:31 +01:00
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.
2020-12-06 22:58:30 +01:00
Needs:
.. hlist::
:columns: 3
* :c:data:`mo_label`
2019-01-25 11:39:31 +01:00
Calls:
.. hlist::
:columns: 3
* :c:func:`orthonormalize_mos`
* :c:func:`save_mos`
Touches:
.. hlist::
:columns: 3
* :c:data:`mo_coef`
* :c:data:`mo_label`