mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-10 13:08:23 +01:00
Added nuclear repulsion
This commit is contained in:
parent
3eaec55215
commit
caa3e3f6a6
@ -89,6 +89,7 @@ program full_ci
|
|||||||
N_det = min(N_det_max,N_det)
|
N_det = min(N_det_max,N_det)
|
||||||
touch N_det psi_det psi_coef
|
touch N_det psi_det psi_coef
|
||||||
call diagonalize_CI
|
call diagonalize_CI
|
||||||
|
call ezfio_set_full_ci_energy(CI_energy)
|
||||||
if(do_pt2_end)then
|
if(do_pt2_end)then
|
||||||
threshold_selectors = 1.d0
|
threshold_selectors = 1.d0
|
||||||
threshold_generators = 0.999d0
|
threshold_generators = 0.999d0
|
||||||
@ -117,9 +118,10 @@ program full_ci
|
|||||||
call davidson_diag_dressed(dressing,psi_det,psi_coef,energy, &
|
call davidson_diag_dressed(dressing,psi_det,psi_coef,energy, &
|
||||||
size(psi_det,1),N_det,N_states_diag,N_int,output_determinants)
|
size(psi_det,1),N_det,N_states_diag,N_int,output_determinants)
|
||||||
|
|
||||||
|
energy = energy + nuclear_repulsion
|
||||||
print *, 'E dressed = ', energy
|
print *, 'E dressed = ', energy
|
||||||
print *, '----------- '
|
print *, '----------- '
|
||||||
call ezfio_set_full_ci_energy_pt2(energy)
|
call ezfio_set_full_ci_energy_pt2(energy(1))
|
||||||
deallocate(pt2_generators,norm_pert_generators)
|
deallocate(pt2_generators,norm_pert_generators)
|
||||||
endif
|
endif
|
||||||
call save_wavefunction
|
call save_wavefunction
|
||||||
|
Loading…
Reference in New Issue
Block a user