Cadabra
Computer algebra system for field theory problems
Namespaces | Functions
CdbPython.hh File Reference
#include <string>

Go to the source code of this file.

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 &, std::string &lhs, std::string &rhs, std::string &op, std::string &indent, bool display)
 As above, but for a single line; for private use only. More...
 
std::string cadabra::cnb2python (const std::string &, bool for_standalone)
 Convert a Cadabra notebook file to pure Python. More...