Skip to content

Commit

Permalink
move linkcheck PR to Maintenance section
Browse files Browse the repository at this point in the history
  • Loading branch information
FarLab committed May 2, 2024
1 parent 926c2f0 commit 83f8da6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,18 @@

**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]
`
`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()
`
`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.

### Enhancements

- Run linkcheck on 'release' PR workflow (#2332) [@cosenal]
- Created method to get available QEM methods in mitiq (#2298) [@jordandsullivan]
- Define type for frontend supported programs (#2276) [@cosenal]
- Introduce requirement setup for integrations (#2303) [@cosenal]
Expand All @@ -36,6 +31,7 @@ Thanks to @andre-a-alves, @cosenal, @jordandsulliva, @mistywahl, @purva-thakre f
- Upgrade Qiskit to 1.0.2 (#2269) [@andre-a-alves]
- Remove unused folding functions (#2289) [@jordandsullivan]
- Use Jupyter cache in gh workflow docs build (#2279) [@cosenal]
- Run linkcheck on 'release' PR workflow (#2332) [@cosenal]

### Dev environment improvements

Expand Down

0 comments on commit 83f8da6

Please sign in to comment.