We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13232ba commit 11257fbCopy full SHA for 11257fb
2 files changed
CHANGELOG.md
@@ -9,8 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
+- `LocalPreferences.toml` file to ensure `TensorOperations` properly precompiles on testing
13
+ infrastructure
14
+
15
### Fixed
16
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
22
### Changed
23
24
- The `changebonds(state, ::RandExpand)` algorithm now no longer has to perform a
LocalPreferences.toml
@@ -0,0 +1,2 @@
1
+[TensorOperations]
2
+precompile_workload = true
0 commit comments