-
Notifications
You must be signed in to change notification settings - Fork 215
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
Input Type error of 'render_design()' in class 'QHFSSDrivenmodalPyaedt()' #992
Comments
Hi Chris, Thanks for checking this out. Let's see, so the Can you show the full trace back? So the issue is only with the port values? Have you looked in here btw? https://github.com/qiskit-community/qiskit-metal/blob/main/qiskit_metal/renderers/renderer_ansys_pyaedt/hfss_renderer_drivenmodal_aedt.py |
Hi @zlatko-minev, Here is the full trace back,
and here I also attach the argment setting, which should be two pairs of float Transmon-resonator model sharing one transmission line. Pleas check my arguments setting.
I think only the Also, I read the function description, and confused about the blink arg open_pins since apparently, the two pins of the transmission line should be open right? |
I think you cut the stack printout, it shows ..., so it's hard to see where the error actually occurred |
Hi @zlatko-minev, sorry for the cut, and here are the full report. It turns out that the input variables for function |
Information
What is the current behavior?
I wanted to use
pyaedt
to build connect between my Ansys Student Version and the metal script, following by the notebook DrivenModal.The issue occurs when I execute
, and it reports
Steps to reproduce the problem
I looked into the function description of
render_design()
and the suggested format of input is exactly(component name[str], element name[str], impedence[int])
.What I've tried is to replace the int value of impedence as str '50', and the cell successfully executed with notification
Therefore, the value is not succefully imported.
What is the expected behavior?
As I run the cells in notebook, it should be well worked.
Suggested solutions
I would like to ask to look deep into the function of
render_design()
and its inherted functions to see which one reports theTypeError
, and eventually makes the notebook successfully executes.The text was updated successfully, but these errors were encountered: