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

Functions

def _write_slice_bundle
 
def main
 
def run_phase31_pipeline ()
 

Variables

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

Detailed Description

Run Stage-A Phase 3.1 correctness-evidence validation bundles in one process.

Run with:
python benchmarks/density_matrix/correctness_evidence/phase31_validation_pipeline.py

Function Documentation

◆ _write_slice_bundle()

def phase31_validation_pipeline._write_slice_bundle (   module)
private

Definition at line 47 of file phase31_validation_pipeline.py.

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

◆ main()

def phase31_validation_pipeline.main (   argv)

Definition at line 84 of file phase31_validation_pipeline.py.

Here is the call graph for this function:

◆ run_phase31_pipeline()

def phase31_validation_pipeline.run_phase31_pipeline (   list,
  tuple,
  str,
  str,
  Path 
)

Definition at line 65 of file phase31_validation_pipeline.py.

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

Variable Documentation

◆ REPO_ROOT

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

Definition at line 15 of file phase31_validation_pipeline.py.