Sequential Quantum Gate Decomposer  v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
Namespaces | Functions | Variables
validate_squander_vs_qiskit.py File Reference

Go to the source code of this file.

Namespaces

 validate_squander_vs_qiskit
 

Functions

def validate_squander_vs_qiskit._microcase_base (case)
 
def validate_squander_vs_qiskit.build_artifact_bundle (results)
 
def validate_squander_vs_qiskit.build_microcase_operation_audit (case, operations)
 
def validate_squander_vs_qiskit.build_software_metadata ()
 
def validate_squander_vs_qiskit.build_threshold_metadata ()
 
def validate_squander_vs_qiskit.capture_microcase (case, verbose=True)
 
def validate_squander_vs_qiskit.density_energy
 
def validate_squander_vs_qiskit.main ()
 
def validate_squander_vs_qiskit.parse_microcase_operation
 
def validate_squander_vs_qiskit.print_summary (results)
 
def validate_squander_vs_qiskit.run_validation (verbose=True)
 
def validate_squander_vs_qiskit.trace_distance
 
def validate_squander_vs_qiskit.validate_artifact_bundle (bundle)
 
def validate_squander_vs_qiskit.validate_microcase (case, verbose=True)
 
def validate_squander_vs_qiskit.write_artifact_bundle
 

Variables

tuple validate_squander_vs_qiskit.ARTIFACT_CORE_FIELDS
 
string validate_squander_vs_qiskit.ARTIFACT_FILENAME = "micro_validation_bundle.json"
 
int validate_squander_vs_qiskit.ENERGY_ERROR_TOL = 1e-10
 
int validate_squander_vs_qiskit.OBSERVABLE_IMAG_TOL = 1e-10
 
string validate_squander_vs_qiskit.PRIMARY_BACKEND = "density_matrix"
 
string validate_squander_vs_qiskit.REFERENCE_BACKEND = "qiskit_aer_density_matrix"
 
 validate_squander_vs_qiskit.REPO_ROOT = Path(__file__).resolve().parents[2]
 
string validate_squander_vs_qiskit.SUITE_NAME = "mandatory_micro_validation"
 
int validate_squander_vs_qiskit.TRACE_TOL = 1e-10
 
int validate_squander_vs_qiskit.VALIDITY_TOL = 1e-10