10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-27 23:52:24 +02:00

block size in cholesky

This commit is contained in:
Anthony Scemama 2024-05-31 20:20:04 +02:00
parent b773a361b2
commit 0dca6cfde4

View File

@ -186,7 +186,7 @@ END_PROVIDER
if (mem > qp_max_mem) then
s = s*2.d0
block_size = block_size / 2
block_size = max(block_size / 2, 1)
else
exit
endif