Skip to content

Commit

Permalink
Tidied trovato implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Aug 16, 2024
1 parent 84e82f0 commit 8dd4c37
Show file tree
Hide file tree
Showing 2 changed files with 736 additions and 698 deletions.
2 changes: 1 addition & 1 deletion c/ohara-2011.mmt
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ x = A * xf + (1 - A) * xs
A = 1 / (1 + exp((V + 54.81 [mV]) / 38.21 [mV]))
desc: Fraction of IKr channels with fast activation
r = 1 / (1 + exp((V + 55 [mV]) / 75 [mV])) * 1 / (1 + exp((V - 10 [mV]) / 30 [mV]))
desc: Instantaneous IKr rnactivation
desc: Instantaneous IKr inactivation
fKr = piecewise(cell.mode == 0, 1, cell.mode == 1, 1.3, 0.8)
gKr = 0.046 [mS/uF]
in [mS/uF]
Expand Down
Loading

0 comments on commit 8dd4c37

Please sign in to comment.