Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tenpy/tenpy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: p-thoma/tenpy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: spectral_functions
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    a5036c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    363fcb2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from LudwigZw/cs_projection

    Cs projection
    p-thoma authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e83ae84 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Enhance class TimeDependentCorrelation

    Enhance the setup of the operators in the TimeDependenCorrelation class. Allow a similar
    dictionary configuration for ``operator_t`` as already for ``operator_t0``.
    It is now possible to arbitrary product operators as ``operator_t0`` *and* ``operator_t`` acting on multiple sites,
    previously ``operator_t`` was restricted to be an onsite operator. Furthermore the configuration of ``operator_t``
    can now be dropped, in which case the hermitian conjugate of the ``operator_t0`` is used.
    If both operators act on multiple sites, correlations are still calculated by sliding the ``operator_t`` through
    the MPS winding (starting at site 0) and by moving one site to the left. It is not yet supported to only calculate
    the overlap on every n-th site.
    Include a 'correlation_function_key' to name the measurement result accordingly.
    Furthermore add "mixed-space" operators as (experimental) feature (with a more rudimentary setup for the operator
    configurations). Update tests accrodingly.
    Allow the spatial fourier transform to take an axis in spectral_function_tools.py and include a mixed_space parameter.
    p-thoma committed May 14, 2024
    Configuration menu
    Copy the full SHA
    55fa500 View commit details
    Browse the repository at this point in the history
  2. Allow a (left-) Jordan-Wigner string in expectation_value_term

    This is done by introducing the boolean parameter ``insert_JW_from_left``in
    ``expectation_value_multi_sites`` and ``_corr_ops_LP``
    p-thoma committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d28d791 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'spectral_functions' of https://github.com/p-thoma/tenpy

    …into spectral_functions
    p-thoma committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e2d5bed View commit details
    Browse the repository at this point in the history
  4. Update Example minimal_SpectralSimulation.yml after changing TimeDepe…

    …ndentCorrelation
    
    Furthermore allow to pass shifted cylinder boundary conditions in Model (as integer)
    p-thoma committed May 14, 2024
    Configuration menu
    Copy the full SHA
    86b821f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Fix for Issue #431

    Include the conversion to an integer in the try clause,
    otherwise return zero
    p-thoma committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ea391a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Fix error for mixed_space in TimeDependentCorrelation

    Convert the center of the lattice to an mps index before applying it.
    Furthermroe enhance documentation for class `TimeDependentCorrelation`
    p-thoma committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    22d5a34 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'spectral_functions' of https://github.com/p-thoma/tenpy

    …into spectral_functions
    p-thoma committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ec777f2 View commit details
    Browse the repository at this point in the history
Loading