Skip to content

Commit

Permalink
Include mesh converter in desc file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell authored and krivenko committed Sep 6, 2023
1 parent c0378f5 commit 93c33ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions c++/pomerol_ed.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

#include <pomerol.hpp>
#include <triqs/gfs.hpp>
#include <triqs/mesh.hpp>
#include <triqs/operators/many_body_operator.hpp>
#include <triqs/hilbert_space/fundamental_operator_set.hpp>

Expand Down
1 change: 1 addition & 0 deletions python/pomerol2triqs_desc.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <cpp2py/converters/variant.hpp>
#include <cpp2py/converters/vector.hpp>
#include <triqs/cpp2py_converters/gf.hpp>
#include <triqs/cpp2py_converters/mesh.hpp>
#include <triqs/cpp2py_converters/operators_real_complex.hpp>
#include <triqs/cpp2py_converters/real_or_complex.hpp>
Expand Down

0 comments on commit 93c33ac

Please sign in to comment.