-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
internal error inside getieeab #78
Comments
@jbarrozom all input files plz. |
I used the coord file (attached as coord.txt) with the default input parameters, no qcxms.in |
Hi, at what point do you get this error? Can you send the erroneous output file as well?
|
Yeah, I've done some somewhat smaller systems containing Dy atoms before with no issues. I can't use the plotms cause there's no Dy defined there; but I can plot the MS from the .res files though. I'll give it a try increasing the ieeatm and eimp0 though. Thanks! |
Did it work after increasing the parameters? For Dy, maybe @gorges97 could implement it, if it would be something you really would like to have in PlotMS. |
No luck with eimp0=100 and ieeatm=1.20; right now, I'm trying eimp0=200 and ieeatm=2.00 |
eimp0=100 and ieeatm 0.8 works, for example. (The more you increase ieeatm, the more you have to increase eimp0 to get the Poisson distribution converged.) |
Yeah, I got the same error with eimp0=100 adn ieeatm=1.20. Hopefully, eimp0=200 and ieeatm=2.00 will work. It's strange since all the output files seem to have everything in place. It would be great to have all the xtb-available elements in plotms! |
eimp0=200 and ieeatm=2.00 does not work, but eimp0=210 does for ieeatm=2.00. However, ieeatm=2.00 is probably way too much energy. By the way, you can start from the same ground state trajectory to try new energy settings, you just need the file qcxms.gs in the directory. You don't need to create a new ground state trajectory for this. |
But if I try different energy settings to generate the fragmentation runs (with the qcxms.gs in the directory), the output file is not taking them into account. This is the output so far for eimp0=210 does for ieeatm=2.00:
|
That's strange. But if you re-calculate the ground state trajectory it works? Could you provide your qcxms.in file? |
You have to be careful increasing the iee to unrealistically high values. Lets see, you got 92 atoms with 70 eV, you would have a iee/atom of ~0.78 eV/atom. Did you try to increase the |
Well, check again what is written there. Isn't there some kind of MO file, that stores this information? (sorry, already some time ago that I used it) |
This is my entire qcxms.in file, since I'm just moving these parameters, I kept everything else as default: eimp0 200 I ran a quick test with methane, if I include this qcxms.in when computing the ground I do get these parameters: ----- Internal program parameters ----- QC Program : xTB M+ Ion charge(charge) : 1 ------------ EI settings ----------- |
I'll give it a try with those parameters, thanks!! |
0.8 with default eimp0 won't work. As I said, if you increase ieeatm you have to increase eimp0 even more. If ieeatm=0.6 with eimp0=70 doesn't work, ieeatm=0.8 with eimp0=70 certainly doesn't work! |
Right now, I'm running the ground state with eimp0 200 and ieeatm 2.00, and it could be too much energy, but if it can get the fragmentation runs, then I can move the energy down. |
On an update: I was able to generate the fragmentation runs by changing to a gaussian IEE distribution. On the other hand, I wasn't copying the qcxms.in in the working directory, that's why I had to re-run the ground state for every new setting I was trying. Thank you! |
Great, that is also a possible solution to this problem. |
Awesome! |
After successfully running the initial ground state trajectory, I get this error when I try to generate the fragmentation runs:
preparing the IEE distribution ...
internal error inside getieeab
A smaller system of the same kind ran without any issue... Should I increase the ieeatm? Thank your for your assistance.
Best,
Jorge
The text was updated successfully, but these errors were encountered: