Cadabra
Computer algebra system for field theory problems
|
#include <string>
#include <tuple>
#include <sstream>
#include <regex>
#include <memory>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include "py_ex.hh"
#include "py_kernel.hh"
#include "py_tableau.hh"
#include "properties/LaTeXForm.hh"
Go to the source code of this file.
Classes | |
class | cadabra::BoundPropertyBase |
class | cadabra::BoundProperty< PropT, ParentTs > |
Namespaces | |
cadabra | |
Functions to handle the exchange properties of two or more symbols in a product. | |
Functions | |
template<typename PropT > | |
std::string | cadabra::get_name () |
template<typename BoundPropT > | |
BoundPropT::py_type | cadabra::def_abstract_prop (pybind11::module &m) |
template<typename BoundPropT > | |
BoundPropT::py_type | cadabra::def_prop (pybind11::module &m) |
pybind11::list | cadabra::list_properties () |
void | cadabra::init_properties (pybind11::module &m) |