-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in importing CompositeSystem module from qiskit_metal.analyses.quantization.lom_core_analysis module #1005
Comments
I also think that it issue with lom_core_analysis as it is giving same error while importing Cell and Subsytem also. |
Do you have Qutip and tight version installed Sent from my iPhoneOn Dec 27, 2024, at 3:39 AM, Abhijit Bhattacharyya ***@***.***> wrote:
I also think that it issue with lom_core_analysis as it is giving same error while importing Cell and Subsytem also.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Yes, I have Qutip inside |
I had to re-install qiskit-metal afresh and then the issue was resolved. However, now that example runs and generates capacitance_matrix while similar code with different name generates error with 'nets'. The error says 'nets was not generated |
Latest Development: |
Information
What is the current behavior?
I was trying to run the a tutorial file "Analysis/B. Advanced - Direct use of the renderers/4.19 Analyze a transmon using ElmerFEM.ipynb".
Error:
ModuleNotFoundError: No module named 'qutip.qobj'
while IMPORTING fromqiskit_metal.analyses.quantization.lom_core_analysis
.Steps to reproduce the problem
from qiskit_metal.analyses.quantization.lom_core_analysis import CompositeSystem
generates the error everytime I use.What is the expected behavior?
There should not be error.
Suggested solutions
I think there is some issue with
pyside2
(probably but not sure).The text was updated successfully, but these errors were encountered: