nns.c
1.0.1
Nanowire Network simulator
|
Defines the static characteristics of the device. More...
#include <datasheet.h>
Public Attributes | |
int | wires_count |
double | length_mean |
Average length of the nano-wires in µm. | |
double | length_std_dev |
int | package_size |
int | generation_seed |
Defines the static characteristics of the device.
int datasheet::generation_seed |
Seed of the random number generator to create reproducible networks.
double datasheet::length_std_dev |
Standard deviation of the nano-wires length in µm.
int datasheet::package_size |
Length of one side of the device package in µm.
int datasheet::wires_count |
Total number of wires in the Nanowire Network.