Currently plot_wilson_loop_winding(solver::Solver, ks, polarisation...) internally calls solve(solver, polarisation, k)
This assumes the user wants to use Peacock to solve the problem.
We should allow for users who want to use their own solver, eg any mysolve(k) that wraps the solutions in Peacock.Mode object
Currently
plot_wilson_loop_winding(solver::Solver, ks, polarisation...)internally callssolve(solver, polarisation, k)This assumes the user wants to use Peacock to solve the problem.
We should allow for users who want to use their own solver, eg any
mysolve(k)that wraps the solutions inPeacock.Modeobject