mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-04 05:03:54 +01:00
16 lines
467 B
Fortran
16 lines
467 B
Fortran
program shifted_bk
|
|
implicit none
|
|
BEGIN_DOC
|
|
! Helper subroutine to compute the dress in distributed mode.
|
|
END_DOC
|
|
|
|
PROVIDE psi_bilinear_matrix_columns_loc psi_det_alpha_unique psi_det_beta_unique
|
|
PROVIDE psi_bilinear_matrix_rows psi_det_sorted_gen_order psi_bilinear_matrix_order
|
|
PROVIDE psi_bilinear_matrix_transp_rows_loc psi_bilinear_matrix_transp_columns
|
|
PROVIDE psi_bilinear_matrix_transp_order
|
|
|
|
!call diagonalize_CI()
|
|
call dress_slave()
|
|
end
|
|
|