Cargo Features
[dependencies]
laddu-core = { version = "0.6.0", default-features = false, features = ["rayon", "f32", "python", "pyo3", "numpy", "mpi"] }
- default = rayon
-
The
rayon
feature is set by default wheneverladdu-core
is added without
somewhere in the dependency tree.default-features = false - rayon default
-
Enables rayon
Affects
amplitudes::Amplitude.precompute_all
… - f32
-
Affects
laddu-core::Float
,laddu-core::PI
… - python = numpy, pyo3
- pyo3 python?
-
Enables pyo3
- numpy python?
-
Enables numpy
- mpi
-
Enables mpi
Affects
laddu-core::mpi
,variables::Variable.value_on_mpi
…