Prototype implementation of a sound refuter for product-state satisfiability in quantum SAT.
Run the example in src/main.rs:
cargo run --releaseThe main.rs example shows how to:
- create a
QsatInstancewith a given number of qubits and search depth, - add constraints as
(support, projector)pairs, - call
solveand read theQsatResult.