Loading...
Searching...
No Matches
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

Definition at line 685 of file Parameters.h.

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

◆ force_threshold

Definition at line 668 of file Parameters.h.

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

◆ 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

Definition at line 669 of file Parameters.h.

669{500};

◆ ninit

Definition at line 670 of file Parameters.h.

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

◆ 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

Definition at line 675 of file Parameters.h.

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

◆ nsmooth

Definition at line 678 of file Parameters.h.

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

◆ push_step_size

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: