mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-08 20:33:26 +01:00
Add print into output on cisd_sc2_selection.irp.f
This commit is contained in:
parent
780b0276ee
commit
1b6a3d74a1
@ -19,11 +19,11 @@ default: 0.0001
|
||||
|
||||
[energy]
|
||||
type: double precision
|
||||
doc: "Calculated Full CI energy"
|
||||
doc: Calculated CISD_SC2 energy of ground_state
|
||||
interface: output
|
||||
|
||||
[energy_pt2]
|
||||
type: double precision
|
||||
doc: "Calculated Full CI energy"
|
||||
doc: Calculated CISD_SC2 energy+pt2 of ground_state
|
||||
interface: output
|
||||
|
||||
|
@ -62,6 +62,13 @@ program cisd_sc2_selected
|
||||
if (abort_all) then
|
||||
exit
|
||||
endif
|
||||
|
||||
! =~=~=~=~=~=~=~=~=~=~=~=~=~!
|
||||
! W r i t e _ o n _ d i s k !
|
||||
! =~=~=~=~=~=~=~=~=~=~=~=~=~!
|
||||
|
||||
call ezfio_set_full_ci_energy(CI_SC2_energy(1))
|
||||
|
||||
enddo
|
||||
N_det = min(n_det_max_cisd_sc2,N_det)
|
||||
davidson_threshold = 1.d-10
|
||||
@ -98,6 +105,12 @@ program cisd_sc2_selected
|
||||
print*,'Degree of excitation of this determinant : ',degree
|
||||
|
||||
enddo
|
||||
|
||||
! =~=~=~=~=~=~=~=~=~=~=~=~=~!
|
||||
! W r i t e _ o n _ d i s k !
|
||||
! =~=~=~=~=~=~=~=~=~=~=~=~=~!
|
||||
|
||||
call ezfio_set_full_ci_energy_pt2(CI_SC2_energy(i)+pt2(i)* (1.d0 + norm_pert) - H_pert_diag(i))
|
||||
endif
|
||||
call save_wavefunction
|
||||
deallocate(pt2,norm_pert,H_pert_diag)
|
||||
|
Loading…
Reference in New Issue
Block a user