Expand description
Python bindings for the quantum annealing acceleration primitives.
Functionsยง
- __
pyfunction_ ๐ โpy_ qa_ batch_ ising_ energy - __
pyfunction_ ๐ โpy_ qa_ gauge_ transform - __
pyfunction_ ๐ โpy_ qa_ generate_ gauges - __
pyfunction_ ๐ โpy_ qa_ greedy_ partition - __
pyfunction_ ๐ โpy_ qa_ ising_ energy - __
pyfunction_ ๐ โpy_ qa_ simulated_ annealing - py_
qa_ ๐batch_ ising_ energy - Batch compute Ising energies for many configurations.
- py_
qa_ ๐gauge_ transform - Apply gauge transform to Ising biases and couplings.
- py_
qa_ ๐generate_ gauges - Generate random gauge vectors.
- py_
qa_ ๐greedy_ partition - Greedy graph partitioning for problem decomposition.
- py_
qa_ ๐ising_ energy - Compute Ising energy for a spin configuration.
- py_
qa_ ๐simulated_ annealing - Run simulated annealing on an Ising model (Rust-accelerated).
- register ๐