sarkas.tools.observables.CurrentCorrelationFunction.compute#

CurrentCorrelationFunction.compute(longitudinal=False, transverse=False)[source]#

Routine for computing the current correlation function. See class doc for exact quantities.

The data of each slice is saved in hierarchical dataframes, dataframe_longitudinal_slices or dataframe_transverse_slices.

The sliced averaged data is saved in other hierarchical dataframes, dataframe_longitudinal dataframe_transverse.

Parameters
  • longitudinal (bool) – Flag for calculating the longitudinal CCF. Default = False.

  • transverse (bool) – Flag for calculating the transverse CCF. Default = False.