Microsoft.Quantum.Synthesis namespace
-
项目
-
- 2 分钟可看完
-
This namespace contains functions and operations for
synthesizing quantum operations based on permutations
and Boolean functions.
Operations
Functions
| Name |
Summary |
| Action1C |
Returns the action by conjugation of a single-qubit Clifford operator on a single-qubit Pauli operator. |
| EqualityFact1C |
Requires that a single-qubit Clifford operator has the expected value. |
| Identity1C |
Returns a representation of the identity as a single-qubit Clifford operator. |
| IdentityFact1C |
Requires that a single-qubit Clifford operator is equal to the identity. |
| Inverse1C |
Returns the inverse of a single-qubit Clifford operators. |
| PauliAsSingleQubitClifford |
Returns a representation of a single-qubit Pauli operator as a single-qubit Clifford operator that acts by conjugation. |
| SingleQubitCliffordAsOperation |
Returns a representation of a single-qubit Clifford operator as an operation acting on a single qubit. |
| Times1C |
Returns the product of two single-qubit Clifford operators. |
| _TwoLevelDecomposition |
|
User-defined types