Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Data Structures

Antonio Ulloa edited this page Jun 4, 2015 · 26 revisions

The LSNM simulator is contained in the python script sim.py. The data structure used to store the LSNM network, called modules, is a python dictionary, where each entry in the dictionary is a python list of lists.

| Key | | Index 0 | Index 1 | index 2 | index 3-7 | index 8 | | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | | Module name | X dimension | Y dimension | module type | equation parameters | content of units |

Clone this wiki locally