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
279 stars 205 forks source link

This is a test to force the error to occur for this branch. #751

Closed priti-ashvin-shah-ibm closed 2 years ago

priti-ashvin-shah-ibm commented 2 years ago

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

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

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

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

Summary

Details and comments

priti-ashvin-shah-ibm commented 2 years ago

@mtreinish contributed a fix for this bug to qutip last week after he saw it: qutip/qutip#1752

While waiting for his pull request to merge, need to cap the numpy version at < 1.22

Using work from @DanPuzzuoli qiskit-dynamics: Qiskit/qiskit-dynamics#72 it should be an identical patch for qiskit-metal.

After the merge of @mtreinish , will need to undo this fix.

priti-ashvin-shah-ibm commented 2 years ago

When this will merge, issue #751 should be closed and the branch deleted.

priti-ashvin-shah-ibm commented 2 years ago

This is not the correct fix. Will make a new branch. This only allows the fix for testing before a merge. Since qutip is is used in Metal, we need to update the requirements.txt.

priti-ashvin-shah-ibm commented 2 years ago

There is a different pull request to address issue #751 .
It is #752.