Skip to content

[ITensors] [BUG] Issue with transpose #1667

@kmp5VT

Description

@kmp5VT

Description of bug

A transposed ITensor does not return the transposed data when converted

Minimal runnable code

julia> m = random_itensor(Index.((5,6)))
julia> transpose(array(m)) == array(transpose(m))
false

Metadata

Metadata

Assignees

No one assigned

    Labels

    ITensorsIssues or pull requests related to the `ITensors` package.bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions