From 9b7a54e535907cc5846f249f607c01a1c2846134 Mon Sep 17 00:00:00 2001 From: Steven Oud Date: Tue, 14 May 2019 20:49:28 +0200 Subject: [PATCH] Bump version --- README.md | 4 ++-- qsy/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e632fe..816b96b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ language. * [List of Operations](#list-of-operations) * [Registers](#registers) * [Measurement](#measurement) - * [Efficient simulation of stabilizer circuits](#efficient-simulation-of-stabilizer-circuits) + * [Efficient simulation of stabilizer circuits](#efficient-simulation-of-stabilizer-circuits) * [License](#license) ## Installation @@ -196,7 +196,7 @@ meas q, c ``` collapsing the quantum register `q` and storing the measurement result in `c`. This only works when the quantum register and classical register are equal in size. -#### Efficient simulation of stabilizer circuits +### Efficient simulation of stabilizer circuits Circuits consisting only of CNOT, H, S, X, Z and CZ gates can be efficiently simulated with the CHP back-end. Using any other operations with the CHP back-end will result in an error. diff --git a/qsy/__init__.py b/qsy/__init__.py index 950aaf9..bfaf95e 100644 --- a/qsy/__init__.py +++ b/qsy/__init__.py @@ -3,4 +3,4 @@ import qsy.gates as gates -__version__ = '0.4.1' +__version__ = '0.4.2'