|
Sequential Quantum Gate Decomposer
v1.9.6
Powerful decomposition of general unitarias into one- and two-qubit gates gates
|
Classes | |
| class | PlannerCandidate |
| class | SequentialReferenceMeasurement |
|
private |
Definition at line 112 of file performance_evidence/common.py.

|
private |
Definition at line 26 of file planner_surface/common.py.


|
private |
Definition at line 36 of file planner_surface/common.py.


| def common.base_case_name | ( | workload_id | ) |
Definition at line 110 of file correctness_evidence/common.py.
| def common.build_boundary_evidence | ( | tuple, | |
| dict, | |||
| str, | |||
| Any | |||
| ) |
Definition at line 103 of file performance_evidence/common.py.


| def common.build_case_metadata | ( | qbit_num | ) |
Definition at line 106 of file planner_surface/common.py.

| def common.build_continuity_density_noise | ( | list, | |
| dict | |||
| ) |
Definition at line 75 of file planner_surface/common.py.

| def common.build_correctness_evidence_selected_candidate | ( | dict, | |
| str, | |||
| Any | |||
| ) |
Definition at line 102 of file correctness_evidence/common.py.


| def common.build_correctness_evidence_software_metadata | ( | dict, | |
| str, | |||
| Any | |||
| ) |
Definition at line 106 of file correctness_evidence/common.py.


| def common.build_correctness_reference_index | ( | dict, | |
| str, | |||
| dict, | |||
| str, | |||
| Any | |||
| ) |
Definition at line 93 of file performance_evidence/common.py.


| def common.build_density_comparison_metrics | ( | partitioned_density | ) |
Definition at line 45 of file partitioned_runtime/common.py.


| def common.build_initial_parameters | ( | param_num | ) |
Definition at line 29 of file partitioned_runtime/common.py.
| def common.build_open_chain_topology | ( | qbit_num | ) |
Definition at line 21 of file planner_surface/common.py.


| def common.build_optimizer_config | ( | dict | ) |
Definition at line 98 of file planner_surface/common.py.

| def common.build_package_software_metadata | ( | dict, | |
| str, | |||
| Any | |||
| ) |
Definition at line 96 of file correctness_evidence/common.py.


| def common.build_phase2_continuity_vqe | ( | qbit_num | ) |
Definition at line 127 of file planner_surface/common.py.


| def common.build_phase31_counted_build_metadata | ( | dict, | |
| str, | |||
| Any | |||
| ) |
Definition at line 74 of file performance_evidence/common.py.


| def common.build_planner_calibration_planner_candidates | ( | max_partition_qubits_values | ) |
Definition at line 67 of file planner_calibration/common.py.


| def common.build_planner_candidates | ( | max_partition_qubits_values | ) |
Definition at line 36 of file planner_calibration/common.py.

| def common.build_selected_candidate | ( | dict, | |
| str, | |||
| Any | |||
| ) |
Definition at line 71 of file correctness_evidence/common.py.


| def common.build_software_metadata | ( | dict | ) |
Definition at line 118 of file planner_surface/common.py.


| def common.build_validation_slice | ( | external_reference_required | ) |
Definition at line 114 of file correctness_evidence/common.py.

| def common.build_xxz_hamiltonian | ( | n_qubits | ) |
Definition at line 49 of file planner_surface/common.py.


| def common.coerce_density_matrix_array | ( | density_matrix | ) |
Definition at line 38 of file partitioned_runtime/common.py.


| def common.correctness_evidence_output_dir | ( | slice_dir_name | ) |
Definition at line 61 of file correctness_evidence/common.py.
| def common.density_energy | ( | hamiltonian, | |
| density_matrix | |||
| ) |
Definition at line 33 of file partitioned_runtime/common.py.

| def common.execute_fused_with_reference | ( | descriptor_set | ) |
Definition at line 76 of file partitioned_runtime/common.py.


| def common.execute_partitioned_with_reference | ( | descriptor_set | ) |
Definition at line 58 of file partitioned_runtime/common.py.


| def common.measure_sequential_density_reference | ( | descriptor_set, | |
| parameters | |||
| ) |
Definition at line 126 of file performance_evidence/common.py.


