Skip to content

Set eager=true in exponentiate backend #40

@mtfishman

Description

@mtfishman

In ITensorTDVP.jl v0.3, we set eager=true by default when using the KrylovKit.exponentiate solver/updater, while in ITensorTDVP.jl v0.4 we don't override the default that KrylovKit.jl sets, which is eager=false. This can potentially have big performance penalties since it can lead to many unnecessary applications of the reduced operator.

See:

For users hitting this issue who are using ITensorTDVP.jl v0.4, you can manually pass updater_kwargs=(; eager=true) to tdvp to get the same (more efficient) behavior of ITensorTDVP.jl v0.3.

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