evanberkowitz / supervillain

MCMC for modified Villain constructions
https://supervillain.readthedocs.io/
Other
0 stars 0 forks source link
monte-carlo physics quantum-field-theory research

supervillain

DOI

Supervillain is a python package for studying the Villain model.

Installation + Development

Navigate to the cloned repo and try

pip install .  # for development use pip install -e . 
./test/end-to-end.py

If pip installation succeeds so too should the example script, which by default samples the (φ, n) formulation of the model on a small lattice.

supervillain has documentation built with sphinx. To build the documentation once you

sphinx-build . _build

and then can open _build/index.html in a browser. If you are developing you can replace sphinx-build with sphinx-autobuild to get live updates to the documentation as you go.