Cadabra
Computer algebra system for field theory problems
Bridge.hh
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include "Storage.hh"
5 #include "Kernel.hh"
6 
11 
12 void pull_in(std::shared_ptr<cadabra::Ex> ex, cadabra::Kernel *);
13 
14 
19 
20 void run_python_functions(std::shared_ptr<cadabra::Ex> ex, cadabra::Kernel *);
Definition: Kernel.hh:15
void pull_in(std::shared_ptr< cadabra::Ex > ex, cadabra::Kernel *)
Replace any objects of the form '@(...)' in the expression tree by the python expression '....
Definition: Bridge.cc:11
void run_python_functions(std::shared_ptr< cadabra::Ex > ex, cadabra::Kernel *)
Run all functions in the given expression which are available in the Python scope.
Definition: Bridge.cc:55