Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 794 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 794 Bytes

Ember

A toolkit for experimenting with novel heuristic algorithms to minor embed QUBO graphs for quantum annealing

Setup Instructions

  1. Install OR-Tools C++ for your operating system. Then export the installation directory as:
export ORTOOLS_DIR=/path/to/ortools

Note: It is possible to skip this step, however, constraint loading will fallback to the Python API which has a large performance penalty.

  1. Make sure you have python>=3.7. If you have pip version >=19.0, then simply invoke a PEP-517 install by running:
pip install ./ember
  1. (Alternative) You can also install with poetry.
poetry install
  1. Run the example script
python3 driver.py