9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-13 08:05:17 +02:00
qp2/src/bi_ort_ints
2023-01-20 14:57:21 +01:00
..
bi_ort_ints.irp.f moved the jastrow parameters to tc_keywords 2022-10-24 17:07:30 +02:00
biorthog_mo_for_h.irp.f new jast added in QP 2022-10-21 23:27:51 +02:00
NEED it works 2022-10-24 17:59:28 +02:00
one_e_bi_ort.irp.f new jast added in QP 2022-10-21 23:27:51 +02:00
README.rst added many files and did a lot of documentation for bi-ortho scf 2022-10-05 00:05:22 +02:00
semi_num_ints_mo.irp.f clean fork with + TC stuffs 2023-01-16 23:36:05 +01:00
three_body_ijm.irp.f diagonal matrix elements work with 3-e a la fock 2023-01-19 22:34:11 +01:00
three_body_ijmk.irp.f TC single excitations H matrix elements work with Fock matrix 2023-01-20 11:19:38 +01:00
three_body_ijmkl.irp.f beginning to optimize the double excitations for TC 2023-01-20 14:57:21 +01:00
three_body_ints_bi_ort.irp.f clean fork with + TC stuffs 2023-01-16 23:36:05 +01:00
total_twoe_pot.irp.f two body part up to single excitations work with fock 2023-01-19 19:29:26 +01:00

===========
bi_ort_ints
===========

This module contains all necessary integrals for the TC Hamiltonian in a bi-orthonormal (BO) MO Basis.
See in bi_ortho_basis for more information. 
The main providers are : 

One-electron integrals 
----------------------
+) ao_one_e_integrals_tc_tot : total one-electron Hamiltonian which might include non hermitian part coming from one-e correlation factor. 
+) mo_bi_ortho_tc_one_e : one-electron Hamiltonian (h_core+one-J terms) on the BO-MO basis. 
+) mo_bi_orth_bipole_x  : x-component of the dipole operator on the BO-MO basis. (Same for y,z) 

Two-electron integrals 
----------------------
+) ao_two_e_tc_tot : Total two-electron operator (including the non-hermitian term of the TC Hamiltonian) on the AO basis
+) mo_bi_ortho_tc_two_e : Total two-electron operator on the BO-MO basis

Three-electron integrals 
------------------------
+) three_body_ints_bi_ort : 6-indices three-electron tensor (-L) on the BO-MO basis. WARNING :: N^6 storage !
+) three_e_3_idx_direct_bi_ort : DIRECT term with 3 different indices of the -L operator. These terms appear in the DIAGONAL matrix element of the -L operator. The 5 other permutations needed to compute matrix elements can be found in three_body_ijm.irp.f 
+) three_e_4_idx_direct_bi_ort : DIRECT term with 4 different indices of the -L operator. These terms appear in the OFF-DIAGONAL matrix element of the -L operator including SINGLE EXCITATIONS. The 5 other permutations needed to compute matrix elements can be found in three_body_ijmk.irp.f 
+) three_e_5_idx_direct_bi_ort : DIRECT term with 5 different indices of the -L operator. These terms appear in the OFF-DIAGONAL matrix element of the -L operator including DOUBLE EXCITATIONS. The 5 other permutations needed to compute matrix elements can be found in three_body_ijmkl.irp.f