Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliaqubo/isingsolvers.jl
🧲Ising Model solvers in Julia
https://github.com/juliaqubo/isingsolvers.jl
ising-model julia jump optimization qubo
Last synced: about 24 hours ago
JSON representation
🧲Ising Model solvers in Julia
- Host: GitHub
- URL: https://github.com/juliaqubo/isingsolvers.jl
- Owner: JuliaQUBO
- License: mit
- Created: 2022-08-31T18:58:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T19:35:36.000Z (8 months ago)
- Last Synced: 2024-11-08T15:00:07.645Z (12 days ago)
- Topics: ising-model, julia, jump, optimization, qubo
- Language: Julia
- Homepage:
- Size: 28.3 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IsingSolvers.jl
[![QUBODRIVERS](https://img.shields.io/badge/Powered%20by-QUBODrivers.jl-%20%234063d8)](https://github.com/psrenergy/QUBODrivers.jl)Ising Model solvers inspired by LANL's [ising-solvers](https://github.com/lanl-ansi/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}$$