From 1cd41b27808da0fe558cfe31dfc370a71ea2dc50 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 19 Apr 2019 13:31:16 -0400 Subject: added support for rotating a lattice --- lib/include/graph.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/include/graph.hpp') diff --git a/lib/include/graph.hpp b/lib/include/graph.hpp index 032a4d1..1714dc2 100644 --- a/lib/include/graph.hpp +++ b/lib/include/graph.hpp @@ -42,5 +42,6 @@ class graph { graph(unsigned n, double a, std::mt19937& rng); void helper(unsigned n, std::mt19937& rng); + graph const rotate(); }; -- cgit v1.2.3-54-g00ecf