-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lazy identities via FillArrays (#94)
* Have identityoperator return an Eye * Handle Eyes in LazyTensor mul!() * Fix identityoperator semantics. Add a test. * Simpify _tpops_tuple * Add compat entry for FillArrays * Filter out all square eyes. Simplify code. * Try to make Aqua happier * Explicit eye tests * Only turn off ambiguity checking for reshape * Test left action. * Restore more efficient handling of isometries * Remember why we need to distinguish beta==0 * More specific Aqua exclusion * Fix test dependencies. * Handle alpha=0 and beta=0 better. * Managed to munge tests in merge. --------- Co-authored-by: Ashley Milsted <[email protected]>
- Loading branch information
Showing
12 changed files
with
233 additions
and
123 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
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
Oops, something went wrong.