mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-04-25 17:54:44 +02:00
Merge branch 'dev-stable' of github.com:QuantumPackage/qp2 into dev-stable
This commit is contained in:
commit
7773fcaab6
@ -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