Skip to main content

spectrum

The spectrum selector has methods that return SpectrumItem objects that are used in the context of iterative eigensolvers. These SpectrumItem objects specify which part of the spectrum to target. For instance, one can create a SpectrumItem that targets the largest absolute eigenvalues by calling spectrum.largest_abs. Similarly, spectrum.smallest_real returns a SpectrumItem that targets the smallest real eigenvalues.