[package] name = "feos-gc-pcsaft" version = "0.1.1" authors = ["Philipp Rehner ", "Gernot Bauer "] edition = "2018" license = "MIT OR Apache-2.0" description = "Implementation of the (heterosegmented) gc-PC-SAFT equation of state and corresponding Helmholtz energy functional." homepage = "https://github.com/feos-org" readme = "README.md" repository = "https://github.com/feos-org/feos-gc-pcsaft" keywords = ["physics", "thermodynamics", "equations_of_state", "phase_equilibria", "SAFT"] categories = ["science"] exclude = ["/.github/*", "*.ipynb", "/examples/*", "/parameters/*"] [dependencies] quantity = "0.5" feos-core = "0.2" feos-dft = "0.2" num-dual = "0.5" num = "0.4" ndarray = { version = "0.15", features=["approx"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" indexmap = "1.3.2" lazy_static = "1.4.0" thiserror = "1.0" petgraph = "0.6" numpy = { version = "0.16", optional = true } pyo3 = { version = "0.16", optional = true } [dev-dependencies] approx = "0.4" [features] default = [] python = ["pyo3", "numpy", "feos-dft/python"] micelles = []