def dmrg_postprocessing.Data.PlotEnergyPerSite (   self,
  kwargs 
)

Plots the energy per site of the superblock Hamiltonian as a function of DMRG steps.

The given label and all kwargs will be passed to the plt.plot function.

Examples

1 >>> data = dmrg.Data("data_dir",jobs_dir="/tmp/data/",label="Data1")
2 >>> data.PlotEnergyPerSite(marker='.',color='r')
3 >>> plt.show()

Definition at line 213 of file dmrg_postprocessing.py.

This site was generated by Sphinx using Doxygen with a customized theme from doxygen-bootstrapped.