Cargo Features

[dependencies]
qoqo-quest = { version = "0.13.1", default-features = false, features = ["extension-module", "openmp", "cuda", "cuquantum"] }
default = extension-module

The extension-module feature is set by default whenever qoqo-quest is added without default-features = false somewhere in the dependency tree.

extension-module default

Enables extension-module of pyo3 ^0.20

pyo3:

Use this feature when building an extension module.
It tells the linker to keep the python symbols unresolved,
so that the module can also be used with statically linked python interpreters.

openmp

Enables openmp of roqoqo-quest

cuda

Enables cuda of roqoqo-quest

cuquantum

Enables cuquantum of roqoqo-quest

qoqo-quest has 5 features without comments.