Skip to content

Commit

Permalink
Added flat versions of 32-turns phase-jumping and toroidal wire presets.
Browse files Browse the repository at this point in the history
  • Loading branch information
shredEngineer committed Dec 21, 2024
1 parent 0883745 commit 79eaf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magneticalc/Wire_Presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def rotate_xy(V: np.ndarray, A: float) -> np.ndarray:

# Preset: A toroidal loop: 32 turns, hi-res, flat.
ToroidalLoop32HiResFlat = {
"id": "Toroidal Loop: 32 turns, hi-res",
"id": "Toroidal Loop: 32 turns, hi-res, flat",
"points": get_phase_jumping_toroidal_loop.__func__( # type: ignore
n_points=2000, n_phase_jumps=1,
toroidal_radius=1, poloidal_radius=.5,
Expand Down

0 comments on commit 79eaf11

Please sign in to comment.