|
| def | tests.gates.test_gates._add_gate_to_qiskit (circuit, gate_name, parameters) |
| |
| def | tests.gates.test_gates._apply_from_right_with_precision (gate_obj, matrix, parameters, is_f32) |
| |
| def | tests.gates.test_gates._apply_gate (gate_obj, state, parameters, is_f32=False, parallel=0) |
| |
| def | tests.gates.test_gates._apply_to_matrix_with_precision (gate_obj, matrix, parameters, is_f32) |
| |
| def | tests.gates.test_gates._apply_to_state_with_precision (gate_obj, state, parameters, is_f32) |
| |
| def | tests.gates.test_gates._assert_matrices_close (a, b, tol=1e-8) |
| |
| def | tests.gates.test_gates._discover_gate_names () |
| |
| def | tests.gates.test_gates._discover_multi_qubit_gate_names () |
| |
| def | tests.gates.test_gates._discover_parameterized_gate_names () |
| |
| def | tests.gates.test_gates._gate_matrix (gate_obj, parameters) |
| |
| def | tests.gates.test_gates._get_matrix_with_precision (gate_obj, parameters, is_f32) |
| |
| def | tests.gates.test_gates._instantiate_gate (gate_name, qbit_num=4) |
| |
| def | tests.gates.test_gates._parameters_for_gate (gate_obj, dtype=np.float64) |
| |