This repository was archived by the owner on Nov 7, 2024. It is now read-only.
Commit f7eefce
authored
Block sparse (#407)
* started implementing block-sparse tensors
* removed files
* working on AbelianIndex
* working in block sparisty
* added reshape
and lots of other stuff
* added Index, an index type for symmetric tensors
* added small tutorial
* added docstring
* fixed bug in retrieve_diagonal_blocks
* TODO added
* improved initialization a bit
* more efficient initialization
* just formatting
* added random
* added fuse_degeneracies
* fixed bug in reshape
* dosctring, typing
* removed TODO
* removed confusing code line
* bug removed
* comment
* added __mul__ to Index
* added sparse_shape
and updated reshape to accept both int and Index lists
* more in tutorial
* comment
* added new test function
* testing function hacking
* docstring
* small speed up
* Remove gui directory (migrated to another repo) (#399)
* a slightly more elegant code
* use one more np function
* removed some crazy slow code
* faster code
* Update README.md (#404)
* add return_data
* doc
* bug fix1 parent 17ab9c9 commit f7eefce
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
579 | | - | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
580 | 583 | | |
581 | 584 | | |
582 | 585 | | |
| |||
0 commit comments