write_ci_coeff Interface

private interface write_ci_coeff

Contents


Module Procedures

private subroutine write_ci_coeff_singles_t(unit_CIsrt, CI_coeff)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: unit_CIsrt
type(singles_t), intent(in) :: CI_coeff(:)

private subroutine write_ci_coeff_doubles_t(unit_CIsrt, CI_coeff)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: unit_CIsrt
type(doubles_t), intent(in) :: CI_coeff(:)

private subroutine write_ci_coeff_triples_t(unit_CIsrt, CI_coeff)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: unit_CIsrt
type(triples_t), intent(in) :: CI_coeff(:)