|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Public Member Functions | |
| def | test_circuit_with_noise (self) |
| def | test_comparison_with_state_vector (self) |
| def | test_partial_trace (self) |
| def | test_partial_trace_from_numpy (self) |
| def | test_u3_cnot_comparison_with_state_vector (self) |
Integration tests combining multiple features.
Definition at line 812 of file test_density_matrix.py.
| def tests.density_matrix.test_density_matrix.TestIntegration.test_circuit_with_noise | ( | self | ) |
Test circuit application followed by noise.
Definition at line 815 of file test_density_matrix.py.
| def tests.density_matrix.test_density_matrix.TestIntegration.test_comparison_with_state_vector | ( | self | ) |
Test that density matrix evolution matches state vector for pure states.
Definition at line 877 of file test_density_matrix.py.
| def tests.density_matrix.test_density_matrix.TestIntegration.test_partial_trace | ( | self | ) |
Test partial trace operation.
Definition at line 844 of file test_density_matrix.py.
| def tests.density_matrix.test_density_matrix.TestIntegration.test_partial_trace_from_numpy | ( | self | ) |
Test partial trace from NumPy-constructed density matrix.
Definition at line 862 of file test_density_matrix.py.
| def tests.density_matrix.test_density_matrix.TestIntegration.test_u3_cnot_comparison_with_state_vector | ( | self | ) |
Test HEA-relevant U3 plus CNOT evolution against state vector.
Definition at line 906 of file test_density_matrix.py.
1.8.13