You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ocots The previous package to compute Hamiltonian flows is deprecated, is it OK to use stuff from this package and hamiltonian.jl to retrieve the same functionality (= flow of a Hamiltonian, not of an ocp with a given maximising control)?
Seems to be OK from the code, not in the documentation. Any example somewhere?
The text was updated successfully, but these errors were encountered:
I repeat that we need to define an AbstractFlowModel with methods and use it to define flows. It permits to write a generic code and to instantiate many computations of flows simply defining a subtype of the abstract type and new to overload the methods.
Like this we can benefit from the concatenate function, plot and more.
If a user wants to define its own flow he can. It is a nice feature to develop new algorithms.
@ocots The previous package to compute Hamiltonian flows is deprecated, is it OK to use stuff from this package and hamiltonian.jl to retrieve the same functionality (= flow of a Hamiltonian, not of an
ocp
with a given maximising control)?Seems to be OK from the code, not in the documentation. Any example somewhere?
The text was updated successfully, but these errors were encountered: