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

#include <Parameters.h>

Public Attributes

PotType potential {PotType::LJ}
double MPIPollPeriod {0.25}
bool LAMMPSLogging {false}
int LAMMPSThreads {0}
bool EMTRasmussen {false}
bool LogPotential {false}
std::string extPotPath {"./ext_pot"}
std::string potentialsPath
int MPIPotentialRank {-1}

Detailed Description

Definition at line 66 of file Parameters.h.

Member Data Documentation

◆ EMTRasmussen

bool eonc::Parameters::potential_options_t::EMTRasmussen {false}

Definition at line 71 of file Parameters.h.

71{false};

◆ extPotPath

std::string eonc::Parameters::potential_options_t::extPotPath {"./ext_pot"}

Definition at line 73 of file Parameters.h.

73{"./ext_pot"};

◆ LAMMPSLogging

bool eonc::Parameters::potential_options_t::LAMMPSLogging {false}

Definition at line 69 of file Parameters.h.

69{false};

◆ LAMMPSThreads

int eonc::Parameters::potential_options_t::LAMMPSThreads {0}

Definition at line 70 of file Parameters.h.

70{0};

◆ LogPotential

bool eonc::Parameters::potential_options_t::LogPotential {false}

Definition at line 72 of file Parameters.h.

72{false};

◆ MPIPollPeriod

double eonc::Parameters::potential_options_t::MPIPollPeriod {0.25}

Definition at line 68 of file Parameters.h.

68{0.25};

◆ MPIPotentialRank

int eonc::Parameters::potential_options_t::MPIPotentialRank {-1}

Definition at line 76 of file Parameters.h.

76{-1};

◆ potential

PotType eonc::Parameters::potential_options_t::potential {PotType::LJ}

Definition at line 67 of file Parameters.h.

◆ potentialsPath

std::string eonc::Parameters::potential_options_t::potentialsPath
Initial value:
{
""}

Definition at line 74 of file Parameters.h.

74 {
75 ""}; // colon-separated dirs for Fortran potential .so files

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