pp_spectral_function
full name: tenpy.simulations.post_processing.pp_spectral_function
parent module:
tenpy.simulations.post_processing
type: function
- tenpy.simulations.post_processing.pp_spectral_function(DL: DataLoader, *, correlation_key, conjugate_correlation=False, **kwargs)[source]
Given a time dependent correlation function C(t, r), calculate its Spectral Function.
After a run of
TimeDependentCorrelation
, aDataLoader
instance should be passed, from which the underlying lattice and additional parameters (e.g.dt
) can be extracted. The correlation_key must coincide with the key of the time-dep. correlation function in the output of the Simulation.- Parameters:
DL (DataLoader)
correlation_key (str)
conjugate_correlation (bool | False)
**kwargs – keyword arguments to
spectral_function()