Adam Lewis

Results 72 comments of Adam Lewis

Tasks will be listed here: - [ ] Exact diagonalization - [ ] vuMPS - [ ] TEBD (MPS) - [ ] TEBD (iPEPS) - [ ] MERA - [...

Hey there, Sounds great! But first we need to clarify if we are ready to drop support for earlier Jax versions. @mganahl what do you think

Hi, Ok so the relevant code is in backends/jax/jax_backend.py. Basically you need to change lines 693-694 so that they call the gmres code in base Jax instead of the one...

Do you think the current suite of backends will stay relatively stable? On Tue, Nov 10, 2020 at 5:19 PM Martin Ganahl wrote: > testing of the symmetric backend is...

It seems fine to me. I don't know how Node works well enough to decide how hard it would be. On Tue, Oct 27, 2020 at 3:15 AM Martin Ganahl...

Nevertheless, it would be a nice simplification to the interface if all the tn. functions worked on Node On Tue, Oct 27, 2020 at 11:02 AM Martin Ganahl wrote: >...

Well, I think it's a good idea. I personally think I would prefer this API in my own work, which is admittedly fairly MPS-centric. I also like the opportunity it...

Ok well I can't get the bottom one to come out right but hopefully you get the idea. Not sure if it's feasible.

Sorry, what I mean is that the *function* would be transpose, not the output tensor

Well that's cause the idea is a bit half-baked: -eventually we could use Contraction/NconBuilder to create "Contraction" objects which do the specified ncon call -having done that one could also...