TUHH-TVT / openCOSMO-RS_py

GNU General Public License v2.0
56 stars 11 forks source link

How to make sigma profile graph through openCOSMO-RS_py #6

Closed sbkk000 closed 7 months ago

sbkk000 commented 7 months ago

The sigma profile.exe file is no longer available for download from the original webpage. How can we generate a sigma profile graph using openCOSMO-RS_py? It will average the surface charge densities from the *.cosmo file to find an effective surface charge density on a standard surface segment.

image

$\sigma_m=\frac{\sum_n\sigma_n^*\frac{rn^2r{a\nu}^2}{rn^2+r{a\nu}^2}\exp\left(-\frac{d_{mn}^2}{rn^2+r{a\nu}^2}\right)}{\sum_n\frac{rn^2r{a\nu}^2}{rn^2+r{a\nu}^2}\exp\left(-\frac{d_{mn}^2}{rn^2+r{a\nu}^2}\right)}$

simonmb commented 7 months ago

Hi, we have never provided a sigma profile executable to draw sigma profiles. You can however load a sigma profile on the python version of openCOSMO-RS or use the input parser from the conformer pipeline to load it. After loading it you could plot it using e.g.matplotlib.

sbkk000 commented 7 months ago

Yes, sigmaprofil.exe was downloaded from this website https://apps.che.vt.edu/Liu-2013/VT-Databases.html Unfortunately, it is no longer possible to download now. May I ask how to use openCOSMO-RS to process the data in the orcacosmo file and obtain the data in the sigma profile? sigma profile X-axis is $\sigma_m $, and its Y-axis is $p (\sigma) A_i $. There is no relevant demonstration for examples.

simonmb commented 7 months ago

I am sorry, this link is probably from Virginia Tech University. This repository is from Hamburg University of Technology in Germany. We don't provide an executable for plotting sigma profiles. But you can do it as described above.