-
Notifications
You must be signed in to change notification settings - Fork 32
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
What is a correct .cosmo file style #14
Comments
Yes, it seems that Dmol3 has changed their cosmo file format. Interested in updating the parser? |
It is failed to obtain a sigma profile by running the python script based on the cosmo file with changed style , but it is successful for your cosmo file. Thank you very much for your help! I am very interested in updating the parser to obtain sigma files successfully. |
We might want to be a bit thoughtful about trying to support all the different cosmo formats that have been generated by Dmol3. Can you do a bit of research to track down the documentation for their different formats? |
I will produce some cosmo files by using the Dmol3 calculation, and then send to you. What do you think ? |
I'm looking for something more conclusive: documentation from Dmol3 staff about all changes that have happened to this file format over the years so that it is clear that we are covering all the relevant formats. |
It is a good idea! What can I do ? |
Ask the support team of Dmol3 for a complete changelog of their cosmo file format. |
Is there a plan to support nwchem COSMO files? or other rather open source alternatives? |
Would be happy to help out with the parser for that bit. |
Do you have an example you can share? |
I'm still learning the ropes on how to effectively use COSMO with nwchem. I ran the following nw file that I've taken from one of their tutorials:
The output is attached. Let me know if it makes sense |
Not clear to me, can you extract the segment charge densities on the segments? I don't see that. |
It seems to me that they don't have segment charge densities, Instead they have charge density on a specified set of grid points which might mean that some processing needs to be done to calculate the segment charge densities. |
Well, if you can figure out how to do it, I would be very interested. It would be nice to have a fully-open implementation from start to finish. |
I've found that a xyz file is generate that is the charge density of the surface. Attached is an example. I'm not too knowledgeable but couldn't we use this directly to calculate the sigma profile? Instead of using segments? I guess not given that the sigma profile is e/A^2 |
I dunno. Can you ask on their forums? We need something like looks like one of the cosmo files: https://github.com/usnistgov/COSMOSAC/blob/master/profiles/UD/cosmo/ACKALUBLCWJVNB-UHFFFAOYSA-N.cosmo |
After a lot of head banging, I've decided to use mopac. |
So now you need a parser for that file, and to re-parameterize all of COSMO-SAC. Good luck! |
I was a little bit joking in my previous comment, but that is actually what is required. |
Hi, I also encountered the same problem. What version of Dmol3(MS) should match the program? |
Hello, I have tried three versions of Material Studio (MS7.0, MS2018, and MS2020), all using the DMol3 module. However, the .cosmo output files generated from these versions are different from those in the COSMOSAC UD database. Could you please advise me on which version of Material Studio I should use to meet the requirements of the to_sigma.py script? Thank you for your help! |
I'm not sure. You might want to consider to write a new parser to handle this new format and submit it as a pull request. |
Thank you for your response. I have manually adjusted the output from MS into the input format required by COSMOSAC, and the calculations are proceeding smoothly. As a next step, I am considering writing a code to automate this process. Now, I would like to inquire about your program's capability regarding ionic liquids or deep eutectic solvents. Many researchers split these into cations and anions, or hydrogen bond donors/acceptors, and perform COSMO calculations separately, subsequently combining the cavity volumes and Sigma profiles in a weighted manner. Is your program capable of handling such operations? (From my understanding, the VT-2005 database, which uses COSMO-SAC2002, supports this approach as it only requires the cavity volume and sigma profiles. However, I'm uncertain about the UD databases, such as COSMO-SAC2010 and COSMO-SAC-DSP models. Are these compatible?) |
For other readers, could you write up what changes were required? I am not sure about that, I know there was another researcher asking along these lines recently (#31). Perhaps you could connect with them. |
I obtained the .cosmo file (e.g., ethanol.cosmo as shown the attachment) by performing the Dmol3 caculation in Materials Studio package, but this file style is different from that provided at https://github.com/usnistgov/COSMOSAC (e.g., LFQSCWFLJHTTHZ-UHFFFAOYSA-N.cosmo as shown the attachment). How do I get the same files as yours, and what post-processing is required?
I look forward to hearing from you!
ethanol.zip
The text was updated successfully, but these errors were encountered: