Skip to content

Commit 774f3ef

Browse files
committed
Release v0.2.0
1 parent 074727c commit 774f3ef

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v0.2.0 - 25-08-2021
2+
- Improve documentation.
3+
- Improve front end interface for gate nodes.
4+
- Add bloch sphere node.
5+
- Add multi-controlled-U-gate node.
6+
- Add grovers algorithm node.
7+
- Add IBM quantum system node.
8+
19
### v0.1.1 - 09/08/2021
210
- Fix incorrect path to the Python executable
311
- Fix Python error messages sometimes being incomplete

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-quantum",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Quantum computing functionality for Node-RED",
55
"author": "Louis Lefevre",
66
"license": "Apache-2.0",
@@ -21,6 +21,7 @@
2121
"files": [
2222
"bin/",
2323
"nodes/",
24+
"resources/quantum-computing/",
2425
"AUTHORS",
2526
"CHANGELOG.md"
2627
],
@@ -75,7 +76,7 @@
7576
"script": "nodes/quantum/script/script.js",
7677
"local-simulator": "nodes/quantum/local-simulator/local-simulator.js",
7778
"ibm-quantum-system": "nodes/quantum/ibm-quantum-system/ibm-quantum-system.js",
78-
"grovers": "nodes/quantum-algorithms/grovers/grovers.js"
79+
"grovers": "nodes/quantum-algorithms/grovers/grovers.js"
7980
}
8081
}
8182
}

0 commit comments

Comments
 (0)