mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-04-25 09:44:43 +02:00
increase hard coded max rank of cholesky for ao_two_e_int
This commit is contained in:
parent
d20ac13c4f
commit
cbad838a34
@ -178,7 +178,7 @@ END_PROVIDER
|
|||||||
rank_max = np
|
rank_max = np
|
||||||
! Avoid too large arrays when there are many electrons
|
! Avoid too large arrays when there are many electrons
|
||||||
if (elec_num > 10) then
|
if (elec_num > 10) then
|
||||||
rank_max = min(np,20*elec_num*elec_num)
|
rank_max = min(np,25*elec_num*elec_num)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call mmap_create_d('', (/ ndim8, rank_max /), .False., .True., map)
|
call mmap_create_d('', (/ ndim8, rank_max /), .False., .True., map)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user