Skip to content

Implementation of einsum incorrectly handles case where RHS is not passed (i.e. single-tensor contractions) #20

@sg495

Description

@sg495

The following example shows a contraction which is incorrectly handled by tensorsat._autoray.einsum:

einsum("bba"->"ba", and_)

This case should be handled internally by Box.rewire.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions