mnns
¶
MemNNetSim: Memristive Nanowire Network Simulator. A proof-of-concept Python package for modelling and analyzing memristive random nanowire networks (NWNs).
Import MemNNetSim using:
import mnns
Modules:
| Name | Description |
|---|---|
calculations |
Functions to statically solve nanowire networks. |
dynamics |
Functions to evolve nanowire networks over time. |
fromtext |
Not for production. Functions to create nanowire networks from text file. |
line_functions |
Functions for random lines. |
models |
Various dynamic models for nanowire networks. |
nanowire_network |
Functions to create nanowire networks. |
nanowires |
Functions to modify nanowire networks. |
plotting |
Functions to plot nanowire networks. |
units |
Characteristic units for a nanowire network. |