Cadabra
Computer algebra system for field theory problems
core
pythoncdb
py_packages.hh
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <pybind11/pybind11.h>
5
6
namespace
cadabra
{
12
13
void
compile_package
(
const
std::string& in_name,
const
std::string& out_name);
14
15
void
init_packages
(pybind11::module& m);
16
}
cadabra::compile_package
void compile_package(const std::string &in_name, const std::string &out_name)
Convert a Cadabra notebook file to a python package which can be imported using standard 'import' not...
Definition:
py_packages.cc:10
cadabra
Functions to handle the exchange properties of two or more symbols in a product.
Definition:
Adjform.cc:83
cadabra::init_packages
void init_packages(pybind11::module &m)
Definition:
py_packages.cc:35
Generated on Fri Nov 22 2024 21:36:49 for Cadabra by
1.9.1