Skip to content
Snippets Groups Projects
Commit f113f303 authored by Marie bernadette Lepetit's avatar Marie bernadette Lepetit
Browse files

extradiag on continue

parent fe67b400
No related branches found
No related tags found
2 merge requests!5Implementation of the density matrix,!4Implementation of the density matrix
Pipeline #10397 failed
......@@ -3,4 +3,5 @@ set(RELAXSE_dev
src/generator/dev/dens_act.F90
src/generator/dev/dens_part.F90
src/generator/dev/dens_trou.F90
src/generator/dev/dens_exdiag.F90
)
......@@ -265,7 +265,7 @@ Program proprietes
write(f_output,*) " >>> One particule density matrix"
write(f_output,*) " Not yet implemented"
#ifdef VAR_DEV
call dens(ndet,nvec, psi,det, d,rspin, o_info, rho_tot,rho_spin)
call dens(ndet,nvec, psi,det, d,rspin, o_info,g_info, rho_tot,rho_spin)
#endif
end select
end do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment