Draft: Symbolic
It seems that right now we can support symbolic scattering matrices on equal footing. This would require:
- Adapting
scattering_equations
to support sympy methods along the lines of this MR, potentially implementing a separate function if there isn't much overlap between the two. - Implementing a symbolic version of
solve_scattering_equations
The branch is relatively old, so the merge request will likely need porting code rather than rebasing.