Consequences of removing DiagonalOperation
See original GitHub issueI have two questions on this:
-
IsingZZseems to be missing in this list, which maybe shows that the old model of observables being able to declare themselves that they are diagonal was superior over having a centralized list? -
How can custom
Operations declare that they are diagonal now? Should they modify thepennylane.ops.qubit.attributes.diagonal_in_z_basis?
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
understanding the value of eliminating an off- diagonal term in ...
off-diagonal element. This paper examines the effect of removing an off-diagonal term to build a basis for an optimum decoupling.
Read more >Diagonal matrix - Wikipedia
In linear algebra, a diagonal matrix is a matrix in which the entries outside the main diagonal are all zero; the term usually...
Read more >Removing diagonal elements from matrix in R - Stack Overflow
This is a little circuitous but it results in what I see as a correct answer. I would be interested in seeing an...
Read more >Matrix Diagonals - R
Extract or replace the diagonal of a matrix, or construct a diagonal matrix. ... Using diag(x) can have unexpected effects if x is...
Read more >Diagonal matrix - StatLect
Diagonal matrix. by Marco Taboga, PhD. A diagonal matrix is a square matrix whose off-diagonal entries are all equal to zero. A diagonal...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I added some of your explanation in the docstring @glassnotes, thanks so much.
If all apps using this list are smart enough to do the “alternative accumulation” for Rot than this is of course great!