-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TAT.hpp] Add svd cut method: boltzmann cut. (#29)
Which use a "temperature" to cut dimension, if temperature=0, it equals to remain cut. In higher temperature, it has more possibility to choose a smaller singular value, This may be useful for blocked tensor, which erasing a symmetry may be much more harmful than cutting a larger singular. Inside a single block, smaller singular is always cutted earlier than larger one, so this commit does not affect no symmetry tensor.
- Loading branch information
Showing
3 changed files
with
91 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters