Skip to content
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

It works but suddenly close after redenring GUI #1013

Open
dgks0n opened this issue Jan 22, 2025 · 1 comment
Open

It works but suddenly close after redenring GUI #1013

dgks0n opened this issue Jan 22, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@dgks0n
Copy link

dgks0n commented Jan 22, 2025

Hi there~ I tried to make a sample with qiskit-metal version 0.1.5 with below steps.
I created simple python file name as helloworld.py with simple snippets:

from qiskit_metal import MetalGUI
from qiskit_metal import designs

design = designs.DesignPlanar()
design.overwrite_enabled = True

design.chips.main.size.size_x = '11mm'
design.chips.main.size.size_y = '9mm'

gui = MetalGUI(design)

Finally, I executed that python scripts by using command python helloworld.py, it works but immediately close GUI after that. I even cannot see the GUI and there is no error logs.

Strange thing is, it works as well with above code snippets with Jupyter notebook. I am wondering why?
How can I solve this problem?

@dgks0n dgks0n added the bug Something isn't working label Jan 22, 2025
@zlatko-minev
Copy link
Collaborator

zlatko-minev commented Jan 22, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants