summaryrefslogtreecommitdiff
path: root/p-spin.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2021-01-07 14:47:49 +0100
committerJaron Kent-Dobias <jaron@kent-dobias.com>2021-01-07 14:47:49 +0100
commit90b863e24596772d492ec2a344b4f9f7fc1680db (patch)
tree76fb8d40b379db03c6b165ad0a9be6856a4f21c7 /p-spin.hpp
parent2316044fd02bf22b5b6c0f414874dada2c7603e4 (diff)
downloadcode-90b863e24596772d492ec2a344b4f9f7fc1680db.tar.gz
code-90b863e24596772d492ec2a344b4f9f7fc1680db.tar.bz2
code-90b863e24596772d492ec2a344b4f9f7fc1680db.zip
Cleaned up includes.
Diffstat (limited to 'p-spin.hpp')
-rw-r--r--p-spin.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/p-spin.hpp b/p-spin.hpp
index 16e0a56..83e4e39 100644
--- a/p-spin.hpp
+++ b/p-spin.hpp
@@ -1,10 +1,6 @@
#pragma once
-#include <eigen3/Eigen/Core>
-#include <eigen3/unsupported/Eigen/CXX11/Tensor>
-
-#include "pcg-cpp/include/pcg_random.hpp"
-#include "randutils/randutils.hpp"
+#include <eigen3/Eigen/Dense>
#include "tensor.hpp"