Skip to content

Commit

Permalink
InverseIsing module
Browse files Browse the repository at this point in the history
  • Loading branch information
oilneck committed May 1, 2021
1 parent 1efd291 commit f30a66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "InverseIsing"
uuid = "52c454c7-7088-40af-988f-f8cda9361c5e"
authors = ["oilneck <yuusei225@gmail.com>"]
version = "1.0.1"
version = "1.0.2"

[deps]
CurveFit = "5a033b19-8c74-5913-a970-47c3779ef25c"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ julia> using InverseIsing
julia> h = Dict(1 => -1) # Longitudinal magnetic field
julia> J = Dict((1, 2) => -1) # Ferromagnetic-bond
julia> J = Dict((1, 2) => 1) # Ferromagnetic-bond
julia> result = anneal(h, J)
```
Expand Down

0 comments on commit f30a66b

Please sign in to comment.