10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-22 05:02:15 +02:00
quantum_package/src/MOGuess
2015-07-16 10:40:57 +02:00
..
.gitignore Fix cleaning module bug 2015-06-30 10:10:38 +02:00
h_core_guess_routine.irp.f Fix README and graphiz 2015-07-16 10:40:57 +02:00
H_CORE_guess.irp.f Fix #92 2015-07-03 15:07:24 +02:00
mo_ortho_lowdin.irp.f Accelerated H_core guess O(N4) -> O(N3) 2015-03-20 09:03:50 +01:00
NEEDED_CHILDREN_MODULES Rename MonoInts into Integrals_Monoelec 2015-05-12 11:05:07 +02:00
pot_mo_ortho_lowdin_ints.irp.f Added Bi-electronic integrals module 2014-04-17 23:50:51 +02:00
README.rst Fix README and graphiz 2015-07-16 10:40:57 +02:00
tree_dependency.pdf Fix README and graphiz 2015-07-16 10:40:57 +02:00

==============
MOGuess Module
==============

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

.. Do not edit this section. It was auto-generated from the
.. by the `update_README.py` script.

.. image:: tree_dependency.pdf

* `Integrals_Monoelec <http://github.com/LCPQ/quantum_package/tree/master/src/Integrals_Monoelec>`_

Documentation
=============

.. Do not edit this section. It was auto-generated from the
.. by the `update_README.py` script.

`ao_ortho_lowdin_coef <http://github.com/LCPQ/quantum_package/tree/master/src/MOGuess/mo_ortho_lowdin.irp.f#L2>`_
  matrix of the coefficients of the mos generated by the
  orthonormalization by the S^{-1/2} canonical transformation of the aos
  ao_ortho_lowdin_coef(i,j) = coefficient of the ith ao on the jth ao_ortho_lowdin orbital


`ao_ortho_lowdin_nucl_elec_integral <http://github.com/LCPQ/quantum_package/tree/master/src/MOGuess/pot_mo_ortho_lowdin_ints.irp.f#L1>`_
  Undocumented


`ao_ortho_lowdin_overlap <http://github.com/LCPQ/quantum_package/tree/master/src/MOGuess/mo_ortho_lowdin.irp.f#L26>`_
  overlap matrix of the ao_ortho_lowdin
  supposed to be the Identity


`h_core_guess <http://github.com/LCPQ/quantum_package/tree/master/src/MOGuess/H_CORE_guess.irp.f#L1>`_
  Produce `H_core` MO orbital
  output:  mo_basis.mo_tot_num mo_basis.mo_label mo_basis.ao_md5 mo_basis.mo_coef mo_basis.mo_occ


`hcore_guess <http://github.com/LCPQ/quantum_package/tree/master/src/MOGuess/h_core_guess_routine.irp.f#L1>`_
  Produce `H_core` MO orbital