Loading...
Searching...
No Matches
eonc::Parameters::replica_exchange_options_t Struct Reference

#include <Parameters.h>

Public Attributes

std::string temperature_distribution {"exponential"}
long replicas {10}
long exchange_trials {10}
double sampling_time_input {1000.0}
double sampling_time {0.0}
double temperature_high {0.0}
double temperature_low {0.0}
double exchange_period_input {100.0}
double exchange_period {0.0}

Detailed Description

Definition at line 583 of file Parameters.h.

Member Data Documentation

◆ exchange_period

double eonc::Parameters::replica_exchange_options_t::exchange_period {0.0}

Definition at line 592 of file Parameters.h.

592{0.0}; // computed

◆ exchange_period_input

double eonc::Parameters::replica_exchange_options_t::exchange_period_input {100.0}

Definition at line 591 of file Parameters.h.

591{100.0};

◆ exchange_trials

long eonc::Parameters::replica_exchange_options_t::exchange_trials {10}

Definition at line 586 of file Parameters.h.

586{10}; // resolved to replicas

◆ replicas

long eonc::Parameters::replica_exchange_options_t::replicas {10}

Definition at line 585 of file Parameters.h.

585{10};

◆ sampling_time

double eonc::Parameters::replica_exchange_options_t::sampling_time {0.0}

Definition at line 588 of file Parameters.h.

588{0.0}; // computed

◆ sampling_time_input

double eonc::Parameters::replica_exchange_options_t::sampling_time_input {1000.0}

Definition at line 587 of file Parameters.h.

587{1000.0};

◆ temperature_distribution

std::string eonc::Parameters::replica_exchange_options_t::temperature_distribution {"exponential"}

Definition at line 584 of file Parameters.h.

584{"exponential"};

◆ temperature_high

double eonc::Parameters::replica_exchange_options_t::temperature_high {0.0}

Definition at line 589 of file Parameters.h.

589{0.0};

◆ temperature_low

double eonc::Parameters::replica_exchange_options_t::temperature_low {0.0}

Definition at line 590 of file Parameters.h.

590{0.0};

The documentation for this struct was generated from the following file: