Skip to content

Add LaTeX output formats #24

Description

@thomasahle

Right now you can choose between two output formats: python/repr and tikz.
However, for many users it would be more convenient to have something in between, like abstract index notation.

E.g. Tr(ABC) can be represented as A_{i,j} B_{j,k} C_{k,i}.

The notation is convenient (over e.g. outputting in graph/DOT format) because we can also output brackets. Like x_i (A_{i,j} + B_{i,j}).

Typically this kind of index tensor notation distinguishes between upper/lower indices.
It's not clear that this would be useful for tensorgrad.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions