10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-24 06:02:17 +02:00
quantum_package/src/MOs
2014-04-03 11:28:54 +02:00
..
Makefile Simplified Makefiles 2014-04-03 11:28:54 +02:00
mos.ezfio_config Added MOs and bitmasks 2014-04-03 01:59:48 +02:00
mos.irp.f Added MOs and bitmasks 2014-04-03 01:59:48 +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 Make all_modules and all_clean compiles in parallel. Added NEEDED_MODULES 2014-04-03 11:19:41 +02:00
utils.irp.f Added MOs and bitmasks 2014-04-03 01:59:48 +02:00

Modifying MOs
=============

When modifying MOs, the label of the current MOs should change accordingly by changing the mo_label. For example:

.. code-block::  fortran

  mo_coef = new_mo_coef
  mo_label = "MyNewLabel"
  TOUCH mo_coef mo_label