Skip to content

Commit 72a1533

Browse files
committed
released version 0.20.0
1 parent ce80f52 commit 72a1533

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Changelog
22

3-
## Version (NEXT)
4-
* fixed hardware simulator execution result
3+
## Version (0.20.0)
54
* updated device list for hardware simulator
65
* added Amazon Braket simulators
76
* added `:arn` key for Amazon Braket devices
87
* added `:type` key (values `:simulator` or `:qpu`)
98
* fixed some device properties
10-
* fixed inverse qubit mapping
119
* added creation of parent dirs for files to be saved
10+
* fixed hardware simulator execution result
11+
* fixed inverse qubit mapping
1212
* updated the tutorial
1313

1414
## Version 0.19.0

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.soulspace/qclojure "0.20.0-SNAPSHOT"
1+
(defproject org.soulspace/qclojure "0.20.0"
22
:description "QClojure is a library to implement and simulate quantum and hybrid algorithms in idiomatic Clojure."
33
:license {:name "Eclipse Public License 1.0"
44
:url "http://www.eclipse.org/legal/epl-v10.html"}

0 commit comments

Comments
 (0)