From bc528fee7487233014440e07be0901a798b13ec9 Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Mon, 23 Oct 2023 11:32:25 -0500 Subject: [PATCH] docs(spec): Make a sentence more precise. --- phir_spec_qasm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phir_spec_qasm.md b/phir_spec_qasm.md index 7e64435..2bb2331 100644 --- a/phir_spec_qasm.md +++ b/phir_spec_qasm.md @@ -352,7 +352,7 @@ However, multi-qubit gates, such as `CX`, use a list of lists of qubit IDs. E.g. PECOS ensures all qubit IDs in `"args"` are unique, meaning gates don't overlap on the same qubits. -For gates with one or multiple angles, angles are denoted as floats and a unit in the `"angles"` list: +For gates with one or multiple angles, angles are denoted as a list of floats and a unit in the `"angles"` field: ```json5 {