Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: MucTepDaH16 <[email protected]>
  • Loading branch information
MucTepDayH16 committed Nov 9, 2022
1 parent b416987 commit 68aa578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qvnt"
version = "0.4.2"
version = "0.4.3"
description = "Advanced quantum computation simulator."
keywords = ["theoretical", "quantum-computing", "quantum-simulator", "quantum", "qubits"]
categories = ["concurrency", "simulation", "mathematics", "science"]
Expand All @@ -27,7 +27,7 @@ criterion = "0.3.5"
test-case = "2.2.1"

[features]
default = ["multi-thread", "interpreter"]
default = []
multi-thread = ["rayon", "lazy_static"]
cpu = ["multi-thread"]
interpreter = ["qasm", "meval"]
Expand Down

0 comments on commit 68aa578

Please sign in to comment.