fbool 0.2.0

Boolean function analysis library: entanglement, entropy, sensitivity, spectral analysis, frontier, and circuit complexity
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod certificate;
#[cfg(feature = "entanglement")]
pub mod entanglement;
#[cfg(feature = "entanglement")]
pub mod fragmentation;
#[cfg(feature = "frontier")]
pub mod frontier;
pub mod influence;
pub mod sensitivity;
pub mod spectral;
pub mod structure;