-
Notifications
You must be signed in to change notification settings - Fork 216
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
Error when executing qiskit-metal/tutorials/4 Analysis/B. Advanced - Direct use of the renderers/4.19 Analyze a transmon using ElmerFEM.ipynb #933
Comments
Hi @sirshisram. This is the kind of error you would get if there is not mesh file for ElmerFEM to run. In the directory where the notebook is located, do you see the file I believe this is a mesh export issue, but just FYI, I also did a fresh install on a Windows PC with no dependencies previously installed (no anaconda, no qiskit-metal, no gmsh, no ElmerFEM, etc.), and was able to successfully run the notebook. Here are the steps I followed:
lmk if you have any questions. |
Hi @diemilio! Thanks for your response! I did check the directory of the notebook and out.msh is there. For the safer side, I deleted it and rerun the whole notebook again. Upon executing elmer_renderer.export_mesh(), it does create out.msh. No error comes out. Yet, it outputs the same error: FileNotFoundError: [WinError 3] The system cannot find the path specified: 'out' |
Hi @sirshisram, in the simdata folder, are there I might need to take a look at those. Are you subscribed to the Qiskit slack Workspace? Could you please share this issue in the #metal channel in there? and upload those files. Thanks. |
Sure @diemilio, thanks. Btw, simdata folder has only |
After a series of discussions in qiskit's #metal slack channel, we have identified that this issue is not related to any of the code within the For this reason I think we can close this github issue and continue the discussion in the slack workspace. |
sure @diemilio |
I completely uninstalled ElmerFEM, and was able to make it work by installing |
Information
What is the current behavior?
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'out'
Was going through the analysis tutorial notebook : "4.19 Analyze a transmon using ElmerFEM.ipynb"
Gmsh works properly when called. Installed ElmerFEM and verified it on the terminal.
Also verified environment variables and ELMER_HOME shows up
and added these to PATH.
Steps to reproduce the problem
Just executed the cells in the "4.19 Analyze a transmon using ElmerFEM.ipynb" notebook
What is the expected behavior?
The cell should run ElmerGrid on input mesh from Gmsh.
Suggested solutions
I am not sure.
The text was updated successfully, but these errors were encountered: