.gitignore
.gitlab-ci.yml
AUTHORS
CHANGES.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
readthedocs.yaml
setup.cfg
setup.py
tox.ini
doc/Makefile
doc/_config.yml
doc/_toc.yml
doc/analysis.md
doc/cmdline.md
doc/conf.py
doc/contributing.md
doc/dataset.md
doc/dynamics.md
doc/encoders.md
doc/examples.md
doc/extending.md
doc/fields.md
doc/flatspin.bib
doc/index.md
doc/installation.md
doc/make.bat
doc/model.md
doc/quickstart.md
doc/reference.md
doc/references.bib
doc/requirements.txt
doc/switching.md
doc/theory.md
doc/userguide.md
doc/_static/dipoles.svg
doc/_static/h_extx.svg
doc/_static/mygrid_h_ext.gif
doc/_static/myrun.gif
doc/_static/myrun_h_ext.gif
doc/_static/mysweep.gif
doc/examples/Zhang-Py-25nm-msat-vs-T.json
doc/examples/anneal_field.md
doc/examples/anneal_thermal.md
doc/examples/dilution.md
doc/examples/dirac-mengotti.md
doc/examples/mumax-temp-vs-field.csv
doc/examples/neighbor_distance.md
doc/examples/pw-li2019.md
doc/examples/scaledMeng.txt
doc/examples/verify-stochastic-thermal-field.md
doc/images/architecture.svg
doc/images/encoder.svg
doc/images/li2019-fig1.png
doc/images/li2019-figs9d.png
doc/images/li2019-theta0.svg
doc/images/li2019-theta30.svg
doc/images/li2019-theta6.svg
doc/images/logo.svg
doc/reference/api.rst
doc/reference/bibliography.md
doc/reference/changelog.md
doc/reference/cmdline.rst
doc/reference/gen_cmdline.py
doc/reference/api/data.rst
doc/reference/api/encoder.rst
doc/reference/api/grid.rst
doc/reference/api/model.rst
doc/reference/api/plotting.rst
doc/reference/api/runner.rst
doc/reference/api/sweep.rst
doc/reference/api/vertices.rst
doc/reference/cmdline/convert.rst
doc/reference/cmdline/fsck.rst
doc/reference/cmdline/inspect.rst
doc/reference/cmdline/plot.rst
doc/reference/cmdline/progress.rst
doc/reference/cmdline/run.rst
doc/reference/cmdline/run_sweep.rst
doc/reference/cmdline/stats.rst
doc/reference/cmdline/vectors.rst
doc/reference/cmdline/vertices.rst
flatspin/__init__.py
flatspin/_version.py
flatspin/cmdline.py
flatspin/data.py
flatspin/encoder.py
flatspin/flatspin.slurm.sh
flatspin/flatspin_cl_kernels.c
flatspin/flatspin_cuda_kernels.cu
flatspin/grid.py
flatspin/model.py
flatspin/plotting.py
flatspin/runner.py
flatspin/sweep.py
flatspin/utils.py
flatspin/vertices.py
flatspin.egg-info/PKG-INFO
flatspin.egg-info/SOURCES.txt
flatspin.egg-info/dependency_links.txt
flatspin.egg-info/entry_points.txt
flatspin.egg-info/requires.txt
flatspin.egg-info/top_level.txt
flatspin/tools/__init__.py
flatspin/tools/convert.py
flatspin/tools/fsck.py
flatspin/tools/inspect.py
flatspin/tools/plot.py
flatspin/tools/plot_table.py
flatspin/tools/progress.py
flatspin/tools/run.py
flatspin/tools/run_sweep.py
flatspin/tools/stats.py
flatspin/tools/vectors.py
flatspin/tools/vertices.py
tests/__init__.py
tests/conftest.py
tests/test_benchmark.py
tests/test_cmdline.py
tests/test_data.py
tests/test_dataset.py
tests/test_encoder.py
tests/test_grid.py
tests/test_ising.py
tests/test_kagome.py
tests/test_kagome_rotated.py
tests/test_lattice.py
tests/test_pinwheel_diamond.py
tests/test_square_closed.py
tests/test_square_open.py
tests/test_sweep.py
tests/test_temperature.py
tests/test_tile_lattice.py
tests/utils.py