nns.c
1.0.1
Nanowire Network simulator
|
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 | |
wire * | Ws |
int | js_count |
Number of junctions identified. | |
junction * | Js |
Topology of the Nanowire Network. It contains information about the physical placement of nanowires and junctions in the package.
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.
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]