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
Currently, the code is set up so that the trajectory always starts for the set center. However, it would be very nice if we allow any arbitrary initial condition irrespective of cell center. This is easy to achieve. There are comments in the source code of what needs to be done:
# TODO: Improve the algorithm so that starting within u0 is not mandatory.
# Useful because `u0` can often be a fixed point.
# The logic that needs to change is first `transit_return_times` and then
# to actually check in `exit_entry_times` if we start inside the set,
# and thus set the `prev_outside` accordingly.
The text was updated successfully, but these errors were encountered:
Recent PR re-worked the return times code: #278 .
Currently, the code is set up so that the trajectory always starts for the set center. However, it would be very nice if we allow any arbitrary initial condition irrespective of cell center. This is easy to achieve. There are comments in the source code of what needs to be done:
The text was updated successfully, but these errors were encountered: