Cadabra
Computer algebra system for field theory problems
|
#include <string>
Go to the source code of this file.
Classes | |
class | cadabra::ConvertData |
Object to store pre-parsing intermediate results. More... | |
Namespaces | |
cadabra | |
Functions to handle the exchange properties of two or more symbols in a product. | |
Functions | |
std::string | cadabra::escape_quotes (const std::string &) |
std::string | cadabra::cdb2python (const std::string &, bool display) |
Convert a block of Cadabra notation into pure Python. More... | |
std::string | cadabra::cdb2python_string (const std::string &, bool display) |
std::string | cadabra::convert_line (const std::string &, ConvertData &cv, bool display) |
Detect Cadabra expression statements and rewrite to Python form. More... | |
std::string | cadabra::cnb2python (const std::string &, bool for_standalone) |
Convert a Cadabra notebook file to pure Python. More... | |