diff options
Diffstat (limited to 'src/wolff_potts.cpp')
-rw-r--r-- | src/wolff_potts.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wolff_potts.cpp b/src/wolff_potts.cpp index 6b6f602..f8f1523 100644 --- a/src/wolff_potts.cpp +++ b/src/wolff_potts.cpp @@ -10,9 +10,8 @@ #include <potts.h> #include <colors.h> +// hack to speed things up considerably #define N_STATES POTTSQ -const potts_t<POTTSQ> states[8] = {0, 1, 2, 3, 4, 5, 6, 7}; -q_t state_to_ind(potts_t<POTTSQ> state) { return (q_t)state.x; } #include <finite_states.h> // include wolff.h |