Skip to content

Commit

Permalink
🧹 Cleaned up 4TT models and parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Feb 27, 2023
1 parent 621113c commit f93712f
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 45 deletions.
3 changes: 0 additions & 3 deletions 4TT/models/refined6osc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ megacomplex:
decay:
type: decay
k_matrix: [k1]
# baseline:
# type: baseline
# dimension: time
artifact:
type: coherent-artifact
order: 3
Expand Down
8 changes: 0 additions & 8 deletions 4TT/models/sequential.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
initial_concentration:
j1:
# compartments: [S2, S1, T1, S2rel, T1hot]
# parameters: [j.1, j.0, j.0, j.0, j.0]
compartments: [S2, S1, T1, T1hot]
parameters: [j.1, j.0, j.0, j.0]

k_matrix:
k1:
matrix:
# "(S2rel, S2)": kinetic.to_S2rel_from_S2
"(S1, S2)": kinetic.to_S1_from_S2
# "(S1, S2rel)": kinetic.to_S1_from_S2rel
# "(T1hot, S2rel)": kinetic.to_T1hot_from_S2rel
"(T1hot, S1)": kinetic.to_T1hot_from_S1
"(T1, T1hot)": kinetic.to_T1_from_T1hot
"(T1, T1)": kinetic.from_T1
Expand All @@ -25,9 +20,6 @@ megacomplex:
decay:
type: decay
k_matrix: [k1]
# baseline:
# type: baseline
# dimension: time
artifact:
type: coherent-artifact
order: 3
Expand Down
8 changes: 0 additions & 8 deletions 4TT/models/sequential5osc.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
initial_concentration:
j1:
# compartments: [S2, S1, T1, S2rel, T1hot]
# parameters: [j.1, j.0, j.0, j.0, j.0]
compartments: [S2, S1, T1, T1hot]
parameters: [j.1, j.0, j.0, j.0]

k_matrix:
k1:
matrix:
# "(S2rel, S2)": kinetic.to_S2rel_from_S2
"(S1, S2)": kinetic.to_S1_from_S2
# "(S1, S2rel)": kinetic.to_S1_from_S2rel
# "(T1hot, S2rel)": kinetic.to_T1hot_from_S2rel
"(T1hot, S1)": kinetic.to_T1hot_from_S1
"(T1, T1hot)": kinetic.to_T1_from_T1hot
"(T1, T1)": kinetic.from_T1
Expand All @@ -25,9 +20,6 @@ megacomplex:
decay:
type: decay
k_matrix: [k1]
# baseline:
# type: baseline
# dimension: time
artifact:
type: coherent-artifact
order: 3
Expand Down
8 changes: 0 additions & 8 deletions 4TT/models/sequential6osc.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
initial_concentration:
j1:
# compartments: [S2, S1, T1, S2rel, T1hot]
# parameters: [j.1, j.0, j.0, j.0, j.0]
compartments: [S2, S1, T1, T1hot]
parameters: [j.1, j.0, j.0, j.0]

k_matrix:
k1:
matrix:
# "(S2rel, S2)": kinetic.to_S2rel_from_S2
"(S1, S2)": kinetic.to_S1_from_S2
# "(S1, S2rel)": kinetic.to_S1_from_S2rel
# "(T1hot, S2rel)": kinetic.to_T1hot_from_S2rel
"(T1hot, S1)": kinetic.to_T1hot_from_S1
"(T1, T1hot)": kinetic.to_T1_from_T1hot
"(T1, T1)": kinetic.from_T1
Expand All @@ -34,9 +29,6 @@ megacomplex:
decay:
type: decay
k_matrix: [k1]
# baseline:
# type: baseline
# dimension: time
artifact:
type: coherent-artifact
order: 3
Expand Down
3 changes: 0 additions & 3 deletions 4TT/models/sequential6osc_S2rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ megacomplex:
decay:
type: decay
k_matrix: [k1]
# baseline:
# type: baseline
# dimension: time
artifact:
type: coherent-artifact
order: 3
Expand Down
6 changes: 0 additions & 6 deletions 4TT/parameters/sequential.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
osc:
freq: [752.314148, 495.196503, 206.952820, 767.406006, { vary: True }]
# rates: [
# 3.04113483, 11.2777481, 8.30780029, -9.46621990, {vary: True}]
# 3.04113483, 11.2777481, 8.3078009, {vary: True}]
rates:
- ["1", 3.04113483, { vary: True }]
- ["2", 11.2777481, { vary: True }]
Expand All @@ -14,10 +11,7 @@ j:
- ["0", 0.0, { non-negative: False, vary: False }]

kinetic:
# - ['to_S2rel_from_S2',6.58372021, {non-negative: True, vary: False}]
- ["to_S1_from_S2", 8.39700508, { non-negative: True, vary: True }]
# - ['to_S1_from_S2rel', 4.36121597, {non-negative: True, vary: False}]
# - ['to_T1hot_from_S2rel', 1.6, {non-negative: True, vary: False}]
- ["to_T1hot_from_S1", 2.24768806, { non-negative: True, vary: True }]
- ["to_T1_from_T1hot", 0.568519056, { non-negative: True, vary: False }]
- ["from_T1", 1.00000005E-03, { non-negative: True, vary: False }]
Expand Down
6 changes: 0 additions & 6 deletions 4TT/parameters/sequential5osc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
osc:
freq: [752.314148, 495.196503, 206.952820, 767.406006, { vary: True }]
# rates: [
# 3.04113483, 11.2777481, 8.30780029, -9.46621990, {vary: True}]
# 3.04113483, 11.2777481, 8.3078009, {vary: True}]
rates:
- ["1", 3.04113483, { vary: True }]
- ["2", 11.2777481, { vary: True }]
Expand All @@ -14,10 +11,7 @@ j:
- ["0", 0.0, { non-negative: False, vary: False }]

kinetic:
# - ['to_S2rel_from_S2',6.58372021, {non-negative: True, vary: False}]
- ["to_S1_from_S2", 8.39700508, { non-negative: True, vary: True }]
# - ['to_S1_from_S2rel', 4.36121597, {non-negative: True, vary: False}]
# - ['to_T1hot_from_S2rel', 1.6, {non-negative: True, vary: False}]
- ["to_T1hot_from_S1", 2.24768806, { non-negative: True, vary: True }]
- ["to_T1_from_T1hot", 0.568519056, { non-negative: True, vary: True }]
- ["from_T1", 1.00000005E-03, { non-negative: True, vary: False }]
Expand Down
3 changes: 0 additions & 3 deletions 4TT/parameters/sequential6osc_S2rel.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
osc:
freq: [752.314148, 495.196503, 206.952820, 767.406006, { vary: True }]
# rates: [
# 3.04113483, 11.2777481, 8.30780029, -9.46621990, {vary: True}]
# 3.04113483, 11.2777481, 8.3078009, {vary: True}]
rates:
- ["1", 3.04113483, { vary: True }]
- ["2", 11.2777481, { vary: True }]
Expand Down

0 comments on commit f93712f

Please sign in to comment.