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 addSPComponents(py::module_ mSP);
20 void addSPPh1Components(py::module_ mSPPh1);
21 void addSPPh3Components(py::module_ mSPPh3);