Sequential Quantum Gate Decomposer  v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
List of all members | Public Member Functions
tests.gates.test_circuit.TestApplyToCombined Class Reference

Public Member Functions

def test_combined_matches_apply_and_derivative_f32 (self, qbit_num)
 
def test_combined_matches_apply_and_derivative_f64 (self, qbit_num)
 
def test_combined_no_params_returns_forward_only (self)
 

Detailed Description

apply_to_combined: returns [forward_output, derivatives...].

Definition at line 1042 of file test_circuit.py.

Member Function Documentation

◆ test_combined_matches_apply_and_derivative_f32()

def tests.gates.test_circuit.TestApplyToCombined.test_combined_matches_apply_and_derivative_f32 (   self,
  qbit_num 
)

Definition at line 1067 of file test_circuit.py.

Here is the call graph for this function:

◆ test_combined_matches_apply_and_derivative_f64()

def tests.gates.test_circuit.TestApplyToCombined.test_combined_matches_apply_and_derivative_f64 (   self,
  qbit_num 
)

Definition at line 1046 of file test_circuit.py.

Here is the call graph for this function:

◆ test_combined_no_params_returns_forward_only()

def tests.gates.test_circuit.TestApplyToCombined.test_combined_no_params_returns_forward_only (   self)

Definition at line 1089 of file test_circuit.py.

Here is the call graph for this function:

The documentation for this class was generated from the following file: