Cargo Features
FeOs-DFT has no features set by default.
[dependencies]
feos-dft = { version = "0.7.0", features = ["rayon", "python"] }
- rayon python? = gauss-quad
-
Enables rayon of ndarray ^0.15
- python = numpy, pyo3, rayon
-
Enables python of feos-core and quantity ^0.8
quantity:
Directly use (scalar) quantities in Python interfaces through [pyo3] and the si-units package.
Affects
feos-dft::python
…
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.
- quantity python?
-
Enables quantity ^0.8
- gauss-quad rayon?
-
Enables gauss-quad ^0.1
- numpy python?
-
Enables numpy ^0.21
- pyo3 python?
-
Enables pyo3 ^0.21