From ef316ff8f16885212aa6bed7fe3099d0874e6314 Mon Sep 17 00:00:00 2001 From: Spencer Churchill Date: Thu, 16 Jan 2025 22:12:15 -0800 Subject: [PATCH] Update example parameters for arbitrary single-qubit gate in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ae79ae..d842d98 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ sim.cx(0, 1) # Controlled-Not gate Define and apply custom gates using angles: ```python -sim.u(1.05, 1.57, 3.14, 1) # Arbitrary single-qubit gate +sim.u(1.2, 3.4, 5.6, 1) # Arbitrary single-qubit gate ``` ### Circuit Drawing