Description Usage Arguments Value Examples
Determines whether an operation (matrix) is unitary by comparing its inverse to its adjoint
1 | unitary(m,epsilon=1e-13)
|
m |
gate operation (gate) that is to be checked |
epsilon |
Amount of error to tolerate. Accounts for numerical precision on practical computing systems |
boolean indicating whether matrix is unitary or not
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.