File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ This version introduces [MatrixAlgebraKit](https://github.com/QuantumKitHub/Matr
3232- Truncation strategies now use MatrixAlgebraKit names: ` truncrank ` (replaces ` truncdim ` ), ` truncbelow ` (replaces ` trunctol ` )
3333- ` left_orth ` and ` right_orth ` now always output tensors with a single connecting space
3434- ` left_orth ` and ` right_orth ` now always have connecting space with ` isdual=false `
35+ - code formatter is now [ Runic.jl] ( https://github.com/fredrikekre/Runic.jl )
3536
3637#### Removed
3738- ` OrthogonalFactorization ` structs (constructors deprecated to return equivalent MatrixAlgebraKit algorithm structs)
@@ -118,4 +119,4 @@ where all blocks and subblocks are various views into this object. This entails
118119simplifications for the outwards-facing interface, as now the ` TensorMap ` type requires less
119120parameters, and the fusion-tree structure is more clearly considered as an implementation
120121detail that can be left hidden to the user. Various other improvements and documentation
121- work was also carried out.
122+ work was also carried out.
You can’t perform that action at this time.
0 commit comments