Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
soudy committed May 14, 2019
1 parent fbc3d41 commit 9b7a54e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion qsy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
import qsy.gates as gates


__version__ = '0.4.1'
__version__ = '0.4.2'

0 comments on commit 9b7a54e

Please sign in to comment.