10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-22 21:22:17 +02:00
quantum_package/src/SingleRefMethod
Anthony Scemama 741cd36db2 Merge branch 'master' of github.com:LCPQ/quantum_package
Conflicts:
	src/CISD/README.rst
	src/CISD/SC2.irp.f
	src/CISD/cisd.irp.f
	src/Dets/README.rst
	src/Dets/determinants.irp.f
	src/Dets/slater_rules.irp.f
	src/Perturbation/README.rst
2014-05-24 03:29:35 +02:00
..
tests Selection and perturbation work. Introduced new tests. 2014-05-24 02:39:18 +02:00
ASSUMPTIONS.rst Selection and perturbation work. Introduced new tests. 2014-05-24 02:39:18 +02:00
generators.irp.f Selection and perturbation work. Introduced new tests. 2014-05-24 02:39:18 +02:00
Makefile Selection and perturbation work. Introduced new tests. 2014-05-24 02:39:18 +02:00
NEEDED_MODULES Selection and perturbation work. Introduced new tests. 2014-05-24 02:39:18 +02:00
README.rst Merge branch 'master' of github.com:LCPQ/quantum_package 2014-05-24 03:29:35 +02:00

======================
SingleDetMethod Module
======================

Include this module for single reference methods.
Using this module, the only generator determinant is the Hartree-Fock determinant.

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

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

`n_det_generators <http://github.com/LCPQ/quantum_package/tree/master/src/SingleRefMethod/generators.irp.f#L3>`_
  For Single reference wave functions, the number of generators is 1 : the
  Hartree-Fock determinant

`psi_generators <http://github.com/LCPQ/quantum_package/tree/master/src/SingleRefMethod/generators.irp.f#L12>`_
  For Single reference wave functions, the generator is the
  Hartree-Fock determinant



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>`_
* `Bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask>`_
* `Electrons <http://github.com/LCPQ/quantum_package/tree/master/src/Electrons>`_
* `Ezfio_files <http://github.com/LCPQ/quantum_package/tree/master/src/Ezfio_files>`_
* `MOs <http://github.com/LCPQ/quantum_package/tree/master/src/MOs>`_
* `Nuclei <http://github.com/LCPQ/quantum_package/tree/master/src/Nuclei>`_
* `Output <http://github.com/LCPQ/quantum_package/tree/master/src/Output>`_
* `Utils <http://github.com/LCPQ/quantum_package/tree/master/src/Utils>`_