nns.c  1.0.1
Nanowire Network simulator
network_state Struct Reference

Electrical state of the Nanowire Network. It contains the varying values of the junctions and the voltage distribution in the network nanowires. More...

#include <network.h>

Public Attributes

double * Ys
 
double * Vs
 Voltage distribution across the nanowires.
 

Detailed Description

Electrical state of the Nanowire Network. It contains the varying values of the junctions and the voltage distribution in the network nanowires.

Member Data Documentation

◆ Ys

double* network_state::Ys

Admittances of the equivalent electrical circuit. Ordered according to the index of the parent connected component and to the index of their composing nanowires.


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