xzackli / Bolt.jl

differentiable boltzmann code
MIT License
42 stars 5 forks source link

Make hierarchy/integrator types less restrictive #73

Open jmsull opened 2 years ago

jmsull commented 2 years ago

In the boltsolve and related functions, there is no need to restrict to "BasicNewtonian()" - we can instead allow any integrator (and it would be good to do this for ie branch). Will take a pass back through and do this for the hierarchy when that branch is eventually merged (or at least caught up).