/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/discretization/data/csv_output.hh Source File#
|
DiFfRG
Discretization Framework for functional Renormalization Group flows
|
csv_output.hh
Go to the documentation of this file.
32 const std::string top_folder, const std::string output_name, [[maybe_unused]] const ConfigTree &config)
A hierarchical configuration tree, readable from JSON and TOML files.
Definition config_tree.hh:32
std::vector< std::string > insertion_order
Definition csv_output.hh:66
std::unordered_map< std::string, std::vector< double > > values
Definition csv_output.hh:67
void validate_frame() const
void value(const std::string &name, const double value)
Add a value to the output.
CsvOutput(const std::string top_folder, const std::string output_name)
Construct a new Csv Output object.
CsvOutput(const std::string top_folder, const std::string output_name, const ConfigTree &config)
Definition csv_output.hh:31
void set_Lambda(const double Lambda)
Set the value of Lambda. If Lambda is set, the output will contain a column for k = exp(-t) * Lambda.
std::unordered_set< std::string > written_this_frame
Definition csv_output.hh:68
Definition complex_math.hh:10
Generated by