Crates.io | feos-derive |
lib.rs | feos-derive |
version | 0.5.0 |
source | src |
created_at | 2022-09-14 15:09:16.232197 |
updated_at | 2024-05-21 05:51:13.823838 |
description | Macros for the EquationOfState and HelmholtzEnergyFunctional traits in FeOs |
homepage | https://github.com/feos-org |
repository | https://github.com/feos-org/feos |
max_upload_size | |
id | 665866 |
size | 42,891 |
feos-derive
is part of the FeOs project.
FeOs - A Framework for Equations of State and Classical Density Functional Theory
The feos-derive
crate contains two macros that provide boilerplate for the implementation of the EquationOfState
and the HelmholtzEnergyFunctional
trait for the EosVariant
and FunctionalVariant
enums of the feos
crate. With these macros, new equations of state and functionals can be added to the variants without any further implementations needed.