sc_neurocore_engine 3.8.2

High-performance SIMD backend for SC-NeuroCore stochastic neuromorphic computing
Documentation
1
2
3
4
5
6
// SPDX-License-Identifier: AGPL-3.0-or-later
pub mod kuramoto;
pub mod metrics;

pub use kuramoto::KuramotoSolver;
pub use metrics::SCPNMetrics;