TimeCorrelationFunctions

NQCDynamics.TimeCorrelationFunctionsModule
TimeCorrelationFunctions

This module defines extra types that can be used as Ensemble outputs when computing time-correlation functions. It hopes to provide a minimal interface that reduces code repetition when implementing different correlation functions.

source
NQCDynamics.TimeCorrelationFunctions.PopulationCorrelationFunctionType
PopulationCorrelationFunction{T,S<:AbstractSimulation} <: TimeCorrelationFunction

Output type for computing the population correlation function. The statetype determines the population type (diabatic or adiabatic). sim must also be provided to access the parameters to compute the population.

source