-
Notifications
You must be signed in to change notification settings - Fork 31
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
p(sigma) in VT-2005 #33
Comments
Please read our paper, it describes these things in a lot of detail. |
OK, thank you! I will read about this part again. |
Dear Professor: |
1 similar comment
Dear Professor: |
Dear Professor:
I can't really understand p(sigma) in the database VT-2005, which gives two columns data, the first column is an array from -0.025 to 0.025, but I can't really understand whether the second column is p(sigma).
If it is indeed psigma, I don't konw why calculate psigma by using the code"dd['p(sigma)']=dd['p(sigma)*A [A^2]']/dd['A']" in script
COSMO PurePython.ipynb. So I can't determine whether the second column data is p(sigma), that is sigma profile?
I have input compound 'METHANOL' in the code "def get_sigma_profile(name)", but its output showed p(sigma) calculated again was not an array, it showed 'NAN', because dd['p(sigma)*A [A^2]']/dd['A'], some numbers in dd['A'] are zero, it doesn't make sense mathematically. Why do we calculate ['p(sigma)*A [A^2]']/['A']?
The code is below, could you help me about this problem? Thank you!
The text was updated successfully, but these errors were encountered: