diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-19 14:49:08 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-19 14:49:08 -0400 |
commit | aed8d4f0448bae1e68cf4ff2af0fce87768b921c (patch) | |
tree | 2c6c81abf1423c81fdd83d5588d2363a7efa287d /README | |
parent | 7b3928fb77fffaab35ed75fda5c2ff5d8a802fbf (diff) | |
download | c++-aed8d4f0448bae1e68cf4ff2af0fce87768b921c.tar.gz c++-aed8d4f0448bae1e68cf4ff2af0fce87768b921c.tar.bz2 c++-aed8d4f0448bae1e68cf4ff2af0fce87768b921c.zip |
updated install and readme files
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -6,14 +6,9 @@ coupling, and a generator of transformations of rank two. The library then supplies the tools to run Wolff cluster-flip steps on the resulting (for now) hypercubic lattice system, with arbitrary measurements taken along the way. -The core code resides in lib. lib/include/wolff.hpp is the principle -interface, but lib/include/wolff/cluster.hpp does the heavy lifting, with -essential data structures defined by lib/include/wolff/graph.h and -lib/include/wolff/state.h. Skimming these files, or reviewing how they are -used in the included examples, should help with their use. The simplest -example is contained in examples/src/models/ising. +See INSTALL for installation details. -lib/include/wolff/finite_states.h can be invoked when special objects have -been defined to significantly speed computation for systems whose spins have -finitely many states. +Documentation is present in doc/ and can be built using Sphinx into a variety +of formats. The current version of this documentation can also be found at +https://doc.kent-dobias.com/wolff. |