Module for converting set of inequalities to matrix which can be implemented on a quantum annealer.
The module qlp
converts a set of sympy
equations to a numpy
matrix which corresponds to a constrained minimization problem.
Install via pip
pip install [-e] [--user] .
Run once to get dependencies
pip install [-e] [--user] .
pip install -r requirements-dev.txt
Compile the docs
cd docs
make html
open build/html/index.html