Project of Computational Physics at TU Darmstadt https://nico.dorfbrunnen.eu/de/posts/2020/neuronal/
 
Go to file
Nico 0e4fa7c82d Add license 2020-07-31 13:00:01 +00:00
.idea Publish source code 2020-07-31 12:00:00 +00:00
neuronen_verlagerung Publish source code 2020-07-31 12:00:00 +00:00
.gitignore Publish source code 2020-07-31 12:00:00 +00:00
Aufgabe2.py Publish source code 2020-07-31 12:00:00 +00:00
Aufgabe3.py Publish source code 2020-07-31 12:00:00 +00:00
Aufgabe4.py Publish source code 2020-07-31 12:00:00 +00:00
LICENSE.md Add license 2020-07-31 13:00:01 +00:00
README.md Publish source code 2020-07-31 12:00:00 +00:00
report.pdf Publish source code 2020-07-31 12:00:00 +00:00
requirements.txt Publish source code 2020-07-31 12:00:00 +00:00

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.