9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-12 23:55:18 +02:00
qp2/src/mo_basis
Anthony Scemama 8a08cfc33b
Some checks failed
continuous-integration/drone/push Build is failing
Saving MOs in TREXIO format
2022-07-01 12:40:36 +02:00
..
EZFIO.cfg Added restoration of symmetry 2020-11-11 01:12:52 +01:00
mo_class.irp.f Saving MOs in TREXIO format 2022-07-01 12:40:36 +02:00
mos_in_r.irp.f added dav_dressed_ext_rout.irp.f 2021-09-28 00:30:10 +02:00
mos.irp.f Saving MOs in TREXIO format 2022-07-01 12:40:36 +02:00
NEED Added imaginary EZFIO arrays for one-e 2019-12-02 18:18:30 +01:00
README.rst Initial commit 2019-01-25 11:39:31 +01:00
utils.irp.f Saving MOs in TREXIO format 2022-07-01 12:40:36 +02:00

========
mo_basis
========

Molecular orbitals are expressed as

.. math::

  \phi_k({\bf r}) = \sum_i C_{ik} \chi_k({\bf r})


where :math:`\chi_k` are *normalized* atomic basis functions.

The current set of |MOs| has a label `mo_label`.
When the orbitals are modified, the label should also be updated to keep
everything consistent.

When saving the |MOs|, the :file:`mo_basis` directory of the |EZFIO| database
is copied in the :file:`save` directory, named by the current `mo_label`. All
this is done with the script named :file:`save_current_mos.sh` in the
:file:`$QP_ROOT/scripts` directory.