mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-01-08 03:12:59 +01:00
starting mo cholesky ints
This commit is contained in:
parent
9d4d03cdc6
commit
1fb24382b5
@ -47,6 +47,12 @@ doc: max number of cholesky vecs
|
||||
default: =maxval(ao_two_e_ints.chol_num)
|
||||
interface: ezfio
|
||||
|
||||
[io_chol_ao_integrals]
|
||||
type: Disk_access
|
||||
doc: Read/Write chol |AO| integrals from/to disk [ Write | Read | None ]
|
||||
interface: ezfio,provider,ocaml
|
||||
default: None
|
||||
|
||||
[chol_ao_integrals_complex]
|
||||
type: double precision
|
||||
doc: Cholesky decomposed integrals over AOs
|
||||
|
@ -29,3 +29,15 @@ doc: Complex df integrals over MOs
|
||||
size: (2,mo_basis.mo_num_per_kpt,mo_basis.mo_num_per_kpt,ao_two_e_ints.df_num,nuclei.kpt_pair_num)
|
||||
interface: ezfio
|
||||
|
||||
[io_chol_mo_integrals]
|
||||
type: Disk_access
|
||||
doc: Read/Write chol |MO| integrals from/to disk [ Write | Read | None ]
|
||||
interface: ezfio,provider,ocaml
|
||||
default: None
|
||||
|
||||
[chol_mo_integrals_complex]
|
||||
type: double precision
|
||||
doc: Cholesky decomposed integrals over MOs
|
||||
size: (2,mo_basis.mo_num_per_kpt,mo_basis.mo_num_per_kpt,ao_two_e_ints.chol_num_max,nuclei.kpt_num,nuclei.unique_kpt_num)
|
||||
interface: ezfio
|
||||
|
||||
|
@ -47,6 +47,12 @@ BEGIN_PROVIDER [ logical, mo_two_e_integrals_in_map ]
|
||||
!call mo_map_fill_from_df_single
|
||||
call mo_map_fill_from_df_dot
|
||||
return
|
||||
else if (read_chol_mo_integrals.or.read_chol_ao_integrals) then
|
||||
PROVIDE chol_mo_integrals_complex
|
||||
!call mo_map_fill_from_chol
|
||||
!call mo_map_fill_from_chol_single
|
||||
call mo_map_fill_from_chol_dot
|
||||
return
|
||||
else
|
||||
PROVIDE ao_two_e_integrals_in_map
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user