TimeEvolution_CrossCorrelationCalculator

This is an introduction to the TimeEvolution_CrossCorrelationCalculator class. We write a small overarching summary of the class where we define the algorithm/equation/structure reasoning for having this class or where it fits with the rest of the code.

class TimeEvolution_CrossCorrelationCalculator : public mrcpp::TreeCalculator<2>

An efficient way to calculate … (work in progress)

An efficient way to calculate … having the form \( \ldots = \ldots \)

Public Functions

void calcNode(MWNode<2> &node) override

This will … (work in progress)

Parameters:

node[in]

void applyCcc(MWNode<2> &node)

This will … (work in progress)

Parameters:

node[in]

Public Members

bool imaginary

If False then the calculator is using th real part of integrals, otherwise - the imaginary part.