Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MucTepDayH16 committed Aug 2, 2022
1 parent ed666ff commit 3ab0f4d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/criterion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ jobs:
uses: snickerbockers/submodules-init@v4
- name: Benchmark crate (performance)
run: cargo bench --quiet --package qvnt --bench performance --features=cpu
- name: Benchmark crate (interpreter)
run: cargo bench --quiet --package qvnt --bench interpreter --features=cli
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qvnt"
version = "0.4.1"
version = "0.4.2"
description = "Advanced quantum computation simulator."
keywords = ["theoretical", "quantum-computing", "quantum-simulator", "quantum", "qubits"]
categories = ["concurrency", "simulation", "mathematics", "science"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add this lines to your *Cargo.toml* file to use __QVNT__ crate:

```toml
[dependencies]
qvnt = { version = "0.4.1", features = ["cpu"] }
qvnt = { version = "0.4.2", features = ["cpu"] }
```

Quantum register and operators are controlled by bitmasks.
Expand Down

0 comments on commit 3ab0f4d

Please sign in to comment.