Skip to content

Commit 54b8b94

Browse files
authored
Merge pull request #256 from Strilanc/dev
Bumping version number
2 parents 8ca52fc + f3e20c0 commit 54b8b94

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/Strilanc/Quirk.svg?branch=master)](https://travis-ci.org/Strilanc/Quirk)
44
[![Code Climate](https://codeclimate.com/github/Strilanc/Quirk/badges/gpa.svg)](https://codeclimate.com/github/Strilanc/Quirk)
55

6-
Quirk is a toy quantum circuit simulator, intended to help people learning about quantum computing.
6+
Quirk is a toy quantum circuit simulator, intended to help people in learning about quantum computing.
77

88
If you want to quickly explore the behavior of a small quantum circuit, Quirk is the tool for you.
99
There's no installing or configuring or scripting: just go to **[algorithmicassertions.com/quirk](http://algorithmicassertions.com/quirk)**, drag gates onto the circuit, and the output displays will update in real time.
@@ -20,16 +20,10 @@ Quirk assumes you already know background facts like "each wire represents a qub
2020
- Bookmarkable / linkable circuits.
2121
- Up to 16 qubits.
2222

23-
**Notable problems**:
23+
**Notable limitations**:
2424

25-
- Measurement is a hack based on the [deferred measurement principle](https://en.wikipedia.org/wiki/Deferred_Measurement_Principle).
26-
- Can't do operations that would recohere measured qubits.
27-
- Can't do conditional measurement.
28-
- Can't make custom measurement gates.
29-
- Poor support for mobile browsers.
30-
- Can't simulate in Safari on iPhones (displays default to NaN).
31-
- Can't simulate in Firefox on Android (displays default to NaN).
32-
- Can't consistently drag gates in Firefox on Android (keeps scrolling instead).
25+
- Can't recohere measured qubits (because measurement is implemented as a hack based on the [deferred measurement principle](https://en.wikipedia.org/wiki/Deferred_Measurement_Principle)).
26+
- Dragging works poorly in Firefox on Android (because Firefox doesn't support [`touch-action: none`](https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action) yet).
3327

3428
**Try it out**:
3529

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "quirk-quantum-circuit-simulator",
33
"title": "Quirk",
4-
"description": "An HTML5 toy for exploring and understanding small quantum circuits.",
4+
"description": "A drag-and-drop toy for exploring and understanding small quantum circuits.",
55
"license": "Apache-2.0",
6-
"version": "1.7.0",
6+
"version": "1.8.0",
77
"homepage": "https://github.com/Strilanc/Quirk",
88
"bugs": {
99
"url": "https://github.com/Strilanc/Quirk/issues"

0 commit comments

Comments
 (0)