Omnisolver is a collection of Binary Quadratic Model solvers and a framework for implementing them.
Installing this package alone won't give you much benefit, unless of course you want to develop new omnisolver plugins. In that case, you can install omnisolver
from pip:
pip install omnisolver
Algorithms for solving QUBO and Ising models are implemented in Omnisolver plugins. For instance, to use parallel tempering algorithm you need to install the omnisolver-pt
package:
pip install omnisolver-pt
You can run the omnisolver pt -h
command to see the command line usage.
If you used the package or one of its plugins, please cite:
@misc{https://doi.org/10.48550/arxiv.2112.11131,
doi = {10.48550/ARXIV.2112.11131},
url = {https://arxiv.org/abs/2112.11131},
author = {Jałowiecki, Konrad and Pawela, Łukasz},
keywords = {Software Engineering (cs.SE), Quantum Physics (quant-ph), FOS: Computer and information sciences, FOS: Computer and information sciences, FOS: Physical sciences, FOS: Physical sciences},
title = {Omnisolver: an extensible interface to Ising spin glass solvers},
publisher = {arXiv},
year = {2021},
copyright = {arXiv.org perpetual, non-exclusive license}
}