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
270 stars 201 forks source link

`QHFSSPyaedt`: Lj doesn't update in ANSYS #954

Closed clarkmiyamoto closed 1 year ago

clarkmiyamoto commented 1 year ago

Information

What is the current behavior?

I change the inductance in Qiskit Metal, but the Lj doesn't propagate to ANSYS.

Steps to reproduce the problem

options = dict(aedt_hfss_inductance = 27E-9) # in nH
TransmonCross(design, 'transmon', options = options)

em1_aedt = QHFSSEigenmodePyaedt(design, 
                                'Eigenmode_Tutorial',
                                'Qubit ONLY',
                                initiate=True)
em1_aedt.render_design()

After running this view in ANSYS.

What is the expected behavior?

ANSYS should change inductance from 10E-9 to 27E-9

Suggested solutions