10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-29 16:34:50 +02:00
quantum_package/plugins/DDCI_selected
Anthony Scemama 01418be1c7 Merge branch 'master' of https://github.com/eginer/quantum_package into eginer-master
Conflicts:
	ocaml/.gitignore
	plugins/CAS_SD/.gitignore
	plugins/CAS_SD/README.rst
	plugins/Full_CI/.gitignore
	plugins/Full_CI/README.rst
	plugins/Hartree_Fock/.gitignore
	plugins/MRCC/.gitignore
	plugins/MRCC/README.rst
	plugins/MRCC/mrcc_utils.irp.f
	plugins/Molden/.gitignore
	plugins/Molden/tree_dependency.png
	src/Determinants/.gitignore
	src/Determinants/README.rst
	src/Ezfio_files/README.rst
	src/Integrals_Monoelec/.gitignore
	src/MOGuess/.gitignore
2015-07-03 23:56:32 +02:00
..
.gitignore MRCC converges with tiny matrixes 2015-07-03 19:19:44 +02:00
ddci.irp.f Rename in ddci 2015-07-03 11:03:12 +02:00
EZFIO.cfg Update the EZFIO.cfg with the new keyword 2015-06-18 15:04:44 +02:00
H_apply.irp.f Move into plugins 2015-06-17 18:23:56 +02:00
NEEDED_CHILDREN_MODULES Move into plugins 2015-06-17 18:23:56 +02:00
README.rst MRCC converges with tiny matrixes 2015-07-03 19:19:44 +02:00
tree_dependency.png MRCC converges with tiny matrixes 2015-07-03 19:19:44 +02:00

====================
DDCI_selected Module
====================

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

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

`full_ci <http://github.com/LCPQ/quantum_package/tree/master/src/DDCI_selected/ddci.irp.f#L1>`_
  Undocumented


`h_apply_ddci_pt2 <http://github.com/LCPQ/quantum_package/tree/master/src/DDCI_selected/H_apply.irp.f_shell_15#L1267>`_
  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_ddci_pt2_diexc <http://github.com/LCPQ/quantum_package/tree/master/src/DDCI_selected/H_apply.irp.f_shell_15#L774>`_
  Generate all double excitations of key_in using the bit masks of holes and
  particles.
  Assume N_int is already provided.


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


`h_apply_ddci_selection <http://github.com/LCPQ/quantum_package/tree/master/src/DDCI_selected/H_apply.irp.f_shell_15#L528>`_
  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_ddci_selection_diexc <http://github.com/LCPQ/quantum_package/tree/master/src/DDCI_selected/H_apply.irp.f_shell_15#L1>`_
  Generate all double excitations of key_in using the bit masks of holes and
  particles.
  Assume N_int is already provided.


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

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

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

.. image:: tree_dependency.png

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