Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 94edb4d

Browse files
authored
Indicate repository is archived and moved to feos
Updated README to indicate repository is archived and functionality moved to feos.
1 parent 29a0c74 commit 94edb4d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
[![crate](https://img.shields.io/crates/v/feos-ad.svg)](https://crates.io/crates/feos-ad)
44
[![documentation](https://docs.rs/feos-ad/badge.svg)](https://docs.rs/feos-ad)
55

6+
> [!NOTE]
7+
> This repository is archived. All the functionality has been incorporated directly into the [`feos`](https://github.com/feos-org/feos) repository and all further developments are made there.
8+
69
The `FeOs-AD` crate builds on the implementation of phase equilibrium calculations in `FeOs` to provide implicit automatic differentiation of properties and phase equilibria based on Helmholtz energy equations of state. Derivatives can be determined for any inputs, like temperature or pressure, but also model parameters.
710

811
Derivatives are calculated using forward automatic differentiation with generalized (hyper-) dual numbers from the [`num-dual`](https://github.com/itt-ustutt/num-dual) crate.
@@ -30,4 +33,4 @@ The following **models** are implemented:
3033
Just add the dependency to your `Cargo.toml`
3134
```toml
3235
feos-ad = "0.2"
33-
```
36+
```

0 commit comments

Comments
 (0)