Catalyst.jl icon indicating copy to clipboard operation
Catalyst.jl copied to clipboard

Remove HomotopyContinuation extension once supported in MTK

Open isaacsas opened this issue 1 year ago • 4 comments

Once https://github.com/SciML/ModelingToolkit.jl/pull/3114/files is merged, and updated to include rational functions, we should probably remove the Catalyst HomotopyContinuation extension and instead have users go via MTK.

isaacsas avatar Oct 17 '24 13:10 isaacsas

With https://github.com/SciML/ModelingToolkit.jl/pull/3151, my understanding is that it's now feature complete to the Catalyst one? @TorkelE try using it and update the docs, and if it does everything you need, we can remove the Catalyst-specific one.

ChrisRackauckas avatar Oct 26 '24 18:10 ChrisRackauckas

We’ll still probably need at least a thin wrapper here to handle conserved equations and directly passing ReactionSystems. But it would be great if that is all it needs to be going forward.

isaacsas avatar Oct 26 '24 19:10 isaacsas

Our docs will also need updates if the interface is at all changed after we update to wrap MTK.

isaacsas avatar Oct 26 '24 19:10 isaacsas

Yes, we still need some additional modifications, but we should be able to make the Catalyst interface more straightforward at least.

TorkelE avatar Oct 26 '24 20:10 TorkelE