Matt Fishman
Matt Fishman
This is now defined in recent versions of ITensors, and works with MPO construction: ```julia julia> using ITensors julia> s = siteinds("Qubit", 2); julia> O1 = randn(2, 2); julia> O2...
I was picturing this would result in an MPS/MPO such that: ```julia psi_rev = reverse(psi) n = length(psi) psi[1] == psi_rev[n] psi[2] == psi_rev[n-1] # etc. ``` just like how...
However, @sr33dhar please note that the next generation of MPS code is being developed in https://github.com/mtfishman/ITensorNetworks.jl so we would prefer to add new features to that code.
Sorry, this one slipped my mind and now I forget the status. Maybe worth just merging this without doing #54? That seems like a bigger issue (though very important, we...
Can this be merged? I just hit a scalar indexing issue caused by missing adapt rules for `Hermitian`.
I'm going to merge this since I'm trying to clear out some open issues, I'll add some simple tests in a follow-up PR.
Maybe the semantics could be `convert(Vector, dict)`? I've also come across situations where I have wanted this functionality (though in many way `Dictionary` acts like a `Vector` but with more...
The only potentially breaking change I would maybe want to see is changing the definition of `blocksizes` as discussed in #369. I would like to see some discussion of that,...
Not sure if #373 will also be considered for part of the v1 release?