Sequential Quantum Gate Decomposer  v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
Functions | Variables
tests.partitioning.test_partitioned_runtime_fusion Namespace Reference

Functions

def _first_structured_case ()
 
def test_partitioned_runtime_direct_fused_result_matches_sequential_reference ()
 
def test_partitioned_runtime_direct_fused_runtime_path_differs_from_baseline_when_exercised ()
 
def test_partitioned_runtime_fused_and_unfused_density_matrices_match ()
 

Variables

 REPO_ROOT
 

Function Documentation

◆ _first_structured_case()

def tests.partitioning.test_partitioned_runtime_fusion._first_structured_case ( )
private

Definition at line 24 of file test_partitioned_runtime_fusion.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_partitioned_runtime_direct_fused_result_matches_sequential_reference()

def tests.partitioning.test_partitioned_runtime_fusion.test_partitioned_runtime_direct_fused_result_matches_sequential_reference ( )

Definition at line 54 of file test_partitioned_runtime_fusion.py.

Here is the call graph for this function:

◆ test_partitioned_runtime_direct_fused_runtime_path_differs_from_baseline_when_exercised()

def tests.partitioning.test_partitioned_runtime_fusion.test_partitioned_runtime_direct_fused_runtime_path_differs_from_baseline_when_exercised ( )

Definition at line 28 of file test_partitioned_runtime_fusion.py.

Here is the call graph for this function:

◆ test_partitioned_runtime_fused_and_unfused_density_matrices_match()

def tests.partitioning.test_partitioned_runtime_fusion.test_partitioned_runtime_fused_and_unfused_density_matrices_match ( )
Fused kernels and sequential NoisyCircuit lowering share gate semantics.

Definition at line 41 of file test_partitioned_runtime_fusion.py.

Here is the call graph for this function:

Variable Documentation

◆ REPO_ROOT

tests.partitioning.test_partitioned_runtime_fusion.REPO_ROOT

Definition at line 7 of file test_partitioned_runtime_fusion.py.