mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 04:14:07 +01:00
fixed bug in FOBOSCF
This commit is contained in:
parent
ef85dcd5b1
commit
edd9add59f
@ -322,15 +322,15 @@ Documentation
|
||||
Undocumented
|
||||
|
||||
|
||||
`foboci_lmct_mlct_old_thr_restart <http://github.com/LCPQ/quantum_package/tree/master/plugins/FOBOCI/foboci_lmct_mlct_threshold_old.irp.f#L339>`_
|
||||
`foboci_lmct_mlct_old_thr_restart <http://github.com/LCPQ/quantum_package/tree/master/plugins/FOBOCI/foboci_lmct_mlct_threshold_old.irp.f#L341>`_
|
||||
Undocumented
|
||||
|
||||
|
||||
`foboci_lmct_old <http://github.com/LCPQ/quantum_package/tree/master/plugins/FOBOCI/foboci_lmct_mlct_threshold_old.irp.f#L267>`_
|
||||
`foboci_lmct_old <http://github.com/LCPQ/quantum_package/tree/master/plugins/FOBOCI/foboci_lmct_mlct_threshold_old.irp.f#L269>`_
|
||||
Undocumented
|
||||
|
||||
|
||||
`foboci_mlct_old <http://github.com/LCPQ/quantum_package/tree/master/plugins/FOBOCI/foboci_lmct_mlct_threshold_old.irp.f#L193>`_
|
||||
`foboci_mlct_old <http://github.com/LCPQ/quantum_package/tree/master/plugins/FOBOCI/foboci_lmct_mlct_threshold_old.irp.f#L195>`_
|
||||
Undocumented
|
||||
|
||||
|
||||
@ -681,11 +681,11 @@ h_apply_only_2p_monoexc
|
||||
.br
|
||||
|
||||
|
||||
`read_dm_from_lmct <http://github.com/LCPQ/quantum_package/tree/master/plugins/FOBOCI/foboci_lmct_mlct_threshold_old.irp.f#L600>`_
|
||||
`read_dm_from_lmct <http://github.com/LCPQ/quantum_package/tree/master/plugins/FOBOCI/foboci_lmct_mlct_threshold_old.irp.f#L602>`_
|
||||
Undocumented
|
||||
|
||||
|
||||
`read_dm_from_mlct <http://github.com/LCPQ/quantum_package/tree/master/plugins/FOBOCI/foboci_lmct_mlct_threshold_old.irp.f#L617>`_
|
||||
`read_dm_from_mlct <http://github.com/LCPQ/quantum_package/tree/master/plugins/FOBOCI/foboci_lmct_mlct_threshold_old.irp.f#L619>`_
|
||||
Undocumented
|
||||
|
||||
|
||||
|
@ -176,6 +176,8 @@ subroutine FOBOCI_lmct_mlct_old_thr(iter)
|
||||
call update_density_matrix_osoci
|
||||
enddo
|
||||
endif
|
||||
call set_generators_to_generators_restart
|
||||
call set_psi_det_to_generators
|
||||
|
||||
print*,'norm_total = ',norm_total
|
||||
norm_total = norm_generators_restart
|
||||
|
@ -11,7 +11,7 @@ subroutine routine
|
||||
implicit none
|
||||
integer :: i
|
||||
do i = 1, mo_tot_num
|
||||
write(*,'(1000(F16.10,X))')one_body_dm_mo_beta(i,:,1)
|
||||
write(*,'(I3,X,1000(F16.10,X))')i,one_body_dm_mo_beta(i,i,1)
|
||||
enddo
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user