This web app is just for demonstration purposes only as there is no explicit interface to allow the change of parameters however the full mathematics behind the neuron model can be viewed in the simulate.js file.
This project is a dedicated example of a differential equation solver for a neuron model with other analysis plots. This was an extension on the population simulator to consider not just static initial-value inputs with compartmental models (such as Lotka-Volterra or SEIRD) but also general dynamical systems with dynamic continuous-time inputs. In this particular example, the input current applied to the model is the only input however our draggable Plotly interface allows us to input a time-dependent input for analysing the behaviour.
Hodgkin–Huxley model can be thought of as a differential equation system with four state variables.
We can directly view the phase plane for viewing these limit cycles as well as plotting the membrane currents to view the Hopf bifurcation of the model.