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

#include <Parameters.h>

Public Attributes

double push_step_size {0.3}
double force_threshold {0.05}
int max_iterations {500}
int ninit {-1}
std::string nperp_limitation {"default"}
int lanczos_min_size
int nsmooth {-1}
int nnewchance
std::string filin {""}

Detailed Description

Definition at line 666 of file Parameters.h.

Member Data Documentation

◆ filin

std::string eonc::Parameters::artn_options_t::filin {""}

Definition at line 685 of file Parameters.h.

685{""}; // maps to pARTn "filin": path to an artn.in input

◆ force_threshold

double eonc::Parameters::artn_options_t::force_threshold {0.05}

Definition at line 668 of file Parameters.h.

668{0.05}; // maps to pARTn "forc_thr"

◆ lanczos_min_size

int eonc::Parameters::artn_options_t::lanczos_min_size
Initial value:
{
-1}

Definition at line 676 of file Parameters.h.

676 {
677 -1}; // maps to pARTn "lanczos_min_size" (-1 = use default)

◆ max_iterations

int eonc::Parameters::artn_options_t::max_iterations {500}

Definition at line 669 of file Parameters.h.

669{500};

◆ ninit

int eonc::Parameters::artn_options_t::ninit {-1}

Definition at line 670 of file Parameters.h.

670{-1}; // maps to pARTn "ninit" (-1 = use pARTn default): number

◆ nnewchance

int eonc::Parameters::artn_options_t::nnewchance
Initial value:
{
3}

Definition at line 679 of file Parameters.h.

679 {
680 3}; // maps to pARTn "nnewchance": retries when lowest eigval > 0

◆ nperp_limitation

std::string eonc::Parameters::artn_options_t::nperp_limitation {"default"}

Definition at line 675 of file Parameters.h.

675{"default"}; // maps to pARTn "nperp_limitation"

◆ nsmooth

int eonc::Parameters::artn_options_t::nsmooth {-1}

Definition at line 678 of file Parameters.h.

678{-1}; // maps to pARTn "nsmooth" (-1 = use default)

◆ push_step_size

double eonc::Parameters::artn_options_t::push_step_size {0.3}

Definition at line 667 of file Parameters.h.

667{0.3}; // maps to pARTn "push_step_size"

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