table of double, read only
If G is a spectrum object G.EmaxPole returns a list of length G.N stating a rough estimate of the maximal energy of the eigen-state of the Hamiltonian that caries non-negligible spectral weight. Due to number-loss and orthogonality problems this energy might be much higher than realistic possible. If you need the true value calculate the lowest eigenstate of the minus 1 times the Hamiltonian starting from $T\times\psi$.
Print the maximum energy of the poles used in the spectra calculated in the definitions file for spectra.
dofile("definitions.Quanty") print(G.EmaxPole)
{9,9,9}