Skip to content

j282191/dwave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exploring D-Wave Quantum Annealing

D-Wave is kind enough to give developers 1 minute per month of compute time on their processors. The exchange is that the developer open-source some repository. So this is my open source repository to get my free compute time!

This repo contains the Jupyter Notebook solving_linear_equations.ipynb that demonstrates solving a system of linear equations with binary variables. The notebook describes translating the system of linear equations to a quadratic unconstrained binary optimization (QUBO) formulation and solves a simple example.

Citation

DOI

Distribution

Copyright (C) 2022 John Penuel

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. See https://www.gnu.org/licenses/.