spectral_function_tools
full name: tenpy.tools.spectral_function_tools
parent module:
tenpy.tools
type: module
Functions
|
Simple gaussian windowing function along an axes. |
|
|
|
|
|
Function to plot correlations on a lattice. |
|
Given a time dependent correlation function C(t, r), calculate its Spectral Function. |
|
Bring measurement in lattice geometry to mps geometry. |
Module description
Tools around spectral functions.
This includes (spatial) fourier transforms on a Lattice
,
a spectral_function()
to compute the spectral function from time dependent correlations
on a lattice (which incorporates linear prediction and gaussian windowing directly).
Those functions are used for the classes TimeDependentCorrelation
and SpectralFunction
.
However, they can also be used in a standalone way on available results (i.e. in an interactive ipython or
jupyter notebook session).