From f884fa4c490e2074bdcaedc35ef091f914e6dd78 Mon Sep 17 00:00:00 2001
From: ec147 <134504305+ec147@users.noreply.github.com>
Date: Mon, 8 Jul 2024 13:05:22 +0200
Subject: [PATCH 1/7] Add files via upload
---
configuration.hpp | 120 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 120 insertions(+)
create mode 100644 configuration.hpp
diff --git a/configuration.hpp b/configuration.hpp
new file mode 100644
index 00000000..16578f97
--- /dev/null
+++ b/configuration.hpp
@@ -0,0 +1,120 @@
+/*******************************************************************************
+ *
+ * TRIQS: a Toolbox for Research in Interacting Quantum Systems
+ *
+ * Copyright (C) 2014, P. Seth, I. Krivenko, M. Ferrero and O. Parcollet
+ *
+ * TRIQS is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version.
+ *
+ * TRIQS is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * TRIQS. If not, see .
+ *
+ ******************************************************************************/
+#pragma once
+#include "./util.hpp"
+#include
+#include
+#include
+#include
+
+#include
+
+#include