feos-org / feos

FeOs - A Framework for Equations of State and Classical Density Functional Theory
Other
110 stars 22 forks source link

Support for second order Feynman-Hibbs corrections using the SAFT-VRQ Mie EOS #160

Closed morteham closed 1 year ago

morteham commented 1 year ago
g-bauer commented 1 year ago

Morten thank you very much for the PR.

I added another PR that enables parameter construction to be fallible (#161) and rebased your implementations. I slightly changed FeynmanHibbsOrder enum variants (the integer values, e.g. FH0 = 0 could be left out since they are implicitly set to the identical values but this is more readable) and used integer casting and try_from.

morteham commented 1 year ago

Great Gernot! Glad to help.