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

Execute import qiskit_metal without PySide2 #713

Open tula3and opened 2 years ago

tula3and commented 2 years ago

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

Limit PySide2 load to just the GUI #690

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

Execute import qiskit_metal without PySide2

Details and comments

PySide2 has an installation problem on the linux environment, so import qiskit_metal does not work on cloud environment. I have tested this codes on my local whether it is working well without PySide2.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

zlatko-minev commented 2 years ago

We should test this extensively