-
First of all, thanks again for all of your help so far. This is another issue related to the circuit optimization task that I have been working on for a while. Right now, I am trying to experiment wit…
-
Hi!
This issue is somewhat related to #31.
I'm trying to implement a variational circuit that would be optimized to match a target unitary up to a global phase.
I define a loss function to be a f…
-
First off, thank you very much again for all of your help. At the current stage of my experiment, I am trying to run my model on Google Colab, which requires that quimb be reinstalled with each new se…
-
Hello everyone, I am looking for a package for doing TEBD in 2D. I found quimb recently and the code for TEBD 2D is at [here](https://github.com/jcmgray/quimb/blob/007226138b25253dbaa6b19a009be4bcda4a…
-
I have built the circuit structure that you showed in
[https://github.com/jcmgray/quimb/issues/76](url)
and what I am trying to do now is to optimize the circuit using the TNOptimizer class wit…
-
This is related to my earlier question about applying gates to a MERA architecture:
[https://github.com/jcmgray/quimb/issues/75](url)
When I use the circuit approach, the object that is created is …
-
Hi, does cotengra support tensor contraction on multi-nodes?
If it does, could you add some documentation about how to run it in a cluster?
Z-Y00 updated
3 years ago
-
On a note related to my earlier question regarding the connection of ket tensors to a MERA network, I am wondering about applying a gate between the ket tensors and the unitaries. Should I use the gat…
-
I am doing an experiment right now in which I want to input ket states into the open indices of a MERA network to use as the initial state of the system the I am simulating. Right now that way that I …
-
**Is your feature request related to a use case or problem? Please describe.**
It looks like at least in sparse simulator there's a single (2^n * 2^n) matrix for the whole simulation. Could this b…