setup_mol_tc_excitgen Subroutine

public subroutine setup_mol_tc_excitgen()

Arguments

None

Contents

Source Code


Source Code

    subroutine setup_mol_tc_excitgen()
        ! initialize the biases and auxiliary variables for the molecular
        ! transcorrelated 3-body excitation generator

        call init_mol_tc_biases()
        call precompute_pgen()
    end subroutine setup_mol_tc_excitgen