Skip to content

Commit

Permalink
fix: update quera_ahs_paradigm doc string (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
guomanmin committed Feb 6, 2024
1 parent cc3cd75 commit 792a004
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class PerformanceLattice(BaseModel):
probabilities can be dependent on the pattern and site position within the pattern, and
can change slightly with time. Normalized to 1.
atomCaptureProbabilityWorst (Annotated[Decimal, Field(ge=0, le=1)]): Worst-case probability
of atom capture from a filled site between the first and second image. Upper bound that
of atom capture into an empty site between the first and second image. Upper bound that
includes the pattern-dependence, site position dependence and time-variation of this
probability. Normalized to 1.
atomDetectionErrorFalsePositiveTypical (Annotated[Decimal, Field(ge=0, le=1)]): Typical
Expand Down

0 comments on commit 792a004

Please sign in to comment.