Jutho / TensorKit.jl

A Julia package for large-scale tensor computations, with a hint of category theory
MIT License
234 stars 41 forks source link

Automatic Differentiation #82

Closed lkdvos closed 1 year ago

lkdvos commented 1 year ago

This PR adds rrules and tests for most linear algebra methods.

Note that the tests for tsvd are disabled when working with Complex, as I have not been able to figure out how to make the lack of uniqueness of U and V work with finite differences and or the ChainRulesTestUtils interface.