9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2025-01-14 13:46:21 +01:00
qp2/src/determinants
..
2021-04-20 14:56:34 +02:00
2019-01-25 11:39:31 +01:00
2023-02-07 17:07:49 +01:00
2023-10-03 20:04:34 +02:00
2019-01-25 11:39:31 +01:00
2021-12-17 18:32:35 +01:00
2019-01-25 11:39:31 +01:00
2019-01-25 11:39:31 +01:00
2023-07-07 17:47:51 +02:00
2020-12-15 23:46:19 +01:00
2019-01-25 11:39:31 +01:00
2021-02-17 00:46:58 +01:00
2020-08-07 11:47:51 +02:00
2019-01-29 17:09:08 +01:00
2023-07-07 17:47:51 +02:00
2019-02-04 23:51:09 +01:00
2019-11-18 20:06:05 +01:00
2019-02-04 23:51:09 +01:00
2019-01-25 11:39:31 +01:00
2022-01-28 20:50:10 +01:00
2023-03-10 20:19:17 +01:00
2019-06-27 18:23:28 +02:00
2021-10-29 11:44:37 +02:00
2019-01-25 11:39:31 +01:00

============
determinants
============

Contains everything for the computation of the Hamiltonian matrix elements in the basis of orthogonal Slater determinants built on a restricted spin-orbitals basis.

The main providers for this module are:

* :option:`determinants n_states`: number of states to be computed
* :c:data:`psi_det`: list of determinants in the wave function used in many routines/providers of the |QP|.
* :c:data:`psi_coef`: list of coefficients, for all :option:`determinants n_states` states, and all determinants.

The main routines for this module are:

* :c:func:`i_H_j`: computes the Hamiltonian matrix element between two arbitrary Slater determinants.
* :c:func:`i_H_j_s2`: computes the Hamiltonian and (|S^2|) matrix element between two arbitrary Slater determinants.
* :c:func:`i_H_j_verbose`: returns the decomposition in terms of one- and two-body components of the Hamiltonian matrix elements between two arbitrary Slater determinants. Also return the fermionic phase factor.
* :c:func:`i_H_psi`: computes the Hamiltonian matrix element between an arbitrary Slater determinant and a wave function composed of a sum of arbitrary Slater determinants.


For an example of how to use these routines and providers, take a look at :file:`example.irp.f`.