Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update README of feos-core
  • Loading branch information
prehner committed Nov 7, 2025
commit 3700a57136b96d9a65c0c6eb99e997f2418e4304
4 changes: 1 addition & 3 deletions crates/feos-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ The crate makes use of [generalized (hyper-) dual numbers](https://github.com/it
- **critical points**,
- and **phase equilibria**.

In addition to that, utilities are provided to assist in the handling of **parameters** for both molecular equations of state and (homosegmented) group contribution methods. Mainly as a simple test case, a **cubic** equation of state is published as part of this crate. Implementations of more sophisticated models can be found in the [feos](https://github.com/feos-org/feos) repository.

For information on how to implement your own equation of state, check out the [documentation](https://feos-org.github.io/feos/rustguide/index.html).
In addition to that, utilities are provided to assist in the handling of **parameters** for both molecular equations of state and (homosegmented) group contribution methods. Mainly as a simple test case, a **cubic** equation of state is published as part of this crate. Implementations of more sophisticated models can be found in the [feos](https://crates.io/crates/feos) crate.