libCellML Hodgkin-Huxley Tutorials¶
This set of tutorials takes the user progressively through different aspects of the libCellML functionality while building towards a model of Hodgkin and Huxley’s squid axon activation. It is aimed at users who are already familiar with the concept of CellML and modelling.
For more information on the theoretical background behind these steps, please see the Theory pages.
- Hodgkin-Huxley 1: Creating a model using the API
- Hodgkin-Huxley 2: Creating a model which uses imports
- Step 1: Create the model
- Step 2: Create a potassium channel equations component
- Step 3: Create the nGate and its child components
- Step 4: Specify imports for the generic gate components
- Step 5: Specify imports for the controller component
- Step 6: Analyse the model
- Step 7: Define the constants
- Step 8: Connect the input variables
- Step 9: Connect the calculated variables
- Step 10: Connect to imported components
- Step 11: Output the model
- Hodgkin-Huxley 3: Debugging a model
- Hodgkin-Huxley 4: Generating code from a model
- Hodgkin-Huxley 5: Interact with generated code