quest_bind 0.3.7

Wrapper around the Quantum Exact Simulation Toolkit (QuEST)
Documentation
1
2
3
4
5
6
7
8
9
10
11
lint:
    cargo clippy --fix --allow-staged
    cargo fmt

lint-pedantic:
    cargo clippy --fix --allow-staged -- -W clippy::pedantic
    cargo fmt

example EXAMPLE:
    cargo run --release --example {{EXAMPLE}}