From 2242fd6f8b7f16b706d49a2288da3aa20f12314b Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 13 Feb 2020 15:00:31 -0500 Subject: Added gitignore and fixed Ising to work with new paradigm --- torus_symmetries.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'torus_symmetries.hpp') diff --git a/torus_symmetries.hpp b/torus_symmetries.hpp index 17772de..7bcb70b 100644 --- a/torus_symmetries.hpp +++ b/torus_symmetries.hpp @@ -56,7 +56,7 @@ template std::vector> torus_mats() { one_sequences(sequences, D); - sequences.pop_front(); // don't want the identity matrix! + sequences.pop_back(); // don't want the identity matrix! for (std::array sequence : sequences) { Matrix m; -- cgit v1.2.3-54-g00ecf