Skip to content

Replacing IETL with ARPACK

Vicentini Filippo requested to merge github/fork/twesterhout/goodbye-ietl into master

Created by: twesterhout

This PR removes the dependency on IETL remaining fully API backward-compatible. All existing code should continue to work except that now SciPy's ARPACK wrappers are used under the hood. Also, as long as one doesn't call ED routines, having SciPy installed on the system is optional.

Merge request reports