nns.c  1.0.1
Nanowire Network simulator
network_topology Struct Reference

Topology of the Nanowire Network. It contains information about the physical placement of nanowires and junctions in the package. More...

#include <network.h>

Public Attributes

wireWs
 
int js_count
 Number of junctions identified.
 
junctionJs
 

Detailed Description

Topology of the Nanowire Network. It contains information about the physical placement of nanowires and junctions in the package.

Member Data Documentation

◆ Js

junction* network_topology::Js

Position of the identified junctions and index of the corresponding wires. Sorted according to the first and second wires index. Since the nanowires are ordered according to their parent connected component, also the junctions are ordered accordingly.

◆ Ws

wire* network_topology::Ws

Position of the nanowires in the package. Ordered according to parent connected components containing each nanowire and to their original index in the network. E.g.: 1,2,3 \in cc0 4,5 \in cc1 ws = [1,2,3,4,5]


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