{% 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, or by pressing F1 in the Cadabra notebook interface.

For a description of the basics of Cadabra, you may be better off first reading or skimming through the reference guide.

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 %}