TensorNetwork
TensorNetwork copied to clipboard
CGM
We should add an implementation of the CGM linear solver, which is provably optimal for symmetric systems.
NumPy and Jax both have implementations of this already, although I don't think the Jax version plays along with Jit as nicely as our Krylov stuff does. Thus an easy first step would be to write interfaces to these.