Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(AliasSampler_1D_t), | public | :: | alias_sampler | ||||
integer, | private, | allocatable | :: | tgtOrbs(:,:) | |||
type(shared_array_int64_t), | private | :: | all_info_table | ||||
type(shared_array_int64_t), | private, | allocatable | :: | info_tables(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GugaAliasSampler_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GugaAliasSampler_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GugaAliasSampler_t), | intent(in) | :: | this | |||
integer(kind=n_int), | intent(in) | :: | ilut(0:GugaBits%len_tot) | |||
integer, | intent(in) | :: | nI(nel) | |||
type(CSF_Info_t), | intent(in) | :: | csf_i | |||
type(ExcitationInformation_t), | intent(out) | :: | excitInfo | |||
real(kind=dp), | intent(out) | :: | pgen |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=n_int), | intent(in) | :: | ilut(0:GugaBits%len_tot) | |||
integer, | intent(in) | :: | nI(nel) | |||
type(CSF_Info_t), | intent(in) | :: | csf_i | |||
type(ExcitationInformation_t), | intent(out) | :: | excitInfo | |||
real(kind=dp), | intent(out) | :: | pgen |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GugaAliasSampler_t), | intent(in) | :: | this | |||
integer(kind=n_int), | intent(in) | :: | ilutI(0:GugaBits%len_tot) | |||
type(CSF_Info_t), | intent(in) | :: | csf_i | |||
integer(kind=n_int), | intent(in) | :: | ilutJ(GugaBits%len_tot) | |||
type(ExcitationInformation_t), | intent(in), | optional | :: | excitInfo_in |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GugaAliasSampler_t), | intent(in) | :: | this | |||
type(CSF_Info_t), | intent(in) | :: | csf_i | |||
integer, | intent(in) | :: | occ_orbs(2) | |||
real(kind=dp), | intent(out) | :: | cpt_a | |||
real(kind=dp), | intent(out) | :: | cpt_b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GugaAliasSampler_t), | intent(in) | :: | this | |||
type(CSF_Info_t), | intent(in) | :: | csf_i | |||
integer, | intent(in) | :: | occ_orbs(2) | |||
integer, | intent(in) | :: | a | |||
real(kind=dp), | intent(out) | :: | orb_pgen |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GugaAliasSampler_t), | intent(in) | :: | this | |||
type(CSF_Info_t), | intent(in) | :: | csf_i | |||
integer, | intent(in) | :: | occ_orbs(2) | |||
integer, | intent(in) | :: | a | |||
real(kind=dp), | intent(out) | :: | orb_pgen |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GugaAliasSampler_t) | :: | this | ||||
integer(kind=int64), | intent(in) | :: | nEntries | |||
integer(kind=int64), | intent(in) | :: | entrySize |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GugaAliasSampler_t) | :: | this | ||||
integer, | intent(in) | :: | iEntry | |||
integer(kind=int64), | intent(in) | :: | infos(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GugaAliasSampler_t) | :: | this | ||||
integer, | intent(in) | :: | iEntry | |||
integer, | intent(in) | :: | tgt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GugaAliasSampler_t), | intent(in) | :: | this | |||
type(ExcitationInformation_t), | intent(in) | :: | excitInfo |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(GugaAliasSampler_t), | intent(inout) | :: | this |
type :: GugaAliasSampler_t
private
type(AliasSampler_1D_t), public :: alias_sampler
integer, allocatable :: tgtOrbs(:,:)
type(shared_array_int64_t) :: all_info_table
type(shared_array_int64_t), allocatable :: info_tables(:)
contains
private
procedure, public :: init => init_GugaAliasSampler_t
procedure, public :: finalize => finalize_GugaAliasSampler_t
procedure, public :: pick_orbitals_double_pchb
procedure, public, nopass :: pick_orbitals_pure_uniform_singles
procedure, public :: calc_pgen_guga_pchb
procedure, public :: calc_orbital_pgen_contr_pchb
procedure, public :: calc_orbital_pgen_contr_start_pchb
procedure, public :: calc_orbital_pgen_contr_end_pchb
procedure :: new_info_table
procedure :: set_info_entry
procedure :: get_info_entry
procedure :: calc_orb_pgen_guga_pchb_double
procedure :: setup_pchb_sampler_conditional
end type GugaAliasSampler_t