Skip to content

Commit

Permalink
added declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
edinvay committed Sep 13, 2024
1 parent 17074ac commit 2e51c57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vampyr/operators/convolutions.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <MRCPP/operators/IdentityConvolution.h>
#include <MRCPP/operators/PoissonOperator.h>
#include <MRCPP/operators/TimeEvolutionOperator.h>
#include <MRCPP/operators/HeatOperator.h>
#include <MRCPP/treebuilders/apply.h>

namespace vampyr {
Expand All @@ -15,6 +16,7 @@ void cartesian_convolution(pybind11::module &);
void helmholtz_operator(pybind11::module &);
void poisson_operator(pybind11::module &);
void time_evolution_operator(pybind11::module &m);
void heat_operator(pybind11::module &m);

template <int D> void convolutions(pybind11::module &m) {
namespace py = pybind11;
Expand Down

0 comments on commit 2e51c57

Please sign in to comment.