Skip to content

Commit

Permalink
cite Burby et al.
Browse files Browse the repository at this point in the history
  • Loading branch information
KathiRath committed Apr 12, 2021
1 parent 0306276 commit 32c4aa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/02_pert_pendulum/calc_poincare.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ def zdot(t, z): #perturbed pendulum
ydot=-e*(0.3*y*np.sin(2*t) + 0.7*y*np.sin(3*t)) - om**2*np.sin(x)
return np.hstack([xdot,ydot])

#%%
#%% see Burby et al. (2020): Fast neural Poincaré maps for toroidal magnetic fields
# Los Alamos technical report LA-UR-20-24873
def gen_samples_circle(origin, radius, n_samples):
s_radius = .5*radius**2
seq = ghalton.Halton(2)
Expand Down

0 comments on commit 32c4aa0

Please sign in to comment.