5 #include <yaml-cpp/yaml.h> 7 #include "../types.hpp" 8 #include "../wavepackets/hawp_paramset.hpp" 13 struct convert<
waveblocks::wavepackets::HaWpParamSet<D>> {
41 PI.
S(pinode[
"S"].as<waveblocks::complex_t>());
static Node encode(const waveblocks::wavepackets::HaWpParamSet< D > &PI)
Definition: hagedornparameters.hpp:15
RMatrix< D, 1 > const & p() const
Get the parameter .
Definition: hawp_paramset.hpp:102
Definition: coefficients_file_parser.cpp:10
complex_t const & S() const
Get the parameter .
Definition: hawp_paramset.hpp:111
Eigen::Matrix< real_t, R, C > RMatrix
Definition: types.hpp:22
CMatrix< D, D > const & Q() const
Get the parameter .
Definition: hawp_paramset.hpp:105
static bool decode(const Node &pinode, waveblocks::wavepackets::HaWpParamSet< D > &PI)
Definition: hagedornparameters.hpp:27
This class represents the Hagedorn parameter set .
Definition: hawp_paramset.hpp:24
Definition: complex.hpp:10
CMatrix< D, D > const & P() const
Get the parameter .
Definition: hawp_paramset.hpp:108
RMatrix< D, 1 > const & q() const
Get the parameter .
Definition: hawp_paramset.hpp:99
Eigen::Matrix< complex_t, R, C > CMatrix
Definition: types.hpp:19