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

Measurement function fixes #182

Merged
merged 12 commits into from Nov 4, 2022
Merged

Measurement function fixes #182

merged 12 commits into from Nov 4, 2022

Commits on Oct 12, 2022

  1. Copy the full SHA
    30be00a View commit details
    Browse the repository at this point in the history
  2. provide proper measurement wrappers psi_method and simulation_method

    The wrappers provide a simple way to measure not only global functions
    but also methods of psi and the simulation class.
    
    Here, the fix of 2a5052a
    is not yet included, so the next commit is a cherry-pick merging only that.
    jhauschild committed Oct 12, 2022
    Copy the full SHA
    4fb82b4 View commit details
    Browse the repository at this point in the history
  3. INCOMPATIBLE FIX: measurement functions now need to accept model pa…

    …rameter
    
    This is necessary to avoid special-cases inside measurment functions for
    grouped sites, orthogonalExcitations and others. The model is guaranteed
    to be compatible with the state.
    
    This is a cherry-pick of a previous commit 2a5052a
    not yet merged in the main branch, but already existing other branches, in particular excitations_science and vumps.
    jhauschild committed Oct 12, 2022
    Copy the full SHA
    f580506 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Copy the full SHA
    e47599c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    da90532 View commit details
    Browse the repository at this point in the history
  3. RENAME measurement functions: convention that they all start with m_

    E.g. tenpy.simulations.measurement.bond_dimension(...) is now tenpy.simulations.measurement.m_bond_dimension(...)
    jhauschild committed Oct 14, 2022
    Copy the full SHA
    0d35934 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c458139 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Copy the full SHA
    527a9c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Copy the full SHA
    d737aef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0a67c07 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

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

Commits on Nov 4, 2022

  1. Copy the full SHA
    778c034 View commit details
    Browse the repository at this point in the history