LandauGinzburg
|
Structure lg_params_t. More...
Public Attributes | |
int | Li |
int | num_f |
SuperPotentialType | spt |
int | testmode |
int | num_nrsolutions |
int | num_nicolai |
int | num_initialnic |
int | num_loop |
int | num_power |
int | num_coupling |
VectorXi | k |
VectorXd | lambda |
Structure lg_params_t.
Li | Physical box size, N_0=N_1, which must be even integer |
num_f | Number of superfields |
spt | Superpotential type |
testmode | test mode on/off |
num_nrsolutions | Number of "convergent" trials of NR method |
num_nicolai | Number of configurations of Nicolai mapping |
num_initialnic | Initail number of the nicolai configuration |
num_loop | Maximum number of iteration |
num_power | Numer of k |
num_lambda | Numer of lambda |
k | Power in superpotential |
lambda | Coupling |
Definition at line 52 of file field_conf.cpp.
VectorXi lg_params_t::k |
Definition at line 63 of file field_conf.cpp.
VectorXd lg_params_t::lambda |
Definition at line 64 of file field_conf.cpp.
int lg_params_t::Li |
Definition at line 53 of file field_conf.cpp.
int lg_params_t::num_coupling |
Definition at line 62 of file field_conf.cpp.
int lg_params_t::num_f |
Definition at line 54 of file field_conf.cpp.
int lg_params_t::num_initialnic |
Definition at line 59 of file field_conf.cpp.
int lg_params_t::num_loop |
Definition at line 60 of file field_conf.cpp.
int lg_params_t::num_nicolai |
Definition at line 58 of file field_conf.cpp.
int lg_params_t::num_nrsolutions |
Definition at line 57 of file field_conf.cpp.
int lg_params_t::num_power |
Definition at line 61 of file field_conf.cpp.
SuperPotentialType lg_params_t::spt |
Definition at line 55 of file field_conf.cpp.
int lg_params_t::testmode |
Definition at line 56 of file field_conf.cpp.