Skip to content

Commit 02e93a6

Browse files
author
Linnea Andersson
committed
Fixed test
1 parent 2ac9f50 commit 02e93a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/src/main.F90

+2-3
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,10 @@ program main
231231
call bml_read_matrix(ham_bml,'hamiltonian_ortho.mtx')
232232

233233
call bml_zero_matrix(bml_type,bml_element_real,dp,norb,norb,rho1_bml)
234-
call prg_test_density_matrix(ham_bml,rho1_bml,beta,mu,nocc,1,1e-4_dp,threshold)
235-
write(*,*) mu
234+
236235
mu = 0.2_dp
237236
call prg_implicit_fermi_save_inverse(inv_bml,ham_bml,rho_bml,norecs,nocc,mu,beta,1e-4_dp, threshold, 1e-5_dp, 1,occiter)
238-
237+
call prg_test_density_matrix(ham_bml,rho1_bml,beta,mu,nocc,1,1e-4_dp,threshold)
239238
write(*,*) mu
240239
call bml_scale(0.5_dp,rho_bml)
241240
call bml_add(rho1_bml,rho_bml,1.0_dp,-1.0_dp,threshold)

0 commit comments

Comments
 (0)