Skip to content

Commit a349aef

Browse files
authored
add specializations svd_trunc(!) for TruncatedAlgorithm (#171)
* add specializations `svd_trunc(!)` for `TruncatedAlgorithm` * update changelog * add specializations `eig_trunc(!)` for `TruncatedAlgorithm` * pullback truncation error warning * remove letblocks
1 parent 6fce366 commit a349aef

2 files changed

Lines changed: 284 additions & 34 deletions

File tree

docs/src/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ When releasing a new version, move the "Unreleased" changes to a new version sec
2424

2525
### Changed
2626

27+
- The Mooncake rules for truncated decompositions with `TruncatedAlgorithm` now use the pullbacks that make use of the full decomposition. ([#171](https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/pull/171))
28+
2729
### Deprecated
2830

2931
### Removed

0 commit comments

Comments
 (0)