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

#include <Parameters.h>

Public Attributes

double tolerance {0.01}
long max_iterations {20}
bool quit_early {true}
std::string phva_atoms {"All"}

Detailed Description

Definition at line 418 of file Parameters.h.

Member Data Documentation

◆ max_iterations

long eonc::Parameters::lanczos_options_t::max_iterations {20}

Definition at line 420 of file Parameters.h.

420{20};

◆ phva_atoms

std::string eonc::Parameters::lanczos_options_t::phva_atoms {"All"}

Definition at line 422 of file Parameters.h.

422{"All"};

◆ quit_early

bool eonc::Parameters::lanczos_options_t::quit_early {true}

Definition at line 421 of file Parameters.h.

421{true};

◆ tolerance

double eonc::Parameters::lanczos_options_t::tolerance {0.01}

Definition at line 419 of file Parameters.h.

419{0.01};

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