To extract, parse, verify, and print the configuration parameters. They are stored in external files (case.toml) or dictionaries.
Source: config.jl
ZenCore._vZenCore.cat_cZenCore.cat_dZenCore.cat_iZenCore.cat_mZenCore.cat_sZenCore.chk_dictZenCore.exhibitZenCore.fil_dictZenCore.get_cZenCore.get_dZenCore.get_iZenCore.get_mZenCore.get_sZenCore.inp_tomlZenCore.renewZenCore.rev_dictZenCore.setupZenCore.str_cZenCore.str_dZenCore.str_iZenCore.str_mZenCore.str_s
Functions
ZenCore.setup — FunctionZenCore.renew — FunctionZenCore.inp_toml — Functioninp_toml(f::String, key::String, necessary::Bool)Parse the configuration file (in toml format). It reads only parts of the configuration file, which depends on the value of key.
See also: setup.
inp_toml(f::String, necessary::Bool)Parse the configuration file (in toml format). It reads the whole file.
See also: setup.
ZenCore.fil_dict — Functionfil_dict(cfg::Dict{String,Any})Transfer configurations from dict cfg to internal dicts (including PCASE, PDFT, PDMFT, PIMP, and PSOLVER).
See also: chk_dict.
ZenCore.rev_dict — Functionrev_dict(cfg::Dict{String,Any})Transfer configurations from dict cfg to internal dicts (including PDMFT, PIMP, and PSOLVER). This function is used to update some special configuration parameters dynamically.
See also: chk_dict.
ZenCore.chk_dict — FunctionZenCore.exhibit — FunctionZenCore._v — Function_v(key::String, val::Array{Any,1})Verify the value array. Called by chk_dict() function only.
See also: chk_dict.
ZenCore.cat_c — FunctionZenCore.cat_d — FunctionZenCore.cat_m — FunctionZenCore.cat_i — FunctionZenCore.cat_s — FunctionZenCore.get_c — FunctionZenCore.get_d — FunctionZenCore.get_m — FunctionZenCore.get_i — FunctionZenCore.get_s — FunctionZenCore.str_c — FunctionZenCore.str_d — FunctionZenCore.str_m — FunctionZenCore.str_i — FunctionZenCore.str_s — Function