Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cossio/isingmodels.jl
https://github.com/cossio/isingmodels.jl
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cossio/isingmodels.jl
- Owner: cossio
- License: mit
- Created: 2021-11-09T08:58:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T13:43:27.000Z (4 months ago)
- Last Synced: 2024-10-07T19:45:46.802Z (30 days ago)
- Language: Julia
- Size: 13.7 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.bib
Awesome Lists containing this project
README
# IsingModels.jl
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://cossio.github.io/IsingModels.jl/stable)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://cossio.github.io/IsingModels.jl/dev)
![](https://github.com/cossio/IsingModels.jl/workflows/CI/badge.svg)Ising model in a 2-dimensional grid lattice.
This package is registered. Install with:
```julia
using Pkg
Pkg.add("IsingModels")
```## Citation
If you use this package in a publication, please cite:
* Jorge Fernandez-de-Cossio-Diaz, Simona Cocco, and Remi Monasson. "Disentangling representations in Restricted Boltzmann Machines without adversaries." [Physical Review X 13, 021003 (2023)](https://journals.aps.org/prx/abstract/10.1103/PhysRevX.13.021003).
Or you can use the [CITATION.bib](https://github.com/cossio/IsingModels.jl/blob/master/CITATION.bib) file.