Releases: MucTepDayH16/qvnt
Releases · MucTepDayH16/qvnt
v0.4.4
- Improve interpreter: bug fixes + better error messages
- Remove Psi operator
- Remove
cpu
feature: usemulti-thread
instead
v0.4.3
- clippy lint
- rework constructors for registers
- move feature:
cpu
->multi-thread
v0.4.2
- Split qvnt and qvnt-i into distinct crates
- rustfmt rules
v0.4.1
- Update README on crates.io
v0.4.0
- QVNT interpreter
v0.3.2
- SingleOp return Option on .c(...) method: None if c_mask overlap operator mask;
- Add benchmark to check module performance;
v3.1
- Define linear operations on quantum register for psi function: linear_composition and combine
- Disable warning within library
- Remove aliasing for registers
v3.0
- Add Aplicable trait to create your own operators on quantum register
- Rework operators according to object-oriented paradigm
v0.2
- Add prelude module with all useful structures: QReg, VReg, Op
- Change crate type to lib