You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
Quartz is a quantum circuit optimizer that automatically generates and verifies circuit transformations for an arbitrary quantum gate set. To optimize an input quantum circuit, Quartz uses these auto-generated circuit transformations to construct a search space of functionally equivalent quantum circuits.
4
4
Quartz uses a cost-based search algorithm to explore the space and discovers highly optimized quantum circuits.
5
5
6
+
## PLDI 2022 Artifact
7
+
8
+
If you would like to compare with the Quartz version published in PLDI 2022, please go to https://github.com/quantum-compiler/quartz-artifact.
9
+
6
10
## Install Quartz
7
11
8
12
See [instructions](INSTALL.md) to install Quartz from source code.
0 commit comments