10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-20 20:22:22 +02:00
quantum_package/src/MOs
2014-04-16 22:16:32 +02:00
..
ASSUMPTIONS.rst Added README.rst in all directories 2014-04-03 16:23:27 +02:00
Makefile Simplified Makefiles 2014-04-03 11:28:54 +02:00
mos.ezfio_config Documented MOs 2014-04-10 22:27:05 +02:00
mos.irp.f Documented MOs 2014-04-10 22:27:05 +02:00
NEEDED_MODULES Make all_modules and all_clean compiles in parallel. Added NEEDED_MODULES 2014-04-03 11:19:41 +02:00
README.rst Added tests for Nuclei 2014-04-10 22:41:04 +02:00
utils.irp.f Added Mono Integrals. Works in openMP 2014-04-16 22:16:32 +02:00

==========
MOs Module
==========

Molecular orbitals are expressed as 

.. math::

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

The current set of molecular orbitals 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 ``mo_basis`` directory of the EZFIO file is copied
in the ``save`` directory, named by the current ``mo_label``. All this is
done with the script named ``save_current_mos.sh`` in the ``scripts`` directory.

Needed Modules
==============

.. Do not edit this section. It was auto-generated from the
.. NEEDED_MODULES file.

* `AOs <http://github.com/LCPQ/quantum_package/tree/master/src/AOs>`_
* `Ezfio_files <http://github.com/LCPQ/quantum_package/tree/master/src/Ezfio_files>`_
* `Nuclei <http://github.com/LCPQ/quantum_package/tree/master/src/Nuclei>`_
* `Utils <http://github.com/LCPQ/quantum_package/tree/master/src/Utils>`_