Skip to content

Commit

Permalink
fix: update paradigm_properties to reflect new schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Angela Guo committed Jan 26, 2024
1 parent 63d0a29 commit b2ee78f
Showing 1 changed file with 44 additions and 2 deletions.
46 changes: 44 additions & 2 deletions test/unit_tests/test_ahs_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,50 @@ def dummy_cfunc(t):
},
},
"performance": {
"lattice": {"positionErrorAbs": 1.47e-7},
"rydberg": {"rydbergGlobal": {"rabiFrequencyErrorRel": 0.02}},
"lattice": {"positionErrorAbs": 1.47e-7,
"sitePositionError": 0.025e-6,
"atomPositionError": 0.025e-6,
"fillingErrorTypical": 0.005,
"fillingErrorWorst": 0.01,
"vacancyErrorTypical": 0.005,
"vacancyErrorWorst": 0.005,
"atomLossProbabilityTypical": 0.01,
"atomLossProbabilityWorst": 0.01,
"atomCaptureProbabilityTypical": 0.01,
"atomCaptureProbabilityWorst": 0.01,
"atomDetectionErrorFalsePositiveTypical": 0.01,
"atomDetectionErrorFalsePositiveWorst": 0.01,
"atomDetectionErrorFalseNegativeTypical": 0.01,
"atomDetectionErrorFalseNegativeWorst": 0.01,
},
"rydberg": {"rydbergGlobal": {
"rabiFrequencyErrorRel": 0.02,
"rabiFrequencyGlobalErrorRel": 0.01,
"rabiFrequencyInhomogeneityRel": 0.01,
"groundDetectionError": 0.01,
"rydbergDetectionError": 0.1,
"groundPrepError": 0.01,
"rydbergPrepErrorBest": 0.05,
"rydbergPrepErrorWorst": 0.05,
"T1Single": 100e-6,
"T1Ensemble": 100e-6,
"T2StarSingle": 5e-6,
"T2StarEnsemble": 5e-6,
"T2EchoSingle": 5e-6,
"T2EchoEnsemble": 5e-6,
"T2RabiSingle": 5e-6,
"T2RabiEnsemble": 5e-6,
"T2BlockadedRabiSingle": 5e-6,
"T2BlockadedRabiEnsemble": 5e-6,
"detuningError": 1e6,
"detuningInhomogeneity": 1e6,
"rabiAmplitudeRampCorrection": [
{"rampTime": 50e-9, "rabiCorrection": 0.92},
{"rampTime": 75e-9, "rabiCorrection": 0.97},
{"rampTime": 100e-9, "rabiCorrection": 1.00},
],
},
},
},
}
)
Expand Down

0 comments on commit b2ee78f

Please sign in to comment.