Matt Fishman

Results 492 comments of Matt Fishman

Do you mean generalize `commoninds(::ITensor...)` to the case where the "tensors" are tensor networks?

Maybe we would call it `linkinds` to match the same concept for MPS. It could be a dictionary that takes a pair of vertex labels corresponding to an edge of...

I guess we should actually add this as a build script in the `AutoHOOT.jl` package instead.

Agreed it could use more testing. A lot of the functionality was exploratory as I was trying out different designs and contraction strategies. It has been cleaned up, reorganized and...

An alternative design is to have a type hierarchy like: ```julia abstract type AbstractITensorNetwork end struct HyperCubicITensorNetwork{N}

That's a good point, I didn't consider cases where `exponent` might not be outputting something of type `Int`. It seems like for that, instead of making it more generic, we...

In the latest commit I changed the code to convert the output of `exponent` to `Int` in `Base.ssqs`. Here's an example of a custom number type that outputs `BigInt` from...

Very cool, I'm excited to see this started!

Some comments on your original post: 1. Interesting that you can't make a `DArray` with non-uniform block sizes within a dimension/mode. I also looked and couldn't find it in the...

I'll close this since we will test this out with the new NamedDimsArray design instead.