ATTPC/Spyral

Make estimate_physics, solve_physics not have side effects

Closed this issue · 1 comments

Annoying that we pass a dict in to be filled. Would be better to return an object that we the convert to a dict. Polars/Pandas can take a list of dicts assuming they all have the same fields. Would also make integration with other toolkits like conduit, notebooks a lot less awful.

Also unify interpolation phases