|
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 | |
| tests.gates.test_circuit | |
Functions | |
| def | tests.gates.test_circuit._assert_state_close (a, b, rtol=1e-6) |
| def | tests.gates.test_circuit._assert_unitary_close (a, b, rtol=1e-6) |
| def | tests.gates.test_circuit._build_rx_rz_cnot_circuit (qbit_num) |
| def | tests.gates.test_circuit._identity (n, dtype=np.complex128) |
| def | tests.gates.test_circuit._params32 (n) |
| def | tests.gates.test_circuit._params64 (n) |
| def | tests.gates.test_circuit._random_state (n, dtype=np.complex128, seed=42) |
| def | tests.gates.test_circuit._random_unitary (dim, seed=123) |
| def | tests.gates.test_circuit._ref_matrix64 (circuit) |
Variables | |
| tests.gates.test_circuit.QBIT_NUMS_ALL | |
| tests.gates.test_circuit.QBIT_NUMS_MEDIUM | |
| tests.gates.test_circuit.QBIT_NUMS_SMALL | |
| tests.gates.test_circuit.RECT_COLS_MAX | |
1.8.13