From e350ea3961d1ff31e105460cb228669d702d8608 Mon Sep 17 00:00:00 2001 From: Kevin Guo Date: Thu, 12 Oct 2023 12:50:34 -0400 Subject: [PATCH] Update pystaq tool list --- pystaq/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pystaq/README.md b/pystaq/README.md index 3de44380..72a98f33 100644 --- a/pystaq/README.md +++ b/pystaq/README.md @@ -24,6 +24,9 @@ output_cirq output_projectq output_qsharp output_quil +grid_synth +qasm_synth +lattice_surgery ``` Each function takes as input a parsed program, followed by any options supported by the corresponding staq tool. ***