44std::string
relaxisToEis(
const std::string& in,
const std::vector<double>& params = std::vector<double>());
86std::string
madapToEis(
const std::string& in,
const std::string& parameters =
"");
std::string eisToCdc(const std::string &in)
Translates a string for this library a Boukamp Circuit Description Code (CDC).
void purgeEisParamBrackets(std::string &in)
Given a eisgenerator model description string, this function will purge all the embedded parameters.
std::string cdcToEis(std::string in)
Translates a Boukamp Circuit Description Code (CDC) string into the format used by this library.
std::string madapToEis(const std::string &in, const std::string ¶meters="")
Translates a model description string as used by the MADAP library into the format used by this libra...
std::string eisToRelaxis(const std::string &in)
Translates a string for this library to the format used by RHD instruments RelaxIS.
std::string relaxisToEis(const std::string &in, const std::vector< double > ¶ms=std::vector< double >())
Translates a model string for RHD instruments RelaxIS to the format used by eisgenerator,...
std::string eisToMadap(std::string in)
Translates a string for this library a into the format used by the MADAP library.
eisgenerator Copyright (C) 2021 Carl Klemm
Definition basicmath.h:26