Skip to content

Issue with Ansys2025 R1: different results in eigenmode and EPR analysis tutorial 4.02 #1019

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

Open
GuidoMenichetti opened this issue May 6, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@GuidoMenichetti
Copy link

Information

  • Qiskit Metal version: 0.1.5 0.1.5
  • Python version: 3.11
  • Operating system: Windows

What is the current behavior?

We are encountering an issue while running the Qiskit Metal tutorial 4.0.2: Eigenmode and EPR analysis. Specifically, the results we obtain do not match those reported in the tutorial.

The following assignment in the code does not seem to update correctly:

eig_qb.sim.setup.vars.Lj = '11 nH'

When we check directly in Ansys Electronics Desktop (version 2025 R1), the value of Lj remains at '10 nH', the original default.

As a result, the 6th step value of eig_qb.sim.convergence_f is 6.20 rather than 6.25 as shown in the tutorial.

We suspect the issue might be related to the interface between Qiskit Metal and Ansys. We used the recommended Qiskit environment for the installation.

Steps to Reproduce:

Follow tutorial 4.0.2 as provided.

Attempt to set eig_qb.sim.setup.vars.Lj = '11 nH'.

Check the value of Lj inside Ansys — it remains '10 nH'.

Observe the different output in eig_qb.sim.convergence_f.

Expected Behavior:
The updated value for Lj should be correctly passed to Ansys, reflecting '11 nH', and the output should match the tutorial's results.

Could this be a compatibility issue with Ansys 2025 R1, or is there a recommended workaround?

Thanks in advance for your support!

Steps to reproduce the problem

What is the expected behavior?

Suggested solutions

@GuidoMenichetti GuidoMenichetti added the bug Something isn't working label May 6, 2025
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

1 participant