Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Eigensolving TN operators #548

@chaserileyroberts

Description

@chaserileyroberts

We should build a method to allow users to find the top eigenvector of a linear operator defined by a tensor network.

My API proposal is as such

tensor = tn.eigensolution(in_edges=list_of_edges, out_edges=list_of_edges)

Where tensor.shape == [edge.dimension for edge in in_edges] and tensor is the actual tensor and NOT a Node.

You can easily find the necessary nodes via tn.reachable, and to prevent smashing the given tensornetwork, we can safely copy all of the nodes via tn.replicate_nodes.

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