Skip to content

Commit

Permalink
fixed i.c. for megaburn
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-downes committed Jan 16, 2025
1 parent 733d4c4 commit 926aa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2025-01-15-issuance-dynamics.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ crash, in which 99\% of present-day Ether will have been burned.
```python
@dataclass
class MegaBurnParams(SUaConstParams):
init_conds: ETH_Data = (('S', 120e6 * .4), ('U', 120e6 * .6))
init_conds: ETH_Data = (('S', 1.2e6 * .4), ('U', 1.2e6 * .6))
tspan: tuple[Yr, Yr] = (0, 200)
b: One = 1e-3
qs: 1/Yr = 2e-1
Expand Down

0 comments on commit 926aa00

Please sign in to comment.