|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Go to the source code of this file.
Namespaces | |
| common | |
Variables | |
| string | common.DEFAULT_ANSATZ = "HEA" |
| int | common.DEFAULT_INNER_BLOCKS = 1 |
| int | common.DEFAULT_LAYERS = 1 |
| string | common.PRIMARY_BACKEND = "density_matrix" |
| common.SIGMA_X = sp.sparse.csr_matrix(np.array([[0, 1], [1, 0]], dtype=np.complex128)) | |
| common.SIGMA_Y = sp.sparse.csr_matrix(np.array([[0, -1j], [1j, 0]], dtype=np.complex128)) | |
| common.SIGMA_Z = sp.sparse.csr_matrix(np.array([[1, 0], [0, -1]], dtype=np.complex128)) | |
1.8.13