Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier authored Nov 10, 2022
1 parent 306144e commit 1aa7b16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# IsingSolvers.jl

Ising Model solvers inspired by LANL's [ising-solvers](https://github.com/lanl-ansi/ising-solvers) in Julia with wrappers for JuMP (ft. [Anneal.jl](https://github.com/psrenergy/Anneal.jl))

## Ising Model

$$\begin{array}{rl}
\displaystyle \min_{\mathbf{s}} & \mathbf{s}'\mathbf{J}\\,\mathbf{s} + \mathbf{h}'\mathbf{s}
\end{array}$$

2 comments on commit 1aa7b16

@pedromxavier
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/72007

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 1aa7b16cb07043494be02faa0ec895c6056b01d3
git push origin v0.1.0

Please sign in to comment.