-
Notifications
You must be signed in to change notification settings - Fork 139
Comparing changes
Open a pull request
base repository: tenpy/tenpy
base: main
head repository: p-thoma/tenpy
compare: spectral_functions
- 10 commits
- 10 files changed
- 2 contributors
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5036c7 - Browse repository at this point
Copy the full SHA a5036c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 363fcb2 - Browse repository at this point
Copy the full SHA 363fcb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e83ae84 - Browse repository at this point
Copy the full SHA e83ae84View commit details
Commits on May 14, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 55fa500 - Browse repository at this point
Copy the full SHA 55fa500View commit details -
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``
Configuration menu - View commit details
-
Copy full SHA for d28d791 - Browse repository at this point
Copy the full SHA d28d791View commit details -
Merge branch 'spectral_functions' of https://github.com/p-thoma/tenpy …
…into spectral_functions
Configuration menu - View commit details
-
Copy full SHA for e2d5bed - Browse repository at this point
Copy the full SHA e2d5bedView commit details -
Update Example minimal_SpectralSimulation.yml after changing TimeDepe…
…ndentCorrelation Furthermore allow to pass shifted cylinder boundary conditions in Model (as integer)
Configuration menu - View commit details
-
Copy full SHA for 86b821f - Browse repository at this point
Copy the full SHA 86b821fView commit details
Commits on Jun 21, 2024
-
Include the conversion to an integer in the try clause, otherwise return zero
Configuration menu - View commit details
-
Copy full SHA for ea391a1 - Browse repository at this point
Copy the full SHA ea391a1View commit details
Commits on Jun 25, 2024
-
Fix error for
mixed_spaceinTimeDependentCorrelationConvert the center of the lattice to an mps index before applying it. Furthermroe enhance documentation for class `TimeDependentCorrelation`
Configuration menu - View commit details
-
Copy full SHA for 22d5a34 - Browse repository at this point
Copy the full SHA 22d5a34View commit details -
Merge branch 'spectral_functions' of https://github.com/p-thoma/tenpy …
…into spectral_functions
Configuration menu - View commit details
-
Copy full SHA for ec777f2 - Browse repository at this point
Copy the full SHA ec777f2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...spectral_functions