PIQuIL / QuCumber

Neural Network Many-Body Wavefunction Reconstruction
https://qucumber.readthedocs.io/
Other
174 stars 31 forks source link

Tensor Network feature request #72

Closed akshat998 closed 6 years ago

akshat998 commented 6 years ago

I would like to integrate tensor networks capable of:

The proposal is based on the paper: Reconstructing quantum states with generative models And is being implemented under the guidance of Dr. Juan Carrasquilla

Roger-luo commented 6 years ago

I don't think this will go into QuCumber. We have a (work in progress) package here:

https://github.com/MelkoCollective/Pepinillo

Please feel free to file us an issue there.

rgmelko commented 6 years ago

Currently we keep the sampling codes separate from the reconstruction codes. For example, Dan's iTensor-based sampling code for his QuCumber study is here:

https://github.com/MelkoCollective/SourKRAUT

We should discuss whether the POVM-based sampling goes under SourKRAUT or Pepinillo. My preference would be SourKRAUT I think.

akshat998 commented 6 years ago

Cool. Although, I think we are favouring the idea of combining the tensor networks + models in a new repository.