Skip to content

Commit

Permalink
placeholder for method to build coefficient matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wtbarnes committed Jan 12, 2024
1 parent 2d8e308 commit 864203c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fiasco/ions.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,9 @@ def level_populations(self,

return u.Quantity(populations)

def _build_coefficient_matrix(self, density):
...

def _level_resolved_rates_interpolation(self, temperature_table, rate_table,
extrapolate_above=False,
extrapolate_below=False):
Expand Down

0 comments on commit 864203c

Please sign in to comment.