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

Marc record tensornetwork entropy #94

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Commits on May 22, 2023

  1. changed loss derivative to be a vector

    Marc Sauter committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d253449 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Implemented the recording of the fisher trace

    Marc Sauter committed May 23, 2023
    Configuration menu
    Copy the full SHA
    5e3f8f5 View commit details
    Browse the repository at this point in the history
  2. Implemented the recording of the fisher trace

    Marc Sauter committed May 23, 2023
    Configuration menu
    Copy the full SHA
    928fbc7 View commit details
    Browse the repository at this point in the history
  3. fixed a commit issue after ammending to a already pushed branch

    Merged branch 'Marc_record_fisher_trace' of https://github.com/zincware/ZnNL into Marc_record_fisher_trace
    Marc Sauter committed May 23, 2023
    Configuration menu
    Copy the full SHA
    ffbacbf View commit details
    Browse the repository at this point in the history
  4. fixing black formatting

    Marc Sauter committed May 23, 2023
    Configuration menu
    Copy the full SHA
    1f6888d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b386ab View commit details
    Browse the repository at this point in the history
  6. changes

    SamTov committed May 23, 2023
    Configuration menu
    Copy the full SHA
    e553e68 View commit details
    Browse the repository at this point in the history
  7. optimized fisher trace calculation

    Marc Sauter committed May 23, 2023
    Configuration menu
    Copy the full SHA
    1984382 View commit details
    Browse the repository at this point in the history
  8. black formatting again

    Marc Sauter committed May 23, 2023
    Configuration menu
    Copy the full SHA
    fac41d8 View commit details
    Browse the repository at this point in the history
  9. and again

    Marc Sauter committed May 23, 2023
    Configuration menu
    Copy the full SHA
    f3c64b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    49a33e0 View commit details
    Browse the repository at this point in the history
  11. added test for the fisher_trace calculation

    Marc Sauter committed May 23, 2023
    Configuration menu
    Copy the full SHA
    14a8e7f View commit details
    Browse the repository at this point in the history
  12. changes for isort

    Marc Sauter committed May 23, 2023
    Configuration menu
    Copy the full SHA
    87ea89d View commit details
    Browse the repository at this point in the history
  13. black formatter changes

    Marc Sauter committed May 23, 2023
    Configuration menu
    Copy the full SHA
    1fad2f2 View commit details
    Browse the repository at this point in the history
  14. refining the fisher trace test

    Marc Sauter committed May 23, 2023
    Configuration menu
    Copy the full SHA
    83a7289 View commit details
    Browse the repository at this point in the history
  15. Added some info to a warning

    Marc Sauter committed May 23, 2023
    Configuration menu
    Copy the full SHA
    68c6ab7 View commit details
    Browse the repository at this point in the history
  16. Implemented the tensornetwork entropy recording

    Marc Sauter committed May 23, 2023
    Configuration menu
    Copy the full SHA
    08318ab View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. added different entropy computations for the tensornetwork matrix

    also moved the entropy calculations to the observables
    Marc Sauter committed May 24, 2023
    Configuration menu
    Copy the full SHA
    eb44f81 View commit details
    Browse the repository at this point in the history
  2. forgot to stage a change (:

    Marc Sauter committed May 24, 2023
    Configuration menu
    Copy the full SHA
    40cba18 View commit details
    Browse the repository at this point in the history
  3. missspelled correct matrix for the tensornetwork matrix test

    saved the tensornetwork matrix in parsed data instead of a class
    variable
    Marc Sauter committed May 24, 2023
    Configuration menu
    Copy the full SHA
    5428639 View commit details
    Browse the repository at this point in the history
  4. optimized the tensornetwork matrix algorithm

    Marc Sauter committed May 24, 2023
    Configuration menu
    Copy the full SHA
    bc9d6bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72a6e69 View commit details
    Browse the repository at this point in the history
  6. added docstring

    Marc Sauter committed May 24, 2023
    Configuration menu
    Copy the full SHA
    2c28b8f View commit details
    Browse the repository at this point in the history
  7. fixed some testing

    Marc Sauter committed May 24, 2023
    Configuration menu
    Copy the full SHA
    2e69aaa View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. had to change collective variables example because of changes to the

    loss_derivative
    Marc Sauter committed May 25, 2023
    Configuration menu
    Copy the full SHA
    f266767 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd49f8b View commit details
    Browse the repository at this point in the history
  3. addition to the commit of changing the notebook

    Marc Sauter committed May 25, 2023
    Configuration menu
    Copy the full SHA
    2d602c0 View commit details
    Browse the repository at this point in the history
  4. numpy is called onp

    Marc Sauter committed May 25, 2023
    Configuration menu
    Copy the full SHA
    f566a2b View commit details
    Browse the repository at this point in the history