Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subspace expansion #23

Closed
wants to merge 24 commits into from
Closed

Subspace expansion #23

wants to merge 24 commits into from

Commits on Mar 11, 2022

  1. adding nullspace

    Benedikt Kloss committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    cdcf46c View commit details
    Browse the repository at this point in the history
  2. Initial commit for subspace expansion

    Benedikt Kloss committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    6fab5a3 View commit details
    Browse the repository at this point in the history
  3. Setup minimal example for debugging subspace expansion

    Benedikt Kloss committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    f545d51 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Partial fix to subspace expansion. Works in sweep in single tdvp iter…

    …ation, breaks for nsteps>1. Print debugging output.
    Benedikt Kloss committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    478cdb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Fixed subspace expansion on backward sweep, sets orthogonality limits…

    … manually for 1-site. 2-site TDVP currently broken.
    Benedikt Kloss committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    9002709 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Start implementation of krylov/truncated SVD for subspace expansion, …

    …not working yet.
    Benedikt Kloss committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    15202aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    061b8d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Moving to new tdvp interface, abandoning implementation in old interf…

    …ace.
    Benedikt Kloss committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    ccfd7e5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin' into subspace

    Benedikt Kloss committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    2863573 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    1ac97a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d633c6f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    6ba87a8 View commit details
    Browse the repository at this point in the history
  2. Add rescaling of cutoff parameters for subspace expansion. Clean-up o…

    …utput and test.
    Benedikt Kloss committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    1425746 View commit details
    Browse the repository at this point in the history
  3. Format.

    Benedikt Kloss committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    13ca2f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    4d24497 View commit details
    Browse the repository at this point in the history
  2. Format src/tdvp_step.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    mtfishman and github-actions[bot] authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    01c6891 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Accept changes from main.

    Benedikt Kloss committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    ecfaa02 View commit details
    Browse the repository at this point in the history
  2. Switch to using nullspace.jl from ITensors

    Benedikt Kloss committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    de09980 View commit details
    Browse the repository at this point in the history
  3. Implement and use non-mutating version of subspace expansion. Use upd…

    …ated interface to ITensors.directsum
    Benedikt Kloss committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    ada52a3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'subspace' of github.com:mtfishman/ITensorTDVP.jl into s…

    …ubspace
    Benedikt Kloss committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    3e84c0d View commit details
    Browse the repository at this point in the history
  5. Format.

    Benedikt Kloss committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    dbd3aa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Formatting and cleaning up subspace expansion.

    Benedikt Kloss committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    b4d77a2 View commit details
    Browse the repository at this point in the history
  2. Remove LinearAlgebra from dependencies.

    Benedikt Kloss committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    4fdbe91 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. remove Krylov subspace expansion

    Benedikt Kloss committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    45641a4 View commit details
    Browse the repository at this point in the history