qiskit-community / qiskit-metal

Quantum Hardware Design. Open-source project for engineers and scientists to design superconducting quantum devices with ease.
https://qiskit-community.github.io/qiskit-metal/
Apache License 2.0
276 stars 205 forks source link

Bump version of qiskit metal to 0.1.2 and pyepr to 0.8.5.7 #818

Closed obrienpja closed 2 years ago

obrienpja commented 2 years ago

What are the issues this pull addresses (issue numbers / links)?

Version bump for pyEPR sign fix

Did you add tests to cover your changes (yes/no)?

No

Did you update the documentation accordingly (yes/no)?

No

Did you read the CONTRIBUTING document (yes/no)?

Yes

Summary

Bump qiskit metal to 0.1.2 Bump pyEPR to 0.8.5.7

Details and comments

The pyEPR sign bug fix in the last release was itself bugged. We went back and fixed this properly. It required running .evaluate() on the real part of the voltage.

zlatko-minev commented 2 years ago

Nice