plot_stats¶
full name: tenpy.linalg.lanczos.plot_stats
parent module:
tenpy.linalg.lanczostype: function
-
tenpy.linalg.lanczos.plot_stats(ax, Es)[source]¶ Plot the convergence of the energies.
- Parameters
- ax
matplotlib.axes.Axes The axes on which we should plot.
- Eslist of ndarray.
The energies
Lanczos.Es.
- ax