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

[WIP] Start simplifying the necessary OpSum definitions for Models #63

Merged
merged 35 commits into from
Aug 16, 2022

Commits on Jun 15, 2022

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

Commits on Jun 21, 2022

  1. Merge main, fix conflicts

    mtfishman committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    3df8da3 View commit details
    Browse the repository at this point in the history
  2. Format

    mtfishman committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    712c9fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    469b8e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. New interface for models in terms of unit_cell_terms, defining the te…

    …rms on each site of the primite unit cell in a Vector{OpSum}
    mtfishman committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    b2b43ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b89c072 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5551250 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Start testing examples

    mtfishman committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    0e409bf View commit details
    Browse the repository at this point in the history
  2. Update examples/vumps/transfer_matrix_spectrum.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    mtfishman and github-actions[bot] authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    e111000 View commit details
    Browse the repository at this point in the history
  3. Update src/abstractinfinitemps.jl

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

    mtfishman committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f80abc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1ec11a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0637def View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a974f02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ae2e23 View commit details
    Browse the repository at this point in the history
  9. Format

    mtfishman committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    1186278 View commit details
    Browse the repository at this point in the history
  10. Fix more tests

    mtfishman committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    82b23c4 View commit details
    Browse the repository at this point in the history
  11. Clean up tests

    mtfishman committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    3f98fbc View commit details
    Browse the repository at this point in the history
  12. Small test fix

    mtfishman committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a145680 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    847ac33 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9cfd0d3 View commit details
    Browse the repository at this point in the history
  15. Update test/test_vumpsmpo_fqhe.jl

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

    mtfishman committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    24663c3 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'simplify_models' of github.com:mtfishman/ITensorsInfini…

    …teMPS.jl into simplify_models
    mtfishman committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    e4cbe22 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

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

Commits on Jun 27, 2022

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

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    742a5aa View commit details
    Browse the repository at this point in the history
  2. Update examples/vumps/transfer_matrix_spectrum.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    mtfishman and github-actions[bot] authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    275ea00 View commit details
    Browse the repository at this point in the history
  3. Update examples/vumps/vumps_heisenberg.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    mtfishman and github-actions[bot] authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    1ae9ed4 View commit details
    Browse the repository at this point in the history
  4. Format

    mtfishman committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    b03215c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'simplify_models' of github.com:mtfishman/ITensorsInfini…

    …teMPS.jl into simplify_models
    mtfishman committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    6221209 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

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

    mtfishman committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    6fa08e1 View commit details
    Browse the repository at this point in the history
  3. Fix test

    mtfishman committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a6b7279 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11ce0f8 View commit details
    Browse the repository at this point in the history