Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tfiers/spikeworks.jl

Helping you build spiking neural network simulations in Julia
https://github.com/tfiers/spikeworks.jl

computational-neuroscience julia simulation spiking-neural-networks

Last synced: about 2 months ago
JSON representation

Helping you build spiking neural network simulations in Julia

Awesome Lists containing this project

README

        

# SpikeWorks

Status: actively being developed, not ready for use.

But! Feel free to read the [source](src/), and the examples in [`test/`](/test).\
Play with it, and get in touch!\
Do you have any specific wishes or use cases, or just an affirmation you could use something like this?\
Tell us (in GitHub 'Discussions' eg)

We use unicode variable names, like `τₑ` (instead of `tau_e`).
They take a bit longer to input, but as code is read more than it is written, the improvement in readability is worth it.
See [here](https://docs.julialang.org/en/v1/manual/unicode-input/)
for how to input many unicode characters in Julia environments (like in Jupyter notebooks with IJulia, or in VS Code).

## How to hack on the code

[See the readme in [`test/`](test)].