mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-23 04:43:45 +01:00
removed
This commit is contained in:
parent
f00c234782
commit
20e46cab61
@ -2530,7 +2530,6 @@ subroutine impose_biorthog_svd_overlap(n, m, overlap, L, R)
|
|||||||
threshold = 1.d-6
|
threshold = 1.d-6
|
||||||
num_linear_dependencies = 0
|
num_linear_dependencies = 0
|
||||||
do i = 1, m
|
do i = 1, m
|
||||||
print*,'D(i) = ',D(i)
|
|
||||||
if(abs(D(i)) <= threshold) then
|
if(abs(D(i)) <= threshold) then
|
||||||
D(i) = 0.d0
|
D(i) = 0.d0
|
||||||
num_linear_dependencies += 1
|
num_linear_dependencies += 1
|
||||||
|
Loading…
Reference in New Issue
Block a user