[go: up one dir, main page]

Skip to content

evanberkowitz/supervillain

Repository files navigation

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.