10 #include <pybind11/complex.h>
11 #include <pybind11/eigen.h>
12 #include <pybind11/functional.h>
13 #include <pybind11/pybind11.h>
14 #include <pybind11/stl.h>
16 namespace py = pybind11;
17 using namespace pybind11::literals;
19 void addDPComponents(py::module_ mDP);
20 void addDPPh1Components(py::module_ mDPPh1);
21 void addDPPh3Components(py::module_ mDPPh3);