Skip to content

Commit

Permalink
rege doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Mar 20, 2024
1 parent 0e54124 commit 9374861
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions doc/python_api_reference_vDev.md
Original file line number Diff line number Diff line change
Expand Up @@ -2356,8 +2356,7 @@ def likeliest_error_sat_problem(
quantization: int = 100,
format: str = 'WDIMACS',
) -> str:
"""Makes a maxSAT problem of the circuit's most likely undetectable logical
error, that other tools can solve.
"""Makes a maxSAT problem for the circuit's likeliest undetectable logical error.
The output is a string describing the maxSAT problem in WDIMACS format
(see https://maxhs.org/docs/wdimacs.html). The optimal solution to the
Expand Down
3 changes: 1 addition & 2 deletions doc/stim.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1724,8 +1724,7 @@ class Circuit:
quantization: int = 100,
format: str = 'WDIMACS',
) -> str:
"""Makes a maxSAT problem of the circuit's most likely undetectable logical
error, that other tools can solve.
"""Makes a maxSAT problem for the circuit's likeliest undetectable logical error.
The output is a string describing the maxSAT problem in WDIMACS format
(see https://maxhs.org/docs/wdimacs.html). The optimal solution to the
Expand Down
3 changes: 1 addition & 2 deletions glue/python/src/stim/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1724,8 +1724,7 @@ class Circuit:
quantization: int = 100,
format: str = 'WDIMACS',
) -> str:
"""Makes a maxSAT problem of the circuit's most likely undetectable logical
error, that other tools can solve.
"""Makes a maxSAT problem for the circuit's likeliest undetectable logical error.
The output is a string describing the maxSAT problem in WDIMACS format
(see https://maxhs.org/docs/wdimacs.html). The optimal solution to the
Expand Down

0 comments on commit 9374861

Please sign in to comment.