Skip to content

Commit

Permalink
Add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
vatai committed Feb 11, 2024
1 parent 38581f4 commit 10003b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/semiclassical_micelles.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ def main(
free_radical_escape_rate=free_radical_escape_rate,
kinetics=[Haberkorn(recombination_rate, State.SINGLET)],
relaxations=[SingletTripletDephasing(kstd)],
I_max=[3.5, 4.0],
fI_max=[6.5e-4, 5.8e-4],
I_max=[3.5, 4.0], ##### TODO
fI_max=[6.5e-4, 5.8e-4], ##### TODO
)

# Calculate time evolution of the B1/2
Expand Down

0 comments on commit 10003b8

Please sign in to comment.