Matt Fishman
Matt Fishman
Test failure fixed by https://github.com/ITensor/ITensorMPS.jl/pull/6.
New test failures fixed by https://github.com/ITensor/ITensorMPS.jl/pull/8.
The compat gods have spoken and it wasn't meant to be.
That's too bad, any guess as to what's going on?
Probably the check is too strict. Can you try normalizing your MPS explicitly?
Thanks for pointing that out. We're using PySCF as a backend, which uses angstroms (https://pyscf.org/develop/ao2mo_developer.html), so probably that should be angstroms on that plot. Unfortunately I can't install this package...
Yeah, that's the idea.
I guess so, I forget why in the current code certain keyword arguments are going into `internal_kwargs` while others are not but I don't see why they couldn't all just...
> I agree this sounds nice. I like the options in Julia for extracting keyword arguments now too, like the (; a,b,c) destructuring syntax if that's applicable here. That syntax...
A comment on the representation of the symbolic TTN object: > Seems like this data structure could be a `DataGraph` with a graph structure matching the `IndsNetwork`/`TTN` graph structure and...