Skip to content
Marcus edited this page Jul 1, 2021 · 2 revisions

Creation

Nanowire networks (NWNs) are represented by standard NetworkX graph objects. To create a nanowire network with the default parameters, call:

NWN = create_NWN()

See the function's docstring for a description of each of the passable arguments. By default, the NWN objects are nondimensionalized. That is, the arguments that one passes in while creating a NWN are assumed to use be in units given by the default characteristic units.

Clone this wiki locally