Skip to content

Commit 32c4aa0

Browse files
committed
cite Burby et al.
1 parent 0306276 commit 32c4aa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/02_pert_pendulum/calc_poincare.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ def zdot(t, z): #perturbed pendulum
1111
ydot=-e*(0.3*y*np.sin(2*t) + 0.7*y*np.sin(3*t)) - om**2*np.sin(x)
1212
return np.hstack([xdot,ydot])
1313

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

0 commit comments

Comments
 (0)