Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 573 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 573 Bytes

Repository of code for NPMP 2023/2024

Relevant files

  • models.py: the implementation of models of the Master-Slave Flip-Flop, Johnson counter, etc.
  • johnson_3bit.py: the implementation of the simulation-based analysis of a 3-bit Johnson counter.
  • params.py: ranges of parameter values for the optimisation of the response of a circuit.
  • hill_functions.py: Hill functions of different types of biological parts (e.g., activator, repressor, inducer, etc.). Used by models.py.