mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-09 12:44:07 +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]
|
[energy]
|
||||||
type: double precision
|
type: double precision
|
||||||
doc: "Calculated Full CI energy"
|
doc: Calculated CISD_SC2 energy of ground_state
|
||||||
interface: output
|
interface: output
|
||||||
|
|
||||||
[energy_pt2]
|
[energy_pt2]
|
||||||
type: double precision
|
type: double precision
|
||||||
doc: "Calculated Full CI energy"
|
doc: Calculated CISD_SC2 energy+pt2 of ground_state
|
||||||
interface: output
|
interface: output
|
||||||
|
|
||||||
|
@ -62,6 +62,13 @@ program cisd_sc2_selected
|
|||||||
if (abort_all) then
|
if (abort_all) then
|
||||||
exit
|
exit
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
! =~=~=~=~=~=~=~=~=~=~=~=~=~!
|
||||||
|
! W r i t e _ o n _ d i s k !
|
||||||
|
! =~=~=~=~=~=~=~=~=~=~=~=~=~!
|
||||||
|
|
||||||
|
call ezfio_set_full_ci_energy(CI_SC2_energy(1))
|
||||||
|
|
||||||
enddo
|
enddo
|
||||||
N_det = min(n_det_max_cisd_sc2,N_det)
|
N_det = min(n_det_max_cisd_sc2,N_det)
|
||||||
davidson_threshold = 1.d-10
|
davidson_threshold = 1.d-10
|
||||||
@ -98,6 +105,12 @@ program cisd_sc2_selected
|
|||||||
print*,'Degree of excitation of this determinant : ',degree
|
print*,'Degree of excitation of this determinant : ',degree
|
||||||
|
|
||||||
enddo
|
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
|
endif
|
||||||
call save_wavefunction
|
call save_wavefunction
|
||||||
deallocate(pt2,norm_pert,H_pert_diag)
|
deallocate(pt2,norm_pert,H_pert_diag)
|
||||||
|
Loading…
Reference in New Issue
Block a user