unitaryfund / mitiq

Mitiq is an open source toolkit for implementing error mitigation techniques on most current intermediate-scale quantum computers.
https://mitiq.readthedocs.io
GNU General Public License v3.0
363 stars 160 forks source link

Speed up Mitiq tests #1998

Closed Misty-W closed 1 year ago

Misty-W commented 1 year ago

Issue Description

This is a continuation of the progress made on speeding up Mitiq's tests in milestone 0.29. previous issue: https://github.com/unitaryfund/mitiq/issues/1427 first PR speeding up tests: https://github.com/unitaryfund/mitiq/pull/1996

Proposed Solution

Remove redundant tests, and look for other opportunities to reduce test time.

natestemen commented 1 year ago

previous issue: https://github.com/unitaryfund/mitiq/issues/1427 first PR speeding up tests: https://github.com/unitaryfund/mitiq/pull/1996