Qiskit / qiskit-aer

Aer is a high performance simulator for quantum circuits that includes noise models
https://qiskit.github.io/qiskit-aer/
Apache License 2.0
464 stars 354 forks source link

Fix random seed of unit tests #2151

Closed t-imamichi closed 1 month ago

t-imamichi commented 1 month ago

Summary

There are some test failures due to random seed. This PR fixes them. https://github.com/Qiskit/qiskit-aer/actions/runs/9281302491/job/25537198379?pr=2150

The main branch fails the same test too. https://github.com/Qiskit/qiskit-aer/actions/runs/9280081728/job/25533923381

Details and comments