You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/pecos-neo/README.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,26 @@ This crate provides a composable approach to quantum simulation with:
6
6
7
7
-**Typed Commands**: `GateCommand` and `CommandQueue` replacing `ByteMessage`
8
8
-**Composable Noise**: Event-driven noise channels that can be freely combined
9
-
-**Plugin System**: Bevy-inspired architecture for bundling functionality
9
+
-**Plugin System**: ECS-inspired architecture for bundling functionality
10
10
-**Simple Runner**: Direct simulator execution via `ShotRunner`
11
11
12
12
## Architecture
13
13
14
-
The key insight is **composition over configuration**. Instead of a monolithic noise model with dozens of parameters, you compose small, focused channels:
14
+
The key insight is **configuration via composition**. Instead of a monolithic noise model with dozens of parameters, you compose small, focused channels:
0 commit comments