ruqu-qflg
Quantum Federated Learning with Byzantine Tolerance - Privacy-preserving distributed quantum ML.
Part of the ruQu quantum computing suite by ruv.io.
Features
- Federated Aggregation - Secure gradient aggregation across clients
- Byzantine Tolerance - Robust to malicious or faulty participants
- Differential Privacy - Formal privacy guarantees with ε-δ bounds
- Quantum Secure - Post-quantum cryptographic primitives
- Async Communication - Non-blocking client updates
Installation
[]
= "0.1"
Quick Start
use ;
let privacy = PrivacyConfig ;
let server = new?;
// Federated training round
let gradients = server.collect_gradients.await?;
let aggregated = server.aggregate_byzantine_robust?;
server.broadcast_update.await?;
License
MIT License - see LICENSE