Skip to content

Commit

Permalink
add docs link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nonhermitian committed Aug 26, 2021
1 parent 9e5b9e1 commit 95eb939
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Matrix-free Measurement Mitigation (M3).

M3 is a measurement mitigation technique that solves for corrected measurement probabilities using a dimensionality reduction step followed by either direct LU factorization or a preconditioned iterative method that nominally converges in O(1) steps, and can be computed in parallel. For example, M3 can compute corrections on 42 qubit GHZ problems in under two seconds on a quad-core machine (depending on the number of unique bitstrings in the output).

## Documentation

[Online Documentation @ Qiskit.org](https://qiskit.org/documentation/partners/mthree/)

## Installation

You can `pip` install M3 in serial mode using PyPi via:
Expand Down

0 comments on commit 95eb939

Please sign in to comment.