We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a681e6 commit cedcd2fCopy full SHA for cedcd2f
qiskit_metal/renderers/renderer_ansys_pyaedt/hfss_renderer_eigenmode_aedt.py
@@ -361,8 +361,8 @@ def setup_jjs_for_epr(self):
361
### Parsing Data ###
362
component = str(row['component'])
363
name = str(row['name'])
364
- inductance = row['aedt_hfss_eigenmode_inductance'] # Lj in Henries
365
- capacitance = row['aedt_hfss_eigenmode_capacitance'] # Cj in Farads
+ inductance = row['aedt_hfss_inductance'] # Lj in Henries
+ capacitance = row['aedt_hfss_capacitance'] # Cj in Farads
366
367
# Get ANSYS > Model > Sheet corresponding to JJs
368
rect_name = 'JJ_rect_Lj_' + component + '_' + name
0 commit comments