Skip to content

Improve implementation of MPO-MPO multiplication #385

@20akshay00

Description

@20akshay00

The current MPO * MPO implementation performs site-wise multiplication followed by a global changebonds truncation. This approach has the issue that it pushes all the norm to one tensor at the end. Alternatively, one may perform a sequential QR in a left-right pass while multiplying the MPOs to maintain canonical form and then truncate the bonds on the right-left pass.

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