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;
void addDPComponents(py::module_ mDP)
void addDPPh1Components(py::module_ mDPPh1)
void addDPPh3Components(py::module_ mDPPh3)