{% extends "layout.html" %} {% block title %}Cadabra: Manual pages{% endblock %} {% block head %}{%- endblock %} {% block main %}

Manual pages

Every algorithm and every property has a manual page with examples, which you can view online here, or by pressing F1 in the Cadabra notebook interface when your cursor is located on an algorithm or property name. Consider this the "dry" version of the documentation: to-the-point, but not very useful if you do not have an understanding of the big picture yet.

For a more introductory description of the basics of Cadabra, you may be better off first reading or skimming through the tutorials or the Cadabra book.

Packages

Cadabra comes with various add-on packages, which can be imported in the usual Python way with import. Their content is listed below.

{% include "packages_toc.html" %}

Core algorithms

{% include "algo_toc.html" %}

Core properties

{% include "prop_toc.html" %}
{%- endblock %}