replica_estimates Module



Contents


Subroutines

public subroutine get_ests_from_spawns(ValidSpawned, proj_energy)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ValidSpawned
real(kind=dp), intent(out) :: proj_energy(lenof_sign)

public subroutine get_ests_from_spawns_simple(ValidSpawned, proj_energy)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ValidSpawned
real(kind=dp), intent(out) :: proj_energy(lenof_sign)

public subroutine get_proj_e_for_preconditioner(ValidSpawned, proj_energy)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ValidSpawned
real(kind=dp), intent(out) :: proj_energy(lenof_sign)

public subroutine calc_ests_and_set_init_flags(ValidSpawned, proj_energy)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ValidSpawned
real(kind=dp), intent(in) :: proj_energy(lenof_sign)

public subroutine calc_ests_simple_initiator(ValidSpawned, proj_energy)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ValidSpawned
real(kind=dp), intent(in) :: proj_energy(lenof_sign)

public subroutine time_hash(ValidSpawned)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ValidSpawned

public subroutine open_replica_est_file()

Arguments

None