Q2NSViz 0.1.0
Q2NS trace visualizer
Loading...
Searching...
No Matches
q2nsviz.logic Namespace Reference

Classes

class  _StateSnapshot
 Full replay state captured at one checkpoint of the action stream.
 
class  Channel
 A directed communication link between two network nodes. More...
 
class  ClassicalBit
 A classical bit residing at a network node, tracked by label. More...
 
class  EventFileParser
 Reads Q2NS simulation trace files in NDJSON or JSON-array format. More...
 
class  Node
 A network node with a canvas-relative position. More...
 
class  Qubit
 A qubit residing at a network node, tracked by label. More...
 
class  SimulationStateManager
 Replays a Q2NS simulation event stream and exposes the quantum state. More...
 
class  Snapshot
 Immutable view of the reconstructed network state at one instant. More...
 
class  UnionFind
 Disjoint-set data structure with path compression and union by rank. More...
 

Variables

 logger = logging.getLogger(__name__)
 

Variable Documentation

◆ logger

q2nsviz.logic.logger = logging.getLogger(__name__)

Definition at line 17 of file logic.py.