-
Notifications
You must be signed in to change notification settings - Fork 12
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
GFORTRAN_1.4 not found #4
Comments
Hi Steffi I am not 100% sure what is going on here, but I'll try a first guess. In the meantime it would help a lot if you could tell me which kind of platform you are using (i guess linux, but which version: try It looks like, from the error you reported when you are running best Giovanni |
Hi Giovanni Thanks for your quick respons! Yes, I am using linux, verion 3.13.0-24-generic. My compiler is GNU Fortran 4.8.4, I think this is the latest version being instlled via apt-get install gfortran. Here is the complete output of the script: https://gist.github.com/stehvieh/88d0878bf564ec23cbe065d3a8d423be (i hope that works) I hope maybe you now have an idea what I could change to get the code working. best, |
Hi Steffi So, in the end it looks like it is entirely an Anaconda problem, as listed here. It shows up on some systems, but for instance not on mine. So, resuming:
At this point, we are left with a number of options, as listed in the issue tread that i linked above. In my opinion you could proceed as follows:
Hope this helps Giovanni |
|
Great, it's working now. Thanks so much for your support! best, |
Happy everything worked out. Let me know if you need any assistance to setup a new calculation. Best Giovanni |
Hi! best Am 05.04.2016 um 14:49 schrieb Giovanni Pellegrini:
Stefanie Roese TU Dortmund Otto-Hahn-Strasse 4 Tel: +49-(0)231-755-8714 |
Hi. You want the AG Palik optical constant. It is included in the repo. Size correction must be applied. You should be able to find all the details in my PhD thesis: "modeling the optical properties of nanocluster based functional plasmonic materials". Just Google it. Let my know if everything is OK. Best |
Hi, Best, Am 16.04.2016 um 15:48 schrieb Giovanni Pellegrini:
|
The discrepancies could originate from a couple of factor, and namely one could be the refractive index of the matrix (I used n=1.45 if I remember correctly) and the exact formula and parameters for the optical constant size correction. Which parameters and formula did you use? |
I have found my mistake, thanks :) now everything is working properly. best Am 16.04.2016 um 19:52 schrieb Giovanni Pellegrini:
|
Hi It should not be a jupyter problem. Usually, this In an ideal situation the fortran code should "talk" to the python wrapper and tell it what's wrong, but in reality the fortran code is still pretty rough around the edges, so when it fails, it fails on its own and all you see is the Best |
Hi Am 19.04.2016 um 10:58 schrieb Giovanni Pellegrini:
{ |
Hi Steffi I took a look at the notebook you sent me. Basically the linear solver is not converging for two reasons:
Please keep in mind that with Mie theory won't give meaningful results for spheres and gap this small. Best |
Sorry, I forgot to attach it. In eps_corr I took the data from Johnson best Am 24.04.2016 um 17:58 schrieb Giovanni Pellegrini:
190 -0.305985199393106 2.71707225696786 |
Hi @stehvieh As you can see I updated my previous answer. I ran your example with a standard optical constant. I could run it with your optical constant, but the conclusion would not change. My conclusions are as follows
Best Giovanni |
Hi! Thanks for your answer. In fact, I need to investigate 2nm spheres since From the literature I found that basically the generalized mie theory So I will try the 0.5 nm distance and see if that works for me since the best Steffi Am 25.04.2016 um 12:23 schrieb Giovanni Pellegrini:
Stefanie Roese TU Dortmund Otto-Hahn-Strasse 4 Tel: +49-(0)231-755-8714 |
Hi!
I cannot run properly the example notebook AuAg_dimer, which gives me the following error:
Durign a first try, I got the error "ImportError: No module named 'py_gmm.gmm_py'", which I could fix by installing the openblas library. But I also find the following error while executing f2py.sh:
Do you have any suggesting how I can fix these problems?
Best,
Steffi
The text was updated successfully, but these errors were encountered: