1#ifndef Kernel_Iter_Adapt_H
2#define Kernel_Iter_Adapt_H
10 virtual const std::string
getName();
35 const std::vector<std::string>
backup_fields = {
"x",
"p",
"U",
"occ_nuc",
"f",
"Ekin",
"Epot"};
this file provide Kernel class
kids_bint * last_attempt_ptr
virtual void setInputParam_impl(std::shared_ptr< Param > &PM)
Virtual function to set input parameters for the kernel implementation.
virtual Status & initializeKernel_impl(Status &stat)
Virtual function to initialize the kernel implementation.
virtual void setInputDataSet_impl(std::shared_ptr< DataSet > &DS)
Virtual function to set input data set for the kernel implementation.
virtual const std::string getName()
Get the name of the kernel.
kids_bint * at_samplingstep_initially_ptr
kids_bint * at_samplingstep_finally_ptr
virtual Status & executeKernel_impl(Status &stat)
Virtual function to execute the kernel implementation.
const std::vector< std::string > backup_fields
virtual int getType() const
Get the type of the kernel.
this class provides the container and implementation of algorithms
< http://warp.povusers.org/FunctionParser/fparser.html
int kids_bint
Alias for integer type.