-
Notifications
You must be signed in to change notification settings - Fork 29
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
GAMESS input #23
Comments
@y-kusaka any idea? |
Hi
Have you include the COSMO routine when compiling GAMESS? .cosmo files will not be generated without this.
http://211.81.50.59/gamess/gamess_website/COSMO-RS.html
… 2022/07/29 6:35、Ian Bell ***@***.***>のメール:
@y-kusaka any idea?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
I did not include it. I put in a request for access to the source file and will update if I experience any issues. Thanks for the help! |
Hello, |
Hi @ianhbell @kwoo, |
Not sure, I don't use GAMESS. @y-kusaka ? |
I think ethanol.log contains COSab data correctly. The regex matching of |
@y-kusaka so I suspect there is something in the ethanol.log file that is the source of the issue. After simply copying all the same info (equilibrium geometry, internal coordinates, etc) from the ETHANOL.gout file found here COSMOSAC/profiles/GAMESS_TEST/ETHANOL.gout I was able to get the .sigma file. Any idea how to get a .log file that excludes all of the excess data/info? |
Hi @ianhbell, |
Did you succeed at generating the sigma profile? |
If you're referring to generating a methanol/ethanol profile then yes. I'm still trying to figure out how to integrate my .sigma file into the code. I'm sure its straightforward, but my experience with coding/python is limited. |
@y-kusaka Can you assist? |
@y-kusaka @ianhbell I've continued my attempts at generating a sigma profile plot using plot_profiles.py, but am still unsuccessful. I have generated my own "database" and tried iterating over the information in the file, but I cant pass line 38 due to errors like "'str' object has no attribute 'get_profile'" or "'tuple' object has no attribute 'get_profile'". The attached files show where I've made the edits and the .sigma file I am trying to use. If I am going about this completely wrong please let me know. |
You need to create an empty UD-format database (mirror the structure of the existing one), pass that path to You could drop your file in the UD database folder and update the You are very close! |
@ianhbell Thank you very much for your previous response. I was finally able to start generating some sigma profiles. I really appreciate all the help! I'm now looking into activity coefficients using my sigma data. I began working through the COSMO-PurePython.ipynb file using a similar method as the one presented in your previous response (but this time mirroring the VT db), but have run into a problem. The attached files include the python file and error. I've attempted working through the issue by changing some of the syntax, but had no success. |
Seems like you are mixing single-profile and three-profile sigma profiles, because there are 51 for each, and you have 153 in one case, and 51 in the other. I think you should use the C++ code. |
Hello,
I'm working on generating a GAMESS output file using the Avogadro input generator. I am looking to find area, charge, and charge density (similar to that found here https://github.com/usnistgov/COSMOSAC/blob/master/profiles/GAMESS_TEST/ETHANOL.gout), but after running GAMESS using those input cards I get the .log file attached here. I've also included the "basic setup" used in Avogadro.
ethanol.log
The text was updated successfully, but these errors were encountered: