-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
212 lines (211 loc) · 5.98 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
*.dat
*.mod
examples/x86_64
examples/test_files/x86_64
*.pyc
LEMS*_netpyne.py
*_nrn.py
*.hoc
/test_files/cons_locs_pathways_mc0_Column.h5
/build
/dist
/examples/test_files/cons_locs_pathways_mc0_Column.h5
/neuromllite.egg-info
*py.class
/test2.sh
/examples/*.gv
/examples/*gv.pdf
/examples/*.png
/examples/*.pov
/examples/*.ini
/examples/*_pynn.py
/examples/*_main.json
/examples/*.synapse.json
/examples/*_celldefinition.py
/examples/*_inputdefinition.py
report*.txt
/examples/LEMS_SimExample6_PyNN.xml
/examples/test_files/tests.log
/examples/LEMS_SimExample7.xml
/.DS_Store
/test3.sh
/*.gv.png
/300*
/9*
/SonataExport.net.nml
/*.gv
/testmac.sh
/regenerateAndTestmac.sh
/neuromllite/sweep/*.png
/neuromllite/test/temp/*
/neuromllite/sweep/*.gv
/neuromllite/sweep/ParamSweep_*
/neuromllite/sweep/Example_HHTest.json
/neuromllite/sweep/Example_PyNNTest.json
/neuromllite/sweep/Sim_HHTest.json
/neuromllite/sweep/Sim_PyNNTest.json
/neuromllite/sweep/HHTest.json
/neuromllite/sweep/HHTest.net.nml
/neuromllite/sweep/LEMS_Sim_HHTest.xml
/neuromllite/sweep/LEMS_Sim_PyNNTest.xml
/neuromllite/sweep/PyNNTest.json
/neuromllite/sweep/PyNNTest.net.nml
/examples/ParamSweep_*
/examples/*.spikes
/neuromllite/sweep/*.spikes
/neuromllite/sweep/x86_64
/neuromllite/sweep/Example7_Brunel2000.net.nml
/neuromllite/sweep/LEMS_SimExample7_ref0.xml
/neuromllite/*.gv
/neuromllite/*.gv.png
/neuromllite/*.spikes
/neuromllite/x86_64
/neuromllite/300_cells.net.nml
/neuromllite/300_cells.net.nml.h5
/neuromllite/5_cells_iclamp.net.nml
/neuromllite/5_cells_iclamp.net.nml.h5
/neuromllite/9_cells.net.nml
/neuromllite/9_cells.net.nml.h5
/neuromllite/LEMS_SonataSim.xml
/examples/sonatatest/x86_64
/private
/neuromllite/300_intfire.net.nml
/neuromllite/small_iclamp.net.nml
/neuromllite/small_intfire.net.nml
/neuromllite/*.svg
/neuromllite/instanteneousExc.xml
/neuromllite/cell_v1_LIF_exc_100.xml
/neuromllite/test/sonata/*.spikes
/neuromllite/test/sonata/*.net.nml
/neuromllite/test/sonata/LEMS_*.xml
/neuromllite/test/sonata/cell_v1_LIF_exc_100.xml
/neuromllite/test/sonata/cell_v1_LIF_inh_101.xml
/neuromllite/test/sonata/instanteneousExc.xml
/neuromllite/test/sonata/instanteneousInh.xml
/neuromllite/test/sonata/*.gv
/neuromllite/test/sonata/*.gv.png
/lines.py
/neuromllite/test/sonata/x86_64
/neuromllite/test/sonata/cell_post_Exc_100.xml
/neuromllite/test/sonata/clean.sh
/examples/SimExample6_PyNN_noinputs.json
/exampleNetworks
/neuromllite/clean.sh
/neuromllite/*.net.nml
/neuromllite/LEMS_Sim_*.xml
/examples/test_files/test_inputs/*.spikes
/examples/test_files/test_inputs/x86_64
/examples/test_files/test_ex4_jnmlnrn.py
/sonatafin
/examples/tmp*.nml
/examples/Example3_Network_node_types.csv
/examples/Example7_Brunel2000_nodes.sonata.h5
/examples/BBP_5percent_nodes.sonata.h5
/examples/i_clamp.input.json
/examples/testcell.cell.json
/examples/testcell2.cell.json
/examples/tests.log
/neuromllite/gui/*.net.nml
/neuromllite/gui/LEMS*.xml
/neuromllite/gui/*.spikes
/neuromllite/gui/*.gv*
/neuromllite/gui/x86_64
/neuromllite/gui/NMLliteUI_tk.py
/examples/LEMS_SimExample8.xml
/examples/gaba.synapse.nml
/examples/hhcell.cell.nml
/examples/inputs.nml
/examples/Example8_Extension.net.nml
/examples/Example6_PyNN.net.nml.h5
/examples/Example6_PyNN_node_types.csv
/examples/Example6_PyNN_nodes.sonata.h5
/examples/*_types.csv
/examples/*.sonata.h5
/examples/circuit_config.json
/examples/config.json
/examples/simulation_config.json
*.gv
*.gv.png
*.spikes
/examples/sonatatest/LEMS_SimSonataExample.xml
/examples/sonatatest/SonataExample.net.nml
/examples/sonatatest/output/log.txt
/examples/sonatatest/output/config.json
/examples/SimExample5.json
/examples/sonatatest/output/membrane_potential.h5
/examples/sonatatest/output/spikes.h5
/examples/run_bmtk.py
/examples/network/Example3_Network_node_types.csv
/examples/network/Example3_Network_nodes.sonata.h5
/examples/sonatatest/LEMS_Sim_sim.xml
/examples/sonatatest/Back2NML.net.nml
/examples/sonatatest/LEMS_Sim_Back2NML.xml
/examples/spikeratetest/Example7_Brunel2000.net.nml
/examples/spikeratetest/LEMS_SimSpikers.xml
/examples/spikeratetest/x86_64
/examples/spikeratetest/Spikers.net.nml
/examples/Example9_HindmarshRose.net.nml
/examples/HindmarshRose3d.xml
/examples/LEMS_SimExample9.xml
/examples/spikeratetest/inputs.nml
/examples/Lorenz1963.xml
/tests.log
/examples/Example10_Lorenz.net.nml
/examples/LEMS_SimExample10.xml
*.bids-mdf.json
/examples/LEMS_SimExample11.xml
/examples/Example10_Lorenz__lems.xml
/examples/Example9_HindmarshRose__lems.xml
/examples/spikeratetest/Spikers__lems.xml
/neuromllite/gui/Example10_Lorenz__lems.xml
/neuromllite/gui/Example9_HindmarshRose__lems.xml
/neuromllite/gui/*.net.png
/neuromllite/gui/LEMS*.png
/examples/network/Example4_PyNN_node_types.csv
/examples/network/Example4_PyNN_nodes.sonata.h5
/examples/network/Example6_PyNN_node_types.csv
/examples/network/Example6_PyNN_nodes.sonata.h5
/examples/network/Example7_Brunel2000_node_types.csv
/examples/network/Example7_Brunel2000_nodes.sonata.h5
/examples/output/config.json
/examples/output/log.txt
/neuromllite/sweep/clean.sh
/neuromllite/sweep/*__lems.xml
/examples/*_brian2.py
/neuromllite/test/layout/LEMS_SimExample_Layout.xml
/examples/*.pkl
/examples/arbor/ArborExample.net.nml
/examples/arbor/ArborExample.net.png
/examples/arbor/LEMS_SimArborExample.xml
/test.sh
/neuromllite/netid.json
/neuromllite/test/netid.json
/neuromllite/test/netid.yaml
docs/_build
/*ken.sh
/examples/Example10_Lorenz.mdf.json
*code.gen.c
*code.gen.so
/examples/Example12_MultiComp.net.nml
/examples/LEMS_SimExample12_MultiComp.xml
/examples/Ca_conc.nml
/examples/Ca_pyr.channel.nml
/examples/Kahp_pyr.channel.nml
/examples/Kdr_bask.channel.nml
/examples/Kdr_pyr.channel.nml
/examples/LeakConductance_bask.channel.nml
/examples/LeakConductance_pyr.channel.nml
/examples/Na_bask.channel.nml
/examples/Na_pyr.channel.nml
/examples/bask.cell.nml
/examples/pyr_4_sym.cell.nml
*_eden.py
arm64
/examples/Example4_PyNN.mdf
*.mdf.json
*.mdf.yaml
/examples/Example6_PyNN.mdf
/examples/Example7_Brunel2000.mdf
/examples/Example3_Network.yaml
/examples/SimExample3.yaml
/examples/Example4_PyNN.mdf.1