| def common.performance_evidence_output_dir | ( | slice_dir_name | ) |
Definition at line 70 of file performance_evidence/common.py.
| def common.phase31_correctness_evidence_output_dir | ( | slice_dir_name | ) |
Definition at line 65 of file correctness_evidence/common.py.
| string common.CORRECTNESS_EVIDENCE_CASE_SCHEMA_VERSION = "correctness_evidence_case_record_v2" |
Definition at line 30 of file correctness_evidence/common.py.
| string common.CORRECTNESS_EVIDENCE_NEGATIVE_RECORD_SCHEMA_VERSION = "correctness_evidence_negative_record_v2" |
Definition at line 31 of file correctness_evidence/common.py.
| string common.CORRECTNESS_EVIDENCE_PHASE31_CASE_SCHEMA_VERSION = "correctness_evidence_phase31_case_record_v1" |
Definition at line 36 of file correctness_evidence/common.py.
| string common.CORRECTNESS_EVIDENCE_PHASE31_PACKAGE_SCHEMA_VERSION = "correctness_evidence_phase31_package_v1" |
Definition at line 37 of file correctness_evidence/common.py.
| string common.CORRECTNESS_EVIDENCE_PHASE31_SUMMARY_SCHEMA_VERSION = "correctness_evidence_phase31_summary_v1" |
Definition at line 38 of file correctness_evidence/common.py.
| string common.CORRECTNESS_EVIDENCE_REFERENCE_BACKEND_EXTERNAL = "qiskit_aer_density_matrix" |
Definition at line 44 of file correctness_evidence/common.py.
| string common.CORRECTNESS_EVIDENCE_REFERENCE_BACKEND_INTERNAL = "sequential_density_descriptor_reference" |
Definition at line 43 of file correctness_evidence/common.py.
| string common.CORRECTNESS_EVIDENCE_RUNTIME_CLASS_BASELINE = "plain_partitioned_baseline" |
Definition at line 45 of file correctness_evidence/common.py.
| string common.CORRECTNESS_EVIDENCE_SUMMARY_SCHEMA_VERSION = "correctness_evidence_summary_v1" |
Definition at line 33 of file correctness_evidence/common.py.
| string common.CORRECTNESS_EVIDENCE_VALIDATION_SLICE_INTERNAL_ONLY = "internal_only" |
Definition at line 41 of file correctness_evidence/common.py.
| string common.CORRECTNESS_EVIDENCE_VALIDATION_SLICE_INTERNAL_PLUS_EXTERNAL = "internal_plus_external" |
Definition at line 42 of file correctness_evidence/common.py.
| string common.CORRECTNESS_PACKAGE_SCHEMA_VERSION = "correctness_evidence_package_v1" |
Definition at line 32 of file correctness_evidence/common.py.
| string common.DEFAULT_ANSATZ = "HEA" |
Definition at line 15 of file planner_surface/common.py.
| int common.DEFAULT_INNER_BLOCKS = 1 |
Definition at line 17 of file planner_surface/common.py.
| int common.DEFAULT_LAYERS = 1 |
Definition at line 16 of file planner_surface/common.py.
| tuple common.DEFAULT_OUTPUT_ROOT |
Definition at line 47 of file correctness_evidence/common.py.
| common.frozen |
Definition at line 11 of file planner_calibration/common.py.
| tuple common.PERFORMANCE_EVIDENCE_ADDITIONAL_STRUCTURED_SEEDS |
Definition at line 48 of file performance_evidence/common.py.
| string common.PERFORMANCE_EVIDENCE_BENCHMARK_PACKAGE_SCHEMA_VERSION = "performance_evidence_package_v1" |
Definition at line 32 of file performance_evidence/common.py.
| string common.PERFORMANCE_EVIDENCE_BENCHMARK_SLICE_CONTINUITY = "continuity_anchor" |
Definition at line 36 of file performance_evidence/common.py.
| string common.PERFORMANCE_EVIDENCE_BENCHMARK_SLICE_STRUCTURED = "structured_performance" |
Definition at line 37 of file performance_evidence/common.py.
| string common.PERFORMANCE_EVIDENCE_CASE_SCHEMA_VERSION = "performance_evidence_record_v1" |
Definition at line 31 of file performance_evidence/common.py.
| string common.PERFORMANCE_EVIDENCE_PHASE31_CASE_SCHEMA_VERSION = "performance_evidence_phase31_record_v1" |
Definition at line 34 of file performance_evidence/common.py.
| common.PERFORMANCE_EVIDENCE_PRIMARY_STRUCTURED_SEED = DEFAULT_STRUCTURED_SEED |
Definition at line 47 of file performance_evidence/common.py.
| string common.PERFORMANCE_EVIDENCE_REFERENCE_BACKEND_EXTERNAL = "qiskit_aer_density_matrix" |
Definition at line 40 of file performance_evidence/common.py.
| string common.PERFORMANCE_EVIDENCE_REFERENCE_BACKEND_INTERNAL = "sequential_density_descriptor_reference" |
Definition at line 39 of file performance_evidence/common.py.
| int common.PERFORMANCE_EVIDENCE_REPETITIONS = 3 |
Definition at line 53 of file performance_evidence/common.py.
| string common.PERFORMANCE_EVIDENCE_REVIEW_NOISE_PATTERN = "sparse" |
Definition at line 52 of file performance_evidence/common.py.
| string common.PERFORMANCE_EVIDENCE_STATUS_COUNTED = "counted_supported" |
Definition at line 42 of file performance_evidence/common.py.
| string common.PERFORMANCE_EVIDENCE_STATUS_DIAGNOSIS_ONLY = "diagnosis_only" |
Definition at line 43 of file performance_evidence/common.py.
| string common.PERFORMANCE_EVIDENCE_STATUS_EXCLUDED = "excluded" |
Definition at line 44 of file performance_evidence/common.py.
| string common.PERFORMANCE_EVIDENCE_STATUS_NOT_REVIEW_CASE = "not_review_case" |
Definition at line 45 of file performance_evidence/common.py.
| string common.PERFORMANCE_EVIDENCE_SUMMARY_SCHEMA_VERSION = "performance_evidence_summary_v1" |
Definition at line 33 of file performance_evidence/common.py.
| string common.PHASE31_CORRECTNESS_EVIDENCE_STAGE_A_ROOT = "phase31_stage_a" |
Definition at line 39 of file correctness_evidence/common.py.
| string common.PHASE31_COUNTED_BUILD_FLAVOR = "scalar" |
Definition at line 56 of file performance_evidence/common.py.
| string common.PHASE31_COUNTED_BUILD_POLICY_ID = "phase31_scalar_only_v1" |
Definition at line 55 of file performance_evidence/common.py.
| bool common.PHASE31_COUNTED_CLAIM_BUILD = True |
Definition at line 60 of file performance_evidence/common.py.
| bool common.PHASE31_COUNTED_SIMD_ENABLED = False |
Definition at line 57 of file performance_evidence/common.py.
| bool common.PHASE31_COUNTED_TBB_ENABLED = False |
Definition at line 58 of file performance_evidence/common.py.
| int common.PHASE31_COUNTED_THREAD_COUNT = 1 |
Definition at line 59 of file performance_evidence/common.py.
| int common.PHASE3_RUNTIME_DENSITY_TOL = 1e-10 |
Definition at line 25 of file partitioned_runtime/common.py.
| int common.PHASE3_RUNTIME_ENERGY_TOL = 1e-8 |
Definition at line 26 of file partitioned_runtime/common.py.
| string common.PLANNER_CALIBRATION_CANDIDATE_SCHEMA_VERSION = PLANNER_CANDIDATE_SCHEMA_VERSION |
Definition at line 59 of file planner_calibration/common.py.
| tuple common.PLANNER_CALIBRATION_CLAIM_SELECTION_BUNDLE_PATH |
Definition at line 50 of file correctness_evidence/common.py.
| string common.PLANNER_CALIBRATION_PLANNER_FAMILY_SPAN_BUDGET = PLANNER_FAMILY_SPAN_BUDGET |
Definition at line 60 of file planner_calibration/common.py.
| tuple common.PLANNER_CALIBRATION_SUPPORTED_CANDIDATE_PARTITION_QUBITS = SUPPORTED_CANDIDATE_PARTITION_QUBITS |
Definition at line 61 of file planner_calibration/common.py.
| string common.PLANNER_CANDIDATE_SCHEMA_VERSION = "phase3_planner_calibration_candidate_v1" |
Definition at line 6 of file planner_calibration/common.py.
| string common.PLANNER_FAMILY_SPAN_BUDGET = "phase3_span_budget" |
Definition at line 7 of file planner_calibration/common.py.
| common.PlannerCalibrationPlannerCandidate = PlannerCandidate |
Definition at line 62 of file planner_calibration/common.py.
| string common.PRIMARY_BACKEND = "density_matrix" |
Definition at line 18 of file planner_surface/common.py.
| common.REPO_ROOT = Path(__file__).resolve().parents[3] |
Definition at line 11 of file correctness_evidence/common.py.
| common.SIGMA_X = sp.sparse.csr_matrix(np.array([[0, 1], [1, 0]], dtype=np.complex128)) |
Definition at line 11 of file planner_surface/common.py.
| common.SIGMA_Y = sp.sparse.csr_matrix(np.array([[0, -1j], [1j, 0]], dtype=np.complex128)) |
Definition at line 12 of file planner_surface/common.py.
| common.SIGMA_Z = sp.sparse.csr_matrix(np.array([[1, 0], [0, -1]], dtype=np.complex128)) |
Definition at line 13 of file planner_surface/common.py.
| tuple common.SUPPORTED_CANDIDATE_PARTITION_QUBITS = (2, 3, 4) |
Definition at line 8 of file planner_calibration/common.py.
1.8.13