Skip to content

psrenergy/IsingSolvers.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IsingSolvers.jl

QUBODRIVERS

Ising Model solvers inspired by LANL's ising-solvers in Julia with wrappers for JuMP

Ising Model

$$\begin{array}{rl} \displaystyle \min_{\mathbf{s}} & \mathbf{s}'\mathbf{J}\,\mathbf{s} + \mathbf{h}'\mathbf{s}\\ \text{s.t.} & \mathbf{s} \in \left\lbrace\pm 1\right\rbrace^{n} \end{array}$$