1#ifndef Kernel_Update_c_H
2#define Kernel_Update_c_H
12 virtual const std::string
getName();
this file provide Kernel class
kids_real * E
Eigenvalue for diabatic V.
kids_real * T
Eigenvector for diabatic V.
kids_complex * Udt
short time propagator
kids_complex * R
Eigenvector for adiabatic effective Hamiltonian Heff = Eδ - id*P/M.
virtual Status & executeKernel_impl(Status &stat)
Virtual function to execute the kernel implementation.
kids_complex * U
full propagator along classical path approximation (CPA)
Kernel_Update_c(double scale)
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.
kids_real * L
Eigenvalue for adiabatic effective Hamiltonian Heff = Eδ - id*P/M.
kids_complex * invexpidiagdt
temporary variables
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
double kids_real
Alias for real number type.
std::complex< double > kids_complex
Alias for complex number type.
int kids_bint
Alias for integer type.