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

A directed communication link between two network nodes. More...

Static Public Attributes

str from_node
 
str to_node
 
str kind
 

Detailed Description

A directed communication link between two network nodes.

Parameters
from_nodeLabel of the source node.
to_nodeLabel of the destination node.
kindChannel type: "quantum" or "classical". Unknown kinds are stored but not rendered by the canvas.

Definition at line 44 of file logic.py.

Member Data Documentation

◆ from_node

str q2nsviz.logic.Channel.from_node
static

Definition at line 54 of file logic.py.

◆ kind

str q2nsviz.logic.Channel.kind
static

Definition at line 56 of file logic.py.

◆ to_node

str q2nsviz.logic.Channel.to_node
static

Definition at line 55 of file logic.py.


The documentation for this class was generated from the following file: