Skip to content
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

nasa9polynomials fails for some species #1

Open
Nicholaswogan opened this issue Feb 4, 2021 · 0 comments
Open

nasa9polynomials fails for some species #1

Nicholaswogan opened this issue Feb 4, 2021 · 0 comments

Comments

@Nicholaswogan
Copy link

For some species calculating gibbs energies with the nasa9 database doesn't work. For example:

from thermopy import nasa9polynomials as nasa9
db = nasa9.Database()
sp = db.set_compound('OH')
sp.gibbs_energy(298)

produces an "out of bounds" error, because there are 10 coefficients in the database, and the function expects 9 coefficients

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant