-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ac/dta2 270 implement pauli tracker (#150)
* fix: save before help from PJ * fix: save before help from PJ (again) * Moving ruby slippers file into folder * Replacing icmop with orquestra circuits * Making julia functions compatible with orquestra circuit input and adding proxy for op_list * fix: rbs with pauli tracker works * fix: pauli tracker * feat: commit before breaking rbs * fix: old rbs tests * feat: added sdk parallelization * feat: faster temporal DAG creation * fix: incorrect task imports * fix: move wf definition * fix: move wf definition again * feat: slow space optimal * feat: faster kahns algo * fix: stuff * fix: move tasks out of transformer * feat: parallelized pipeline * feat: rigetti instances * fix: remove graph production method as input * fix: problems * feat: better low qubit counts * fix: orquestra integration * fix: commit before removing unneeded sections * feat: better costing * fix: updated new example to new api Got rid of transpile to clifford + T usage as this should no longer be the defaut method. * fix: examples run * fix: some tests * fix: more tests pass * fix: graph estimator tests pass * fix: sre_constants no longer fail tests * fix: all tests pass * fix: passes style * fix: remove union from singledispatch * fix: pyright issues * fix: pyright issues * fix: tests pass * fix: line too long * fix: simplified jabalizer integration * fix: added choice to install jabalizer * fix: azure example * Updating pauli tracker docstring * feat: resource breakdowns * fix: merge conflicts * fix: don't use jabalizer unless installed * fix: added individual testing for stitching * fix: tests pass * feat: eliminate max independent set --------- Co-authored-by: Peter Johnson <peter.d.johnson22@gmail.com> Co-authored-by: Max Radin <radin.max@gmail.com>
- Loading branch information
1 parent
01970f7
commit adb12c5
Showing
117 changed files
with
7,791 additions
and
4,998 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,3 +146,6 @@ juliapkg.json | |
|
||
# igonore mlflow run files | ||
*mlruns* | ||
|
||
# ignore jabalizer files | ||
jabalizer_temp/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
OPENQASM 2.0; | ||
include "qelib1.inc"; | ||
qreg q[4]; | ||
h q[0]; | ||
rz(0.20103392) q[0]; | ||
qreg q[1]; | ||
rx(0.20103392) q[0]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.