TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
cpp2py_converters.hpp
Go to the documentation of this file.
1// Copyright (c) 2016-2017 Commissariat à l'énergie atomique et aux énergies alternatives (CEA)
2// Copyright (c) 2016-2017 Centre national de la recherche scientifique (CNRS)
3// Copyright (c) 2020-2022 Simons Foundation
4//
5// This program is free software: you can redistribute it and/or modify
6// it under the terms of the GNU General Public License as published by
7// the Free Software Foundation, either version 3 of the License, or
8// (at your option) any later version.
9//
10// This program is distributed in the hope that it will be useful,
11// but WITHOUT ANY WARRANTY; without even the implied warranty of
12// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13// GNU General Public License for more details.
14//
15// You may obtain a copy of the License at
16// https://www.gnu.org/licenses/gpl-3.0.txt
17//
18// Authors: Olivier Parcollet, Nils Wentzell
19
20#pragma once
21
26
27#include <cpp2py/converters/std_array.hpp>
28#include <nda_py/cpp2py_converters.hpp>
29
30#ifdef TRIQS_INCLUDED_MESH
31#include "./cpp2py_converters/mesh.hpp"
32#endif
33
34#ifdef TRIQS_INCLUDED_GF
35#include "./cpp2py_converters/gf.hpp"
36#endif