Skip to content

A simple repo to benchmark different methods for solving Ising models

Notifications You must be signed in to change notification settings

IraitzM/Ising-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ising-benchmark

A simple repo to benchmark different methods for solving Ising models. An Ising model is supposed to be a mathematical description with the following shape

$$ \sum_i h_i \sigma_i + \sum_i \sum_{i\lt j} J_{ij}\sigma_i \sigma_j $$

Quadratic combinatorial optimization problems can be mapped to this particular form. This means any solver finding the global minima/maxima for it would be a good candidate to solve quadratic combinatorial optimization problems.

Techniques

This repository will be used to benchmark different techniques for a variety of casuistic of the Ising Hamiltonian.

Currently:

  • Simulated Annealing
  • Quantum Annealing
  • Simulated Bifurcation
  • Exact solver (when available)
  • DWave Hybrid BQM solver

About

A simple repo to benchmark different methods for solving Ising models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published