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

Functions

def _benchmark_case
 
def build_artifact_bundle
 
def build_cases ()
 
def main
 
def write_artifact_bundle
 

Variables

tuple ARTIFACT_CORE_FIELDS
 
string ARTIFACT_FILENAME = "fused_performance_bundle.json"
 
tuple DEFAULT_OUTPUT_DIR
 
int REPETITIONS = 3
 
 REPO_ROOT = Path(__file__).resolve().parents[3]
 
string SUITE_NAME = "phase3_partitioned_runtime_fused_performance"
 

Detailed Description

Fused performance validation: timing, memory, and threshold-or-diagnosis closure.

Benchmarks representative required structured cases with real fused coverage and
closes the threshold-or-diagnosis rule for publication-style evidence.

Run with:
python benchmarks/density_matrix/partitioned_runtime/fused_performance_validation.py

Function Documentation

◆ _benchmark_case()

def fused_performance_validation._benchmark_case (   metadata)
private

Definition at line 56 of file fused_performance_validation.py.

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

◆ build_artifact_bundle()

def fused_performance_validation.build_artifact_bundle (   cases)

Definition at line 167 of file fused_performance_validation.py.

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

◆ build_cases()

def fused_performance_validation.build_cases (   list,
  dict 
)

Definition at line 147 of file fused_performance_validation.py.

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

◆ main()

def fused_performance_validation.main (   argv)

Definition at line 212 of file fused_performance_validation.py.

Here is the call graph for this function:

◆ write_artifact_bundle()

def fused_performance_validation.write_artifact_bundle (   bundle)

Definition at line 205 of file fused_performance_validation.py.

Here is the caller graph for this function:

Variable Documentation

◆ ARTIFACT_CORE_FIELDS

tuple fused_performance_validation.ARTIFACT_CORE_FIELDS
Initial value:
1 = (
2  "suite_name",
3  "status",
4  "software",
5  "summary",
6  "cases",
7 )

Definition at line 46 of file fused_performance_validation.py.

◆ ARTIFACT_FILENAME

string fused_performance_validation.ARTIFACT_FILENAME = "fused_performance_bundle.json"

Definition at line 37 of file fused_performance_validation.py.

◆ DEFAULT_OUTPUT_DIR

tuple fused_performance_validation.DEFAULT_OUTPUT_DIR
Initial value:
1 = (
2  REPO_ROOT
3  / "benchmarks"
4  / "density_matrix"
5  / "artifacts"
6  / "partitioned_runtime"
7  / "fused_performance"
8 )

Definition at line 38 of file fused_performance_validation.py.

◆ REPETITIONS

int fused_performance_validation.REPETITIONS = 3

Definition at line 53 of file fused_performance_validation.py.

◆ REPO_ROOT

fused_performance_validation.REPO_ROOT = Path(__file__).resolve().parents[3]

Definition at line 19 of file fused_performance_validation.py.

◆ SUITE_NAME

string fused_performance_validation.SUITE_NAME = "phase3_partitioned_runtime_fused_performance"

Definition at line 36 of file fused_performance_validation.py.