f2q 0.3.0

Fermion to qubit mappings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
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}}

test:
    cargo test