Jutho
Jutho
I agree that `tol` is perhaps a bit overused in `svd_rrule!`, although it did seem consistent. However, I am open to better suggestions. Currently, `tol` is used to decide on...
I think a first general design remark is that now all the manipulations on the `OuterTreeIterator` (which is not an iterator 😄 ) have in them the lines: ```julia trees_src...
It is also because I started rewriting the docs, but then didn't get beyond the spaces part, so sectors, fusion trees and tensor maps still need to be handled. It...
Converting to `Dict` and then saving that using any of the standard IO packages has been the recommended strategy, though it is probably not super prominent in the manual. The...
Thanks; these are valuable bug reports. Do you feel comfortable in starting to prepare a PR to fix those? I am tied up in correcting exams until at least Monday...
The order in the block should be the iteration order, so it should have changed. Let me try to come up with an example.
On TensorKit 0.12.7 ```julia-repl julia> V = Vect[FibonacciAnyon](:I=>1,:τ=>1) julia> t = TensorMap(randn, V * V * V * V, V * V * V) julia> sort(collect(pairs(t.rowr[FibonacciAnyon(:I)])); by = first ∘...
Thanks for the input. For now, I will restrict to just making `schurfact!` work for subarrays using either your solution 1 or 2. The rest should clearly be part of...
Ok, if I get my version of schur working I'll take it to a discussion in your `LinearAlgebra.jl` package. As to the problem at hand, one reason I was asking...