Replies: 1 comment 2 replies
-
|
Hi Darshan, you are right, we did not include the If you need help with that, we can provide an example notebook. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thanks for this wonderful package. I have been using it for a while for computing phase equilibria and the corresponding interfacial tensions of multicomponent mixtures. However, in v0.9, I found that the estimator module in crates/feos/src/estimator/ is present in the source code but fails to compile due to compatibility issues between v0.8 and v0.9.
I use Python bindings. I tried to enable the estimator by:
Adding
estimator = []to[features]in crates/feos/Cargo.tomlAdding
"estimator"to theall_modelsarrayAdding
pub mod estimatorto crates/feos/src/lib.rsRunning
maturin develop --releaseto create the Python bindings of all modelsHowever, the build failed due to several compilation errors. I believe all these are due to the update from v0.8 to v0.9. Some of the error to mention are:
'Arc'imports in multiple filesState::critical_pointfunction signature has changed (now expects 5 arguments instead of 4)DensityInitialization::Noneno longer existsState::new_nptfunction has changed (Arguments are incorrect)Thanks in advance
Kind regards,
Darshan
Beta Was this translation helpful? Give feedback.
All reactions