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

Functions

def _apply_correctness_evidence_reference_fields
 
def _augment_review_fields
 
def _base_case_record
 
def _base_phase31_record (case_context)
 
def _base_record (case_context)
 
def _build_correctness_evidence_negative_records_cached ()
 
def _build_correctness_evidence_positive_records_cached ()
 
def _build_performance_evidence_benchmark_records_cached ()
 
def _build_performance_evidence_core_benchmark_records_cached ()
 
def _build_phase31_correctness_evidence_positive_records_cached ()
 
def _build_phase31_counted_performance_records_cached ()
 
def _diagnosis_reasons
 
def _hybrid_route_coverage (runtime_result, descriptor_set)
 
def _measure_phase31_hybrid_pilot_timings (case_context)
 
def _measure_phase31_hybrid_timings (case_context)
 
def _measure_review_timings (case_context)
 
def _normalize_negative_case
 
def _phase31_base_case_record
 
def _phase31_decision_priority
 
def _phase31_hybrid_partition_route_summary (runtime_result)
 
def _phase31_hybrid_pilot_decision
 
def _prefixed_runtime_bridge_fields
 
def _runtime_classification (runtime_result)
 
def build_correctness_evidence_negative_records ()
 
def build_correctness_evidence_positive_record (case_context)
 
def build_correctness_evidence_positive_records ()
 
def build_negative_records ()
 
def build_performance_evidence_benchmark_record (case_context)
 
def build_performance_evidence_benchmark_records ()
 
def build_performance_evidence_core_benchmark_record (case_context)
 
def build_performance_evidence_core_benchmark_records ()
 
def build_phase31_break_even_table
 
def build_phase31_correctness_evidence_positive_record (case_context)
 
def build_phase31_correctness_evidence_positive_records ()
 
def build_phase31_counted_performance_record (case_context)
 
def build_phase31_counted_performance_records ()
 
def build_phase31_decision_summary
 
def build_phase31_hybrid_pilot_record (case_context)
 
def build_positive_records ()
 
def correctness_evidence_counted_supported_case
 
def performance_evidence_counted_supported_case
 

Variables

 _PHASE31_HYBRID_DECISION_CLASSES
 
 _PHASE31_HYBRID_DIAGNOSIS_TAGS
 
 _PHASE31_HYBRID_PHASE3_ROUTED_CLASSES
 

Function Documentation

◆ _apply_correctness_evidence_reference_fields()

def records._apply_correctness_evidence_reference_fields (   record)
private

Definition at line 175 of file performance_evidence/records.py.

Here is the caller graph for this function:

◆ _augment_review_fields()

def records._augment_review_fields (   case_context,
  core_record 
)
private

Definition at line 270 of file performance_evidence/records.py.

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

◆ _base_case_record()

def records._base_case_record (   metadata)
private

Definition at line 61 of file correctness_evidence/records.py.

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

◆ _base_phase31_record()

def records._base_phase31_record (   case_context,
  dict 
)
private

Definition at line 84 of file performance_evidence/records.py.

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

◆ _base_record()

def records._base_record (   case_context,
  dict 
)
private

Definition at line 41 of file performance_evidence/records.py.

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

◆ _build_correctness_evidence_negative_records_cached()

def records._build_correctness_evidence_negative_records_cached (   tuple,
  dict,
  str,
  Any 
)
private

Definition at line 302 of file correctness_evidence/records.py.

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

◆ _build_correctness_evidence_positive_records_cached()

def records._build_correctness_evidence_positive_records_cached (   tuple,
  dict,
  str,
  Any 
)
private

Definition at line 192 of file correctness_evidence/records.py.

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

◆ _build_performance_evidence_benchmark_records_cached()

def records._build_performance_evidence_benchmark_records_cached (   tuple,
  dict 
)
private

Definition at line 318 of file performance_evidence/records.py.

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

◆ _build_performance_evidence_core_benchmark_records_cached()

def records._build_performance_evidence_core_benchmark_records_cached (   tuple,
  dict 
)
private

Definition at line 259 of file performance_evidence/records.py.

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

◆ _build_phase31_correctness_evidence_positive_records_cached()

def records._build_phase31_correctness_evidence_positive_records_cached (   tuple,
  dict,
  str,
  Any 
)
private

Definition at line 264 of file correctness_evidence/records.py.

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

◆ _build_phase31_counted_performance_records_cached()

def records._build_phase31_counted_performance_records_cached (   tuple,
  dict,
  str,
  Any 
)
private

Definition at line 794 of file performance_evidence/records.py.

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

◆ _diagnosis_reasons()

def records._diagnosis_reasons (   record)
private

Definition at line 152 of file performance_evidence/records.py.

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

◆ _hybrid_route_coverage()

def records._hybrid_route_coverage (   runtime_result,
  descriptor_set,
  dict,
  str,
  Any 
)
private

Definition at line 365 of file performance_evidence/records.py.

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

◆ _measure_phase31_hybrid_pilot_timings()

def records._measure_phase31_hybrid_pilot_timings (   case_context,
  dict,
  str,
  Any 
)
private

Definition at line 497 of file performance_evidence/records.py.

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

◆ _measure_phase31_hybrid_timings()

def records._measure_phase31_hybrid_timings (   case_context,
  dict,
  str,
  Any 
)
private

Definition at line 416 of file performance_evidence/records.py.

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

◆ _measure_review_timings()

def records._measure_review_timings (   case_context,
  dict 
)
private

Definition at line 102 of file performance_evidence/records.py.

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

◆ _normalize_negative_case()

def records._normalize_negative_case (   case)
private

Definition at line 276 of file correctness_evidence/records.py.

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

◆ _phase31_base_case_record()

def records._phase31_base_case_record (   metadata)
private

Definition at line 121 of file correctness_evidence/records.py.

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

◆ _phase31_decision_priority()

def records._phase31_decision_priority (   decision_class)
private

Definition at line 357 of file performance_evidence/records.py.

Here is the caller graph for this function:

◆ _phase31_hybrid_partition_route_summary()

def records._phase31_hybrid_partition_route_summary (   runtime_result,
  dict,
  str,
  Any 
)
private

Definition at line 111 of file correctness_evidence/records.py.

Here is the caller graph for this function:

◆ _phase31_hybrid_pilot_decision()

def records._phase31_hybrid_pilot_decision (   channel_native_partition_count)
private

Definition at line 394 of file performance_evidence/records.py.

Here is the caller graph for this function:

◆ _prefixed_runtime_bridge_fields()

def records._prefixed_runtime_bridge_fields (   prefix)
private

Definition at line 353 of file performance_evidence/records.py.

Here is the caller graph for this function:

◆ _runtime_classification()

def records._runtime_classification (   runtime_result,
  str 
)
private

Definition at line 101 of file correctness_evidence/records.py.

Here is the caller graph for this function:

◆ build_correctness_evidence_negative_records()

def records.build_correctness_evidence_negative_records (   list,
  dict,
  str,
  Any 
)

Definition at line 331 of file correctness_evidence/records.py.

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

◆ build_correctness_evidence_positive_record()

def records.build_correctness_evidence_positive_record (   case_context,
  dict,
  str,
  Any 
)

Definition at line 161 of file correctness_evidence/records.py.

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

◆ build_correctness_evidence_positive_records()

def records.build_correctness_evidence_positive_records (   list,
  dict,
  str,
  Any 
)

Definition at line 199 of file correctness_evidence/records.py.

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

◆ build_negative_records()

def records.build_negative_records (   list,
  dict,
  str,
  Any 
)

Definition at line 339 of file correctness_evidence/records.py.

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

◆ build_performance_evidence_benchmark_record()

def records.build_performance_evidence_benchmark_record (   case_context,
  dict 
)

