Cargo Features
FeOs-CAMPD has no features set by default.
[dependencies]
feos-campd = { version = "0.2.1", features = ["knitro_12", "knitro_13", "python"] }
- knitro_12 python?
- knitro_13
- python = knitro_12, numpy, pyo3
-
Enables python of feos-core ^0.6 and quantity ^0.7
quantity:
Directly use (scalar) quantities in Python interfaces through [pyo3] and the si-units package.
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- feos-core python?
-
Enables feos-core ^0.6
- knitro_rs knitro_12? knitro_13?
-
Affects
molecule::MolecularRepresentation.setup_knitro
,property::PropertyModel.setup_knitro
… - pyo3 python?
-
Enables pyo3 ^0.20
- numpy python?
-
Enables numpy ^0.20
- quantity python?
-
Enables quantity ^0.7