pot-o-core 0.4.0

Core types and utilities for PoT-O (Proof of Tensor Optimizations)
Documentation
1
2
3
4
5
6
7
8
9
10
//! Tensor network utilities from REALMS Part IV

pub mod constants;
pub mod entropy;

pub use constants::*;
pub use entropy::{
    approximate_minimal_cut, coherence_probability, effective_distance, entropy_from_cut,
    mutual_information, total_network_entropy,
};