DESC icon indicating copy to clipboard operation
DESC copied to clipboard

`CoilSet` "Family" akin to `EquilibriaFamily`

Open ddudt opened this issue 1 year ago • 2 comments
trafficstars

I/O wrapper for a list of coil sets. Could be useful for keeping track of coil sets that correspond to equilibria within a family.

ddudt avatar Jun 25 '24 19:06 ddudt

Might be more useful as a general IOAble family for arbitrary things, not just coils. And could make EquilibriaFamily a subclass

f0uriest avatar Jun 25 '24 21:06 f0uriest

define a save function in desc.io and allow saving of lists of IOAble objects

dpanici avatar Aug 13 '24 20:08 dpanici

I would also be in favor of removing the EquilibriaFamily class, since it has no unique functionality other than solve_continuation. Even then I think solve_continuation_automatic is more commonly used and in that case the user typically doesn't care about the intermediate solutions.

ddudt avatar Dec 12 '24 22:12 ddudt

I'd be in favor of that as well

dpanici avatar Dec 12 '24 22:12 dpanici

I don't think we should get rid of it, since that would likely break every existing saved EquilibriaFamily

f0uriest avatar Dec 13 '24 21:12 f0uriest