Skip to content

Commit 11257fb

Browse files
committed
more small fixes and changelog updates
1 parent 13232ba commit 11257fb

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- `LocalPreferences.toml` file to ensure `TensorOperations` properly precompiles on testing
13+
infrastructure
14+
1215
### Fixed
1316

17+
- Dynamic tolerances yielded `NaN` during the initialization stage due to `1 / sqrt(iter)`
18+
where `iter = 0`.
19+
- `InfiniteMPOHamiltonian` environments with low bond dimension and high Krylov dimension now are properly
20+
clamped.
21+
1422
### Changed
1523

1624
- The `changebonds(state, ::RandExpand)` algorithm now no longer has to perform a

LocalPreferences.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[TensorOperations]
2+
precompile_workload = true

0 commit comments

Comments
 (0)