Cargo Features

QVNT has no features set by default.

[dependencies]
qvnt = { version = "0.5.0-alpha", features = ["multi-thread", "interpreter"] }
multi-thread dev = rayon

Enables rayon of criterion ^0.4.0

Affects backend::multi_thread

interpreter = meval, qasm

Affects qvnt::qasm

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rayon multi-thread?
qasm interpreter?

Enables qvnt-qasm

meval interpreter?