From 25781a4041fa75a3394949d111be3abbefc97c26 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 26 Jun 2018 15:13:46 -0400 Subject: began generalizing the potts code to work with all finite spin spaces --- lib/dihedral.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/dihedral.h') diff --git a/lib/dihedral.h b/lib/dihedral.h index 813e796..e5e4cbd 100644 --- a/lib/dihedral.h +++ b/lib/dihedral.h @@ -15,3 +15,5 @@ q_t dihedral_act(q_t q, q_t gi, q_t s); q_t dihedral_inverse_act(q_t q, const dihedral_t *g, q_t s); +q_t *dihedral_gen_transformations(q_t q); + -- cgit v1.2.3-54-g00ecf