Project of Computational Physics at TU Darmstadt
https://nico.dorfbrunnen.eu/de/posts/2020/neuronal/
|
||
---|---|---|
.idea | ||
neuronen_verlagerung | ||
.gitignore | ||
Aufgabe2.py | ||
Aufgabe3.py | ||
Aufgabe4.py | ||
LICENSE.md | ||
README.md | ||
report.pdf | ||
requirements.txt |
README.md
Simulation of Neural Network - Hodgkin and Huxley
This is a project for Computational Physics at TU Darmstadt created in 2020.
More information can be found in Nico's blog post and in the report (German).
Running
Development happens with Pycharm, so it's best to just clone the repository and import it there.
To run this program, you need to install the Python dependencies:
pip3 install -r requirements.txt
You can then start the program by e.g. calling python3 Aufgabe2.py
.
License
Everything is licensed under MIT. See LICENSE.md for more information.