-
Notifications
You must be signed in to change notification settings - Fork 23
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
Implement SAFT-VR Mie equation of state #237
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent stuff!
|
||
use super::SaftVRMieParameters; | ||
use association::Association; | ||
use feos_core::{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a major issue, but I feel like this default setting of how rust-analyzer does imports is one of the weaker decisions they made. I know you can configure it, but is there a way to do it workspace-specific and include the config file in GitHub?
Also, you might want to add an entry in model matrix in workflows/test.yml |
…ed vr mie benches, removed fmt from Cargo.toml
Not covered in this PR