-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
apiIssues related to the interfaceIssues related to the interfaceenhancementNew feature or requestNew feature or requestqnsQN related issueQN related issue
Milestone
Description
It would be good to think about the interface for converting from sparse ITensor types to Dense, or other less sparse types where it makes sense. It would be good to have the following operations, with some proposed names:
Convert to Dense
:
-
Diag -> Dense
(dense
) -
BlockSparse -> Dense
(dense
,removeqns
) (dense
is implemented but notremoveqns
) -
DiagBlockSparse -> Dense
(dense
)
Convert to Diag
:
-
DiagBlockSparse -> Diag
(diag
,removeqns
)
Convert to BlockSparse
:
-
DiagBlockSparse -> BlockSparse
(denseblocks
)
Right now, I believe all of the dense
conversion functions are implemented (but none of the others are).
Metadata
Metadata
Assignees
Labels
apiIssues related to the interfaceIssues related to the interfaceenhancementNew feature or requestNew feature or requestqnsQN related issueQN related issue