Skip to content

Commit

Permalink
changed default solver to diffrax
Browse files Browse the repository at this point in the history
  • Loading branch information
olive004 committed Mar 22, 2024
1 parent 54c453b commit 401482a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def compute_steady_states(self, circuits: List[Circuit],
b_copynumbers.append(copynumbers)
t = steady_state_result.t

elif solver_type == 'jax':
elif solver_type == 'diffrax':
ref_circuit = circuits[0]
forward_rates = ref_circuit.qreactions.reactions.forward_rates
reverse_rates = np.asarray(
Expand Down

0 comments on commit 401482a

Please sign in to comment.