|
Greetings dear Dr. Gray, Hope you are doing well. I was wondering if the library currently supports TCI algorithms or variants that basically allow for the construction of an MPS from an oracle to tackle the memory overhead of storing dense tensor. For instance, say we want to prepare a sine wavefunction over 30 qubits. Instead of allocating a Thank you very much in advance. |
Replies: 1 comment 1 reply
|
No, sadly there is no cross interpolation functions at the moment. It would be a welcome feature. Also it is quite a contained black-box procedure, I'm sure one could use existing implementations elsewhere to produce the tensors and simply wrap them in a |
No, sadly there is no cross interpolation functions at the moment. It would be a welcome feature. Also it is quite a contained black-box procedure, I'm sure one could use existing implementations elsewhere to produce the tensors and simply wrap them in a
MatrixProductState, probably the easiest thing currently.