Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python_api_reference_vDev.md #667

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/python_api_reference_vDev.md
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ def detector_error_model(
error mechanisms). When set to true, the probabilities of the disjoint
cases are instead assumed to be independent probabilities. For example,
a `PAULI_CHANNEL_1(0.1, 0.2, 0.0)` becomes equivalent to an
`X_ERROR(0.1)` followed by a `Z_ERROR(0.2)`. This assumption is an
`X_ERROR(0.1)` followed by a `Y_ERROR(0.2)`. This assumption is an
approximation, but it is a good approximation for small probabilities.

This argument can also be set to a probability between 0 and 1, setting
Expand Down
Loading