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>
16namespace py = pybind11;
17using namespace pybind11::literals;
19void addDPComponents(py::module_ mDP);
20void addDPPh1Components(py::module_ mDPPh1);
21void addDPPh3Components(py::module_ mDPPh3);