Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.96 KB

quantum-annealing.md

File metadata and controls

23 lines (18 loc) · 1.96 KB

Quantum annealing

C++

Python

  • chimera_embedding - Algorithms to generate native-structured embeddings for Chimera graphs.
  • dimod - Shared API for Ising and QUBO problems.
  • dwavebinarycsp - Map constraint satisfaction problems with binary variables to binary quadratic models.
  • dwave-cloud-client - Min. implementation of the REST interface to communicate with D-Wave's Solver API.
  • dwave_networkx - Exploration and analysis of network graphs.
  • dwave_neal - An implementation of a simulated annealing sampler.
  • dwave-system - API for easily incorporating D-Wave quantum annealers as samplers in the Ocean software stack.
  • embedding_utilities - Mapping samples between original and embedded graph.
  • micro_client_sapi_dimod - Dimod wrapper for the D-Wave Micro Client.
  • minorminer - Heuristic tool for minor graph embedding.
  • penaltymodel - Utilities and interfaces for using penalty models.
  • sapi_dimod - Dimod wrapper for D-Wave's Solver API (SAPI).

Python, C & Matlab

  • Qbsolv - QUBO solver with D-Wave or classical tabu solver backend.