Skip to content

Commit

Permalink
udpated README
Browse files Browse the repository at this point in the history
  • Loading branch information
quantshah committed Jul 15, 2021
1 parent 235171d commit 22d96f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ qst-cgan
Quantum state tomography with conditional generative adversarial networks
----------------------------------------------------------------------------

This repository contains the full code to reproduce [https://arxiv.org/abs/2008.03240](https://arxiv.org/abs/2008.03240) (accepted in PRL on June 10, 2021). Some parts of the figures in the paper are generated here with the implementation of the CGAN in TensorFlow. In addition, check out the implementation of accelerated-project-gradient based maximum likelihood estimation (APG-MLE) from [qMLE](https://github.com/qMLE/qMLE) [https://arxiv.org/abs/1609.07881](https://arxiv.org/abs/1609.07881) to have a fast MATLAB code that reconstructs density matrices from noisy data.


<img src="paper-figures/figures/fig1-CGAN.png">


Fig 1: Illustration of the CGAN architecture for QST. Data $\mathbf d$ sampled from measurements of a set of measurement operators $A$ on a quantum state is fed into both the generator $G$ and the discriminator $D$. The other input to $D$ is the generated statistics from $G$. The next to last layer of $G$ outputs a physical density matrix and the last layer computes measurement statistics using this density matrix. The discriminator compares the measurement data and the generated data for each measurement operator and outputs a probability that they match.

This repository contains the full code to reproduce [https://arxiv.org/abs/2008.03240](https://arxiv.org/abs/2008.03240). Some parts of the figures in the paper are generated here with the implementation of the CGAN in TensorFlow. In addition, check out the implementation of accelerated-project-gradient based maximum likelihood estimation (APG-MLE) from [qMLE](https://github.com/qMLE/qMLE) to have a fast MATLAB code that reconstructs density matrices from noisy data.

Installation and use
--------------------

Expand Down

0 comments on commit 22d96f9

Please sign in to comment.