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
In guiding_center, I remember xu is supposed to be a 7-element vector (x, y, z, vx, vy, vz, t). However, in the current implementation the time information is not used at all, so a 6-element vector (x, y, z, vx, vy, vz) also works, but the last element xu[end] actually points to vz as you mentioned. This is indeed wrong.
What does
xu
inguiding_center
represent for? Because in example we havegc_x0 = gc(stateinit)
thenxu[end]
would beuz
nott
The text was updated successfully, but these errors were encountered: