FAQ / Troubleshooting
I requested many eigenpairs and runtime increased. Is this expected?
Yes. howmany affects polynomial/filter and factorization behavior. Check reporting output to inspect order and iteration balance.
Why did factorization type change?
It depends on x0:
- vector
x0-> Lanczos - matrix
x0-> Block Lanczos
Which mapping keyword should I use?
Use parallel_strategy inside MappingConfig.
My run is slow. What should I test first?
produce_report=trueand inspect mapping/factorization timings withdisplay_report.- Try
optimize_mapping=trueinMappingConfig. - For structured models, build custom mapping and optionally custom rescaled/Clenshaw kernels.
How do I debug setup issues?
Increase verbosity:
Polfed.Common.verbosity[] = 3This page was generated using Literate.jl.