Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CS269Q Tomography Debugger Project #166

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/tomography.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ Finally, we analyze our data with one of the analysis routines::
[ 0.23 +0.027j 0.175-0.j 0.277-0.j -0.173+0.004j]
[-0.203+0.01j -0.168+0.019j -0.173-0.004j 0.229-0.j ]]

Debugger
~~~~~~~~~

The above steps can be automated to create a basic debugger that can be used to
peek into the state of a program running on a qc. This can be done using the
tomographize function::

rho = tomographize(qc, program, qubits, pauli_num=10, t_type="compressed_sensing")


State Tomography
Expand All @@ -88,6 +96,7 @@ State Tomography
linear_inv_state_estimate
iterative_mle_state_estimate
estimate_variance
tomographize


Process Tomography
Expand Down
Loading