Skip to content

Commit c0fc807

Browse files
authored
Merge pull request #61 from BrainAnnex/dev
Dev Beta 30.1
2 parents a422cb2 + 22b4065 commit c0fc807

21 files changed

+5800
-169
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### BETA 30 (v0.30.0)
1+
### BETA 30.1 (v0.30.1)
22

33

44

experiments/reactions_single_compartment/enzyme_1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "49bcb5b0-f19d-4b96-a5f1-e0ae30f66d8f",
66
"metadata": {},
77
"source": [
8-
"## Comparing the reaction `A <-> B` , with and without an enzyme\n",
8+
"## Comparing the dynamics of the reaction `A <-> B` , with and without an enzyme\n",
99
"\n",
1010
"LAST REVISED: Dec. 3, 2023"
1111
]

experiments/reactions_single_compartment/enzyme_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# ---
1515

1616
# %% [markdown]
17-
# ## Comparing the reaction `A <-> B` , with and without an enzyme
17+
# ## Comparing the dynamics of the reaction `A <-> B` , with and without an enzyme
1818
#
1919
# LAST REVISED: Dec. 3, 2023
2020

experiments/reactions_single_compartment/enzyme_2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "49bcb5b0-f19d-4b96-a5f1-e0ae30f66d8f",
66
"metadata": {},
77
"source": [
8-
"## Coupled pair of reactions: `A <-> B` , and `A` + `E` <-> `B` + `E`\n",
8+
"## Coupled pair of reactions: `A <-> B` , and `A + E <-> B + E`\n",
99
"A direct reaction and the same reaction, catalyzed\n",
1010
"### Enzyme `E` initially zero, and then suddenly added mid-reaction\n",
1111
"\n",

experiments/reactions_single_compartment/enzyme_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# ---
1515

1616
# %% [markdown]
17-
# ## Coupled pair of reactions: `A <-> B` , and `A` + `E` <-> `B` + `E`
17+
# ## Coupled pair of reactions: `A <-> B` , and `A + E <-> B + E`
1818
# A direct reaction and the same reaction, catalyzed
1919
# ### Enzyme `E` initially zero, and then suddenly added mid-reaction
2020
#

experiments/reactions_single_compartment/enzyme_3.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"id": "49bcb5b0-f19d-4b96-a5f1-e0ae30f66d8f",
66
"metadata": {},
77
"source": [
8-
"## Coupled pair of reactions: `S <-> P` , and `S` + `E` <-> `P` + `E`\n",
8+
"## Coupled pair of reactions: `S <-> P` , and `S + E <-> P + E`\n",
99
"A direct reaction and the same reaction, catalyzed\n",
10-
"### Re-run from same initial concentrations of S (\"Substrate\") and P (\"Product\") for various concentations of the enzyme `E`: from zero to hugely abundant\n",
10+
"### Re-run from same initial concentrations of S (\"Substrate\") and P (\"Product\"), for various concentations of the enzyme `E`: from zero to hugely abundant\n",
1111
"\n",
1212
"LAST REVISED: Dec. 3, 2023"
1313
]

experiments/reactions_single_compartment/enzyme_3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# ---
1515

1616
# %% [markdown]
17-
# ## Coupled pair of reactions: `S <-> P` , and `S` + `E` <-> `P` + `E`
17+
# ## Coupled pair of reactions: `S <-> P` , and `S + E <-> P + E`
1818
# A direct reaction and the same reaction, catalyzed
19-
# ### Re-run from same initial concentrations of S ("Substrate") and P ("Product") for various concentations of the enzyme `E`: from zero to hugely abundant
19+
# ### Re-run from same initial concentrations of S ("Substrate") and P ("Product"), for various concentations of the enzyme `E`: from zero to hugely abundant
2020
#
2121
# LAST REVISED: Dec. 3, 2023
2222

experiments/reactions_single_compartment/macromolecules_2.ipynb

Lines changed: 5624 additions & 0 deletions
Large diffs are not rendered by default.

experiments/reactions_single_compartment/mystery_reaction_1.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"metadata": {},
77
"source": [
88
"## A simple `A <-> B` reaction whose rate constants are to be estimated \n",
9-
"## from a given time evolution of [A] and [B] (values on a *variable-time* grid.)\n",
9+
"## from a given time evolution of [A] and [B] \n",
10+
"### (values given on a *variable-time* grid.)\n",
1011
"\n",
1112
"Assume the reaction is known to be 1st order (won't verify that.) \n",
1213
"\n",

experiments/reactions_single_compartment/mystery_reaction_1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
# %% [markdown]
1616
# ## A simple `A <-> B` reaction whose rate constants are to be estimated
17-
# ## from a given time evolution of [A] and [B] (values on a *variable-time* grid.)
17+
# ## from a given time evolution of [A] and [B]
18+
# ### (values given on a *variable-time* grid.)
1819
#
1920
# Assume the reaction is known to be 1st order (won't verify that.)
2021
#

0 commit comments

Comments
 (0)