Definition at line 311 of file performance_evidence/records.py.

Here is the call graph for this function:

◆ build_performance_evidence_benchmark_records()

def records.build_performance_evidence_benchmark_records (   list,
  dict 
)

Definition at line 332 of file performance_evidence/records.py.

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

◆ build_performance_evidence_core_benchmark_record()

def records.build_performance_evidence_core_benchmark_record (   case_context,
  dict 
)

Definition at line 185 of file performance_evidence/records.py.

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

◆ build_performance_evidence_core_benchmark_records()

def records.build_performance_evidence_core_benchmark_records (   list,
  dict 
)

Definition at line 266 of file performance_evidence/records.py.

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

◆ build_phase31_break_even_table()

def records.build_phase31_break_even_table (   records)

Definition at line 694 of file performance_evidence/records.py.

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

◆ build_phase31_correctness_evidence_positive_record()

def records.build_phase31_correctness_evidence_positive_record (   case_context,
  dict,
  str,
  Any 
)
Positive record via strict (microcases) or hybrid (continuity) Phase 3.1 paths.

Definition at line 203 of file correctness_evidence/records.py.

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

◆ build_phase31_correctness_evidence_positive_records()

def records.build_phase31_correctness_evidence_positive_records (   list,
  dict,
  str,
  Any 
)

Definition at line 271 of file correctness_evidence/records.py.

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

◆ build_phase31_counted_performance_record()

def records.build_phase31_counted_performance_record (   case_context,
  dict,
  str,
  Any 
)
One counted Phase 3.1 matrix row with baseline trio and route coverage.

Definition at line 637 of file performance_evidence/records.py.

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

◆ build_phase31_counted_performance_records()

def records.build_phase31_counted_performance_records (   list,
  dict,
  str,
  Any 
)

Definition at line 801 of file performance_evidence/records.py.

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

◆ build_phase31_decision_summary()

def records.build_phase31_decision_summary (   records)

Definition at line 732 of file performance_evidence/records.py.

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

◆ build_phase31_hybrid_pilot_record()

def records.build_phase31_hybrid_pilot_record (   case_context,
  dict,
  str,
  Any 
)
One benchmark row: sequential, Phase 3 fused, and hybrid timings plus route and decision fields.

Definition at line 578 of file performance_evidence/records.py.

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

◆ build_positive_records()

def records.build_positive_records (   list,
  dict,
  str,
  Any 
)

Definition at line 335 of file correctness_evidence/records.py.

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

◆ correctness_evidence_counted_supported_case()

def records.correctness_evidence_counted_supported_case (   record)

Definition at line 343 of file correctness_evidence/records.py.

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

◆ performance_evidence_counted_supported_case()

def records.performance_evidence_counted_supported_case (   record)

Definition at line 181 of file performance_evidence/records.py.

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

Variable Documentation

◆ _PHASE31_HYBRID_DECISION_CLASSES

records._PHASE31_HYBRID_DECISION_CLASSES
private
Initial value:
1 = frozenset(
2  {"phase3_sufficient", "phase31_justified", "phase31_not_justified_yet"}
3 )

Definition at line 340 of file performance_evidence/records.py.

◆ _PHASE31_HYBRID_DIAGNOSIS_TAGS

records._PHASE31_HYBRID_DIAGNOSIS_TAGS
private
Initial value:
1 = frozenset(
2  {
3  "phase31_positive_gain",
4  "limited_channel_native_coverage",
5  "hybrid_overhead_dominant",
6  }
7 )

Definition at line 344 of file performance_evidence/records.py.

◆ _PHASE31_HYBRID_PHASE3_ROUTED_CLASSES

records._PHASE31_HYBRID_PHASE3_ROUTED_CLASSES
private
Initial value:
1 = frozenset(
2  {"phase3_unitary_island_fused", "phase3_supported_unfused"}
3 )

Definition at line 336 of file performance_evidence/records.py.