init_pcpp_excitgen Subroutine

public subroutine init_pcpp_excitgen()

Arguments

None

Contents

Source Code


Source Code

    subroutine init_pcpp_excitgen()
        implicit none

        if (.not. allocated(refDet)) allocate(refDet(nel))
        refDet = projEDet(:, 1)

        call init_pcpp_doubles_excitgen()
        call init_pcpp_singles_excitgen()

    end subroutine init_pcpp_excitgen