Skip to content

Commit

Permalink
fix code formatting in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cosenal committed May 2, 2024
1 parent 83f8da6 commit ede01e2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@

**Enhanced Package Requirements**: We've clarified the requirements for frontend packages. Each frontend is now available as an "extra" within the Mitiq package. For instance, to use Mitiq with Qiskit, simply run:

`pip install mitiq[qiskit]`
```bash
pip install mitiq[qiskit]
```
and similarly for all other [supported integrations](https://github.com/unitaryfund/mitiq/blob/main/INTEGRATIONS.txt).
This ensures compatibility between all dependency packages required by Mitiq for frontend integration and those in the user's environment.

**Quantum Error Mitigation methods**: Users can now discover the available quantum error mitigation techniques by executing:
`mitiq.qem_methods()`
```python3
mitiq.qem_methods()
```
This function provides an accessible way to understand the module naming of each technique supported by Mitiq.

Thanks to @andre-a-alves, @cosenal, @jordandsulliva, @mistywahl, @purva-thakre for the PRs in this milestone.
Expand Down

0 comments on commit ede01e2

Please sign in to comment.