This file defines all Python bindings.
Definition in file quala.cpp.
#include <pybind11/attr.h>
#include <pybind11/cast.h>
#include <pybind11/chrono.h>
#include <pybind11/detail/common.h>
#include <pybind11/eigen.h>
#include <pybind11/functional.h>
#include <pybind11/iostream.h>
#include <pybind11/pybind11.h>
#include <pybind11/pytypes.h>
#include <pybind11/stl.h>
#include <memory>
#include <optional>
#include <sstream>
#include <stdexcept>
#include <string>
#include <tuple>
#include <type_traits>
#include <utility>
#include "kwargs-to-struct.hpp"
Go to the source code of this file.
Macros | |
#define | STRINGIFY(x) #x |
#define | MACRO_STRINGIFY(x) STRINGIFY(x) |
Functions | |
PYBIND11_MODULE (QUALA_MODULE_NAME, m) | |