-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add example used in NeuroML paper 2024
- Loading branch information
1 parent
388cfd0
commit 7583b7c
Showing
4 changed files
with
560,084 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
NeuroML2/examples/LEMS_example-single-hindmarshrose1984cell-sim.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<Lems> | ||
|
||
<!-- | ||
This LEMS file has been automatically generated using PyNeuroML v1.3.13 (libNeuroML v0.6.6) | ||
--> | ||
|
||
<!-- Specify which component to run --> | ||
<Target component="example-single-hindmarshrose1984cell-sim"/> | ||
|
||
<!-- Include core NeuroML2 ComponentType definitions --> | ||
<Include file="Cells.xml"/> | ||
<Include file="Networks.xml"/> | ||
<Include file="Simulation.xml"/> | ||
|
||
<Include file="hindmarshrose1984_single_cell_network.nml"/> | ||
|
||
<Simulation id="example-single-hindmarshrose1984cell-sim" length="1400.0ms" step="0.0025ms" target="HRNet" seed="123"> <!-- Note seed: ensures same random numbers used every run --> | ||
<OutputFile id="output0" fileName="example-single-hindmarshrose1984cell-sim.v.dat"> | ||
<OutputColumn id="HRPop0[0]" quantity="HRPop0[0]/v"/> | ||
</OutputFile> | ||
|
||
</Simulation> | ||
|
||
</Lems> |
Oops, something went wrong.