10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-14 01:05:27 +02:00
quantum_package/src/CID
Thomas Applencourt 58b683ea81 Fix import
2015-06-04 17:37:43 +02:00
..
.gitignore Mega cleaning. 2015-06-02 18:17:59 +02:00
cid_lapack.irp.f add CID, CID_selected, CID_SC2_selected, just for fun ... 2014-06-11 00:44:07 +02:00
cid.irp.f add CID, CID_selected, CID_SC2_selected, just for fun ... 2014-06-11 00:44:07 +02:00
H_apply.irp.f Put do_mono/diexcitations in generate_h_apply.py 2014-06-20 15:23:04 +02:00
NEEDED_CHILDREN_MODULES Add NEED_CHILDREN_MODULE to replace NEEDED_MODULES 2015-04-30 18:56:04 +02:00
README.rst Realy fix the readme... Maybe to mush 2015-06-04 12:15:54 +02:00
tree_dependency.png BYE BYE MAKEFILE ninja ! 2015-06-03 17:52:41 +02:00

CISD
====

This is a test directory which builds a CISD by setting the follwoing rules:

* The only generator determinant is the Hartee-Fock (single-reference method)
* All generated determinants are included in the wave function (no perturbative
  selection)

These rules are set in the ``H_apply.irp.f`` file.

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

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

.. image:: tree_dependency.png

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

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

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

`cisd <http://github.com/LCPQ/quantum_package/tree/master/src/CID/cid_lapack.irp.f#L1>`_
  Undocumented


`h_apply_cisd <http://github.com/LCPQ/quantum_package/tree/master/src/CID/H_apply.irp.f_shell_8#L406>`_
  Calls H_apply on the HF determinant and selects all connected single and double
  excitations (of the same symmetry). Auto-generated by the ``generate_h_apply`` script.


`h_apply_cisd_diexc <http://github.com/LCPQ/quantum_package/tree/master/src/CID/H_apply.irp.f_shell_8#L1>`_
  Generate all double excitations of key_in using the bit masks of holes and
  particles.
  Assume N_int is already provided.


`h_apply_cisd_monoexc <http://github.com/LCPQ/quantum_package/tree/master/src/CID/H_apply.irp.f_shell_8#L263>`_
  Generate all single excitations of key_in using the bit masks of holes and
  particles.
  Assume N_int is already provided.