1#ifndef Model_ElectronTransfer_H
2#define Model_ElectronTransfer_H
12 virtual const std::string
getName();
this file provide Kernel class
this class provides the container and implementation of algorithms
Kernel & appendChild(std::shared_ptr< Kernel > ker)
Append a kernel as the last child of the current tree node.
kids_real * omegas
save discrete frequencies (only for simple model, L=1)
virtual int getType() const
Get the type of the kernel.
virtual void setInputParam_impl(std::shared_ptr< Param > &PM)
Virtual function to set input parameters for the kernel implementation.
kids_real * coeffs
save coupling coefficients (only for simple model, L=1)
virtual const std::string getName()
Get the name of the kernel.
virtual void setInputDataSet_impl(std::shared_ptr< DataSet > &DS)
Virtual function to set input data set for the kernel implementation.
virtual Status & executeKernel_impl(Status &stat)
Virtual function to execute the kernel implementation.
virtual Status & initializeKernel_impl(Status &stat)
Virtual function to initialize the kernel implementation.
< http://warp.povusers.org/FunctionParser/fparser.html
double kids_real
Alias for real number type.