summaryrefslogtreecommitdiffstats
path: root/academic/minorminer/README
blob: c1d4ef72221143624a5e60daa3f99b4b917df715 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
  minorminer is a heuristic tool for minor embedding: given a minor
and target graph, it tries to find a mapping that embeds the minor
into the target.
  minorminer is a tool for finding graph minors, developed to embed
Ising problems onto quantum annealers (QA). Where it can be used to
find minors in arbitrary graphs, it is particularly geared towards
the state of the art in QA: problem graphs of a few to a few hundred
variables, and hardware graphs of a few thousand qubits.


  Optional building mode set with environment variables:
  - TESTS=yes (performs tests, requires gtest)