[v1.0.2] - 2024-06-05
Release Notes
This version only introduces small changes, listed below.
Changelog
Backwards incompatible changes
nothing
Added
Changed
allow to directly pass
yaml_contents=...
inload_yaml_with_py_eval()
.Issue warnings if config options with unexpected types are read out
Fixed
fix str(TermList) formatting to add brackets if multiple operators act on single site
fix expectation values during the imaginary evolution with
tenpy.algorithms.purification.PurificationTEBD
by callingcanonical_form()
.fix that
compute_K()
didn’t use the argument expect_mean_k.