SII-LWY alexbauer-pf commited on
Commit
0f1006d
·
0 Parent(s):

Duplicate from proxima-fusion/constellaration

Browse files

Co-authored-by: Alex Bauer <alexbauer-pf@users.noreply.huggingface.co>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +59 -0
  2. README.md +1045 -0
  3. assets/boundary.png +3 -0
  4. assets/boundary_cross_sections.png +3 -0
  5. assets/flux_surfaces.png +3 -0
  6. assets/mhd_intro_v2.png +3 -0
  7. data/train-00000-of-00003.parquet +3 -0
  8. data/train-00001-of-00003.parquet +3 -0
  9. data/train-00002-of-00003.parquet +3 -0
  10. finite_beta_1pct/train-00000-of-00001.parquet +3 -0
  11. finite_beta_2pct/train-00000-of-00001.parquet +3 -0
  12. finite_beta_3pct/train-00000-of-00001.parquet +3 -0
  13. finite_beta_4pct/train-00000-of-00001.parquet +3 -0
  14. finite_beta_5pct/train-00000-of-00001.parquet +3 -0
  15. vmecpp_wout/part.0.parquet +3 -0
  16. vmecpp_wout/part.1.parquet +3 -0
  17. vmecpp_wout/part.10.parquet +3 -0
  18. vmecpp_wout/part.100.parquet +3 -0
  19. vmecpp_wout/part.1000.parquet +3 -0
  20. vmecpp_wout/part.1001.parquet +3 -0
  21. vmecpp_wout/part.1002.parquet +3 -0
  22. vmecpp_wout/part.1003.parquet +3 -0
  23. vmecpp_wout/part.1004.parquet +3 -0
  24. vmecpp_wout/part.1005.parquet +3 -0
  25. vmecpp_wout/part.1006.parquet +3 -0
  26. vmecpp_wout/part.1007.parquet +3 -0
  27. vmecpp_wout/part.1008.parquet +3 -0
  28. vmecpp_wout/part.1009.parquet +3 -0
  29. vmecpp_wout/part.101.parquet +3 -0
  30. vmecpp_wout/part.1010.parquet +3 -0
  31. vmecpp_wout/part.1011.parquet +3 -0
  32. vmecpp_wout/part.1012.parquet +3 -0
  33. vmecpp_wout/part.1013.parquet +3 -0
  34. vmecpp_wout/part.1014.parquet +3 -0
  35. vmecpp_wout/part.1015.parquet +3 -0
  36. vmecpp_wout/part.1016.parquet +3 -0
  37. vmecpp_wout/part.1017.parquet +3 -0
  38. vmecpp_wout/part.1018.parquet +3 -0
  39. vmecpp_wout/part.1019.parquet +3 -0
  40. vmecpp_wout/part.102.parquet +3 -0
  41. vmecpp_wout/part.1020.parquet +3 -0
  42. vmecpp_wout/part.1021.parquet +3 -0
  43. vmecpp_wout/part.1022.parquet +3 -0
  44. vmecpp_wout/part.1023.parquet +3 -0
  45. vmecpp_wout/part.1024.parquet +3 -0
  46. vmecpp_wout/part.1025.parquet +3 -0
  47. vmecpp_wout/part.1026.parquet +3 -0
  48. vmecpp_wout/part.1027.parquet +3 -0
  49. vmecpp_wout/part.1028.parquet +3 -0
  50. vmecpp_wout/part.1029.parquet +3 -0
.gitattributes ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,1045 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ - config_name: default
4
+ features:
5
+ - name: metrics.id
6
+ dtype: string
7
+ - name: metrics.json
8
+ dtype: string
9
+ - name: metrics.aspect_ratio
10
+ dtype: float64
11
+ - name: metrics.aspect_ratio_over_edge_rotational_transform
12
+ dtype: float64
13
+ - name: metrics.average_triangularity
14
+ dtype: float64
15
+ - name: metrics.axis_magnetic_mirror_ratio
16
+ dtype: float64
17
+ - name: metrics.axis_rotational_transform_over_n_field_periods
18
+ dtype: float64
19
+ - name: metrics.edge_magnetic_mirror_ratio
20
+ dtype: float64
21
+ - name: metrics.edge_rotational_transform_over_n_field_periods
22
+ dtype: float64
23
+ - name: metrics.flux_compression_in_regions_of_bad_curvature
24
+ dtype: float64
25
+ - name: metrics.max_elongation
26
+ dtype: float64
27
+ - name: metrics.minimum_normalized_magnetic_gradient_scale_length
28
+ dtype: float64
29
+ - name: metrics.qi
30
+ dtype: float64
31
+ - name: metrics.vacuum_well
32
+ dtype: float64
33
+ - name: boundary.json
34
+ dtype: string
35
+ - name: boundary.is_stellarator_symmetric
36
+ dtype: bool
37
+ - name: boundary.n_field_periods
38
+ dtype: int64
39
+ - name: boundary.n_periodicity
40
+ dtype: int64
41
+ - name: boundary.r_cos
42
+ sequence:
43
+ sequence: float64
44
+ - name: boundary.r_sin
45
+ dtype: 'null'
46
+ - name: boundary.z_cos
47
+ dtype: 'null'
48
+ - name: boundary.z_sin
49
+ sequence:
50
+ sequence: float64
51
+ - name: omnigenous_field_and_targets.id
52
+ dtype: string
53
+ - name: omnigenous_field_and_targets.json
54
+ dtype: string
55
+ - name: omnigenous_field_and_targets.aspect_ratio
56
+ dtype: float64
57
+ - name: omnigenous_field_and_targets.major_radius
58
+ dtype: float64
59
+ - name: omnigenous_field_and_targets.max_elongation
60
+ dtype: float64
61
+ - name: omnigenous_field_and_targets.omnigenous_field.modB_spline_knot_coefficients
62
+ sequence:
63
+ sequence: float64
64
+ - name: omnigenous_field_and_targets.omnigenous_field.n_field_periods
65
+ dtype: int64
66
+ - name: omnigenous_field_and_targets.omnigenous_field.poloidal_winding
67
+ dtype: int64
68
+ - name: omnigenous_field_and_targets.omnigenous_field.torodial_winding
69
+ dtype: int64
70
+ - name: omnigenous_field_and_targets.omnigenous_field.x_lmn
71
+ sequence:
72
+ sequence:
73
+ sequence: float64
74
+ - name: omnigenous_field_and_targets.rotational_transform
75
+ dtype: float64
76
+ - name: desc_omnigenous_field_optimization_settings.id
77
+ dtype: string
78
+ - name: desc_omnigenous_field_optimization_settings.json
79
+ dtype: string
80
+ - name: desc_omnigenous_field_optimization_settings.equilibrium_settings.check_orientation
81
+ dtype: bool
82
+ - name: desc_omnigenous_field_optimization_settings.equilibrium_settings.max_poloidal_mode
83
+ dtype: int64
84
+ - name: desc_omnigenous_field_optimization_settings.equilibrium_settings.max_toroidal_mode
85
+ dtype: int64
86
+ - name: desc_omnigenous_field_optimization_settings.equilibrium_settings.psi
87
+ dtype: float64
88
+ - name: desc_omnigenous_field_optimization_settings.initial_guess_settings.aspect_ratio
89
+ dtype: float64
90
+ - name: desc_omnigenous_field_optimization_settings.initial_guess_settings.elongation
91
+ dtype: float64
92
+ - name: desc_omnigenous_field_optimization_settings.initial_guess_settings.is_iota_positive
93
+ dtype: bool
94
+ - name: desc_omnigenous_field_optimization_settings.initial_guess_settings.is_stellarator_symmetric
95
+ dtype: bool
96
+ - name: desc_omnigenous_field_optimization_settings.initial_guess_settings.major_radius
97
+ dtype: float64
98
+ - name: desc_omnigenous_field_optimization_settings.initial_guess_settings.max_elongation
99
+ dtype: float64
100
+ - name: desc_omnigenous_field_optimization_settings.initial_guess_settings.max_poloidal_mode
101
+ dtype: int64
102
+ - name: desc_omnigenous_field_optimization_settings.initial_guess_settings.max_toroidal_mode
103
+ dtype: int64
104
+ - name: desc_omnigenous_field_optimization_settings.initial_guess_settings.mirror_ratio
105
+ dtype: float64
106
+ - name: desc_omnigenous_field_optimization_settings.initial_guess_settings.n_field_periods
107
+ dtype: int64
108
+ - name: desc_omnigenous_field_optimization_settings.initial_guess_settings.rotational_transform
109
+ dtype: float64
110
+ - name: desc_omnigenous_field_optimization_settings.initial_guess_settings.torsion
111
+ dtype: float64
112
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.aspect_ratio_settings.name
113
+ dtype: string
114
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.aspect_ratio_settings.target_kind
115
+ dtype: string
116
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.aspect_ratio_settings.weight
117
+ dtype: float64
118
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.elongation_settings.name
119
+ dtype: string
120
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.elongation_settings.target_kind
121
+ dtype: string
122
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.elongation_settings.weight
123
+ dtype: float64
124
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.omnigenity_settings.eq_lcfs_grid_M_factor
125
+ dtype: int64
126
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.omnigenity_settings.eq_lcfs_grid_N_factor
127
+ dtype: int64
128
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.omnigenity_settings.eq_lcfs_grid_rho
129
+ dtype: float64
130
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.omnigenity_settings.eta_weight
131
+ dtype: float64
132
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.omnigenity_settings.name
133
+ dtype: string
134
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.omnigenity_settings.weight
135
+ dtype: float64
136
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.rotational_transform_settings.name
137
+ dtype: string
138
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.rotational_transform_settings.target_kind
139
+ dtype: string
140
+ - name: desc_omnigenous_field_optimization_settings.objective_settings.rotational_transform_settings.weight
141
+ dtype: float64
142
+ - name: desc_omnigenous_field_optimization_settings.optimizer_settings.maxiter
143
+ dtype: int64
144
+ - name: desc_omnigenous_field_optimization_settings.optimizer_settings.name
145
+ dtype: string
146
+ - name: desc_omnigenous_field_optimization_settings.optimizer_settings.verbose
147
+ dtype: int64
148
+ - name: vmec_omnigenous_field_optimization_settings.id
149
+ dtype: string
150
+ - name: vmec_omnigenous_field_optimization_settings.json
151
+ dtype: string
152
+ - name: vmec_omnigenous_field_optimization_settings.gradient_based_relative_objectives_tolerance
153
+ dtype: float64
154
+ - name: vmec_omnigenous_field_optimization_settings.gradient_free_budget_per_design_variable
155
+ dtype: int64
156
+ - name: vmec_omnigenous_field_optimization_settings.gradient_free_max_time
157
+ dtype: int64
158
+ - name: vmec_omnigenous_field_optimization_settings.gradient_free_optimization_hypercube_bounds
159
+ dtype: float64
160
+ - name: vmec_omnigenous_field_optimization_settings.infinity_norm_spectrum_scaling
161
+ dtype: float64
162
+ - name: vmec_omnigenous_field_optimization_settings.max_poloidal_mode
163
+ dtype: int64
164
+ - name: vmec_omnigenous_field_optimization_settings.max_toroidal_mode
165
+ dtype: int64
166
+ - name: vmec_omnigenous_field_optimization_settings.n_inner_optimizations
167
+ dtype: int64
168
+ - name: vmec_omnigenous_field_optimization_settings.use_continuation_method_in_fourier_space
169
+ dtype: bool
170
+ - name: vmec_omnigenous_field_optimization_settings.verbose
171
+ dtype: bool
172
+ - name: qp_init_omnigenous_field_optimization_settings.id
173
+ dtype: string
174
+ - name: qp_init_omnigenous_field_optimization_settings.json
175
+ dtype: string
176
+ - name: qp_init_omnigenous_field_optimization_settings.aspect_ratio
177
+ dtype: float64
178
+ - name: qp_init_omnigenous_field_optimization_settings.elongation
179
+ dtype: float64
180
+ - name: qp_init_omnigenous_field_optimization_settings.is_iota_positive
181
+ dtype: bool
182
+ - name: qp_init_omnigenous_field_optimization_settings.is_stellarator_symmetric
183
+ dtype: bool
184
+ - name: qp_init_omnigenous_field_optimization_settings.major_radius
185
+ dtype: float64
186
+ - name: qp_init_omnigenous_field_optimization_settings.mirror_ratio
187
+ dtype: float64
188
+ - name: qp_init_omnigenous_field_optimization_settings.n_field_periods
189
+ dtype: int64
190
+ - name: qp_init_omnigenous_field_optimization_settings.torsion
191
+ dtype: float64
192
+ - name: nae_init_omnigenous_field_optimization_settings.id
193
+ dtype: string
194
+ - name: nae_init_omnigenous_field_optimization_settings.json
195
+ dtype: string
196
+ - name: nae_init_omnigenous_field_optimization_settings.aspect_ratio
197
+ dtype: float64
198
+ - name: nae_init_omnigenous_field_optimization_settings.max_elongation
199
+ dtype: float64
200
+ - name: nae_init_omnigenous_field_optimization_settings.max_poloidal_mode
201
+ dtype: int64
202
+ - name: nae_init_omnigenous_field_optimization_settings.max_toroidal_mode
203
+ dtype: int64
204
+ - name: nae_init_omnigenous_field_optimization_settings.mirror_ratio
205
+ dtype: float64
206
+ - name: nae_init_omnigenous_field_optimization_settings.n_field_periods
207
+ dtype: int64
208
+ - name: nae_init_omnigenous_field_optimization_settings.rotational_transform
209
+ dtype: float64
210
+ - name: misc.vmecpp_wout_id
211
+ dtype: string
212
+ - name: misc.has_optimize_boundary_omnigenity_vmec_error
213
+ dtype: bool
214
+ - name: misc.has_optimize_boundary_omnigenity_desc_error
215
+ dtype: bool
216
+ - name: misc.has_generate_qp_initialization_from_targets_error
217
+ dtype: bool
218
+ - name: misc.has_generate_nae_initialization_from_targets_error
219
+ dtype: bool
220
+ - name: misc.has_neurips_2025_forward_model_error
221
+ dtype: bool
222
+ - name: plasma_config_id
223
+ dtype: string
224
+ splits:
225
+ - name: train
226
+ num_bytes: 1240651097.3174775
227
+ num_examples: 182222
228
+ download_size: 610201645
229
+ dataset_size: 1240651097.3174775
230
+ - config_name: finite_beta_1pct
231
+ features:
232
+ - name: metrics.id
233
+ dtype: string
234
+ - name: metrics.json
235
+ dtype: string
236
+ - name: metrics.aspect_ratio
237
+ dtype: float64
238
+ - name: metrics.aspect_ratio_over_edge_rotational_transform
239
+ dtype: float64
240
+ - name: metrics.average_triangularity
241
+ dtype: float64
242
+ - name: metrics.axis_magnetic_mirror_ratio
243
+ dtype: float64
244
+ - name: metrics.axis_rotational_transform_over_n_field_periods
245
+ dtype: float64
246
+ - name: metrics.edge_magnetic_mirror_ratio
247
+ dtype: float64
248
+ - name: metrics.edge_rotational_transform_over_n_field_periods
249
+ dtype: float64
250
+ - name: metrics.flux_compression_in_regions_of_bad_curvature
251
+ dtype: float64
252
+ - name: metrics.max_elongation
253
+ dtype: float64
254
+ - name: metrics.minimum_normalized_magnetic_gradient_scale_length
255
+ dtype: float64
256
+ - name: metrics.qi
257
+ dtype: float64
258
+ - name: metrics.vacuum_well
259
+ dtype: float64
260
+ - name: misc.vmecpp_wout_id
261
+ dtype: string
262
+ - name: misc.source_plasma_config_id
263
+ dtype: string
264
+ - name: misc.has_neurips_2025_forward_model_error
265
+ dtype: bool
266
+ - name: plasma_config_id
267
+ dtype: string
268
+ splits:
269
+ - name: train
270
+ num_bytes: 76508664.04284965
271
+ num_examples: 112804
272
+ download_size: 52556502
273
+ dataset_size: 76508664.04284965
274
+ - config_name: finite_beta_2pct
275
+ features:
276
+ - name: metrics.id
277
+ dtype: string
278
+ - name: metrics.json
279
+ dtype: string
280
+ - name: metrics.aspect_ratio
281
+ dtype: float64
282
+ - name: metrics.aspect_ratio_over_edge_rotational_transform
283
+ dtype: float64
284
+ - name: metrics.average_triangularity
285
+ dtype: float64
286
+ - name: metrics.axis_magnetic_mirror_ratio
287
+ dtype: float64
288
+ - name: metrics.axis_rotational_transform_over_n_field_periods
289
+ dtype: float64
290
+ - name: metrics.edge_magnetic_mirror_ratio
291
+ dtype: float64
292
+ - name: metrics.edge_rotational_transform_over_n_field_periods
293
+ dtype: float64
294
+ - name: metrics.flux_compression_in_regions_of_bad_curvature
295
+ dtype: float64
296
+ - name: metrics.max_elongation
297
+ dtype: float64
298
+ - name: metrics.minimum_normalized_magnetic_gradient_scale_length
299
+ dtype: float64
300
+ - name: metrics.qi
301
+ dtype: float64
302
+ - name: metrics.vacuum_well
303
+ dtype: float64
304
+ - name: misc.vmecpp_wout_id
305
+ dtype: string
306
+ - name: misc.source_plasma_config_id
307
+ dtype: string
308
+ - name: misc.has_neurips_2025_forward_model_error
309
+ dtype: bool
310
+ - name: plasma_config_id
311
+ dtype: string
312
+ splits:
313
+ - name: train
314
+ num_bytes: 47402708.67692375
315
+ num_examples: 82722
316
+ download_size: 38593722
317
+ dataset_size: 47402708.67692375
318
+ - config_name: finite_beta_3pct
319
+ features:
320
+ - name: metrics.id
321
+ dtype: string
322
+ - name: metrics.json
323
+ dtype: string
324
+ - name: metrics.aspect_ratio
325
+ dtype: float64
326
+ - name: metrics.aspect_ratio_over_edge_rotational_transform
327
+ dtype: float64
328
+ - name: metrics.average_triangularity
329
+ dtype: float64
330
+ - name: metrics.axis_magnetic_mirror_ratio
331
+ dtype: float64
332
+ - name: metrics.axis_rotational_transform_over_n_field_periods
333
+ dtype: float64
334
+ - name: metrics.edge_magnetic_mirror_ratio
335
+ dtype: float64
336
+ - name: metrics.edge_rotational_transform_over_n_field_periods
337
+ dtype: float64
338
+ - name: metrics.flux_compression_in_regions_of_bad_curvature
339
+ dtype: float64
340
+ - name: metrics.max_elongation
341
+ dtype: float64
342
+ - name: metrics.minimum_normalized_magnetic_gradient_scale_length
343
+ dtype: float64
344
+ - name: metrics.qi
345
+ dtype: float64
346
+ - name: metrics.vacuum_well
347
+ dtype: float64
348
+ - name: misc.vmecpp_wout_id
349
+ dtype: string
350
+ - name: misc.source_plasma_config_id
351
+ dtype: string
352
+ - name: misc.has_neurips_2025_forward_model_error
353
+ dtype: bool
354
+ - name: plasma_config_id
355
+ dtype: string
356
+ splits:
357
+ - name: train
358
+ num_bytes: 25395079.54877086
359
+ num_examples: 55448
360
+ download_size: 25947395
361
+ dataset_size: 25395079.54877086
362
+ - config_name: finite_beta_4pct
363
+ features:
364
+ - name: metrics.id
365
+ dtype: string
366
+ - name: metrics.json
367
+ dtype: string
368
+ - name: metrics.aspect_ratio
369
+ dtype: float64
370
+ - name: metrics.aspect_ratio_over_edge_rotational_transform
371
+ dtype: float64
372
+ - name: metrics.average_triangularity
373
+ dtype: float64
374
+ - name: metrics.axis_magnetic_mirror_ratio
375
+ dtype: float64
376
+ - name: metrics.axis_rotational_transform_over_n_field_periods
377
+ dtype: float64
378
+ - name: metrics.edge_magnetic_mirror_ratio
379
+ dtype: float64
380
+ - name: metrics.edge_rotational_transform_over_n_field_periods
381
+ dtype: float64
382
+ - name: metrics.flux_compression_in_regions_of_bad_curvature
383
+ dtype: float64
384
+ - name: metrics.max_elongation
385
+ dtype: float64
386
+ - name: metrics.minimum_normalized_magnetic_gradient_scale_length
387
+ dtype: float64
388
+ - name: metrics.qi
389
+ dtype: float64
390
+ - name: metrics.vacuum_well
391
+ dtype: float64
392
+ - name: misc.vmecpp_wout_id
393
+ dtype: string
394
+ - name: misc.source_plasma_config_id
395
+ dtype: string
396
+ - name: misc.has_neurips_2025_forward_model_error
397
+ dtype: bool
398
+ - name: plasma_config_id
399
+ dtype: string
400
+ splits:
401
+ - name: train
402
+ num_bytes: 13509704.764567751
403
+ num_examples: 36444
404
+ download_size: 17086365
405
+ dataset_size: 13509704.764567751
406
+ - config_name: finite_beta_5pct
407
+ features:
408
+ - name: metrics.id
409
+ dtype: string
410
+ - name: metrics.json
411
+ dtype: string
412
+ - name: metrics.aspect_ratio
413
+ dtype: float64
414
+ - name: metrics.aspect_ratio_over_edge_rotational_transform
415
+ dtype: float64
416
+ - name: metrics.average_triangularity
417
+ dtype: float64
418
+ - name: metrics.axis_magnetic_mirror_ratio
419
+ dtype: float64
420
+ - name: metrics.axis_rotational_transform_over_n_field_periods
421
+ dtype: float64
422
+ - name: metrics.edge_magnetic_mirror_ratio
423
+ dtype: float64
424
+ - name: metrics.edge_rotational_transform_over_n_field_periods
425
+ dtype: float64
426
+ - name: metrics.flux_compression_in_regions_of_bad_curvature
427
+ dtype: float64
428
+ - name: metrics.max_elongation
429
+ dtype: float64
430
+ - name: metrics.minimum_normalized_magnetic_gradient_scale_length
431
+ dtype: float64
432
+ - name: metrics.qi
433
+ dtype: float64
434
+ - name: metrics.vacuum_well
435
+ dtype: float64
436
+ - name: misc.vmecpp_wout_id
437
+ dtype: string
438
+ - name: misc.source_plasma_config_id
439
+ dtype: string
440
+ - name: misc.has_neurips_2025_forward_model_error
441
+ dtype: bool
442
+ - name: plasma_config_id
443
+ dtype: string
444
+ splits:
445
+ - name: train
446
+ num_bytes: 8792377.219300479
447
+ num_examples: 26729
448
+ download_size: 12538180
449
+ dataset_size: 8792377.219300479
450
+ - config_name: vmecpp_wout
451
+ features:
452
+ - name: plasma_config_id
453
+ dtype: string
454
+ - name: id
455
+ dtype: string
456
+ - name: json
457
+ dtype: string
458
+ splits:
459
+ - name: train
460
+ num_bytes: 1100757693175
461
+ num_examples: 148292
462
+ download_size: 956063943
463
+ dataset_size: 1100757693175
464
+ - config_name: vmecpp_wout_finite_beta_1pct
465
+ features:
466
+ - name: plasma_config_id
467
+ dtype: string
468
+ - name: id
469
+ dtype: string
470
+ - name: json
471
+ dtype: string
472
+ splits:
473
+ - name: train
474
+ num_bytes: 1100757693175
475
+ num_examples: 148292
476
+ download_size: 956063943
477
+ dataset_size: 1100757693175
478
+ - config_name: vmecpp_wout_finite_beta_2pct
479
+ features:
480
+ - name: plasma_config_id
481
+ dtype: string
482
+ - name: id
483
+ dtype: string
484
+ - name: json
485
+ dtype: string
486
+ splits:
487
+ - name: train
488
+ num_bytes: 1100757693175
489
+ num_examples: 148292
490
+ download_size: 956063943
491
+ dataset_size: 1100757693175
492
+ - config_name: vmecpp_wout_finite_beta_3pct
493
+ features:
494
+ - name: plasma_config_id
495
+ dtype: string
496
+ - name: id
497
+ dtype: string
498
+ - name: json
499
+ dtype: string
500
+ splits:
501
+ - name: train
502
+ num_bytes: 1100757693175
503
+ num_examples: 148292
504
+ download_size: 956063943
505
+ dataset_size: 1100757693175
506
+ - config_name: vmecpp_wout_finite_beta_4pct
507
+ features:
508
+ - name: plasma_config_id
509
+ dtype: string
510
+ - name: id
511
+ dtype: string
512
+ - name: json
513
+ dtype: string
514
+ splits:
515
+ - name: train
516
+ num_bytes: 1100757693175
517
+ num_examples: 148292
518
+ download_size: 956063943
519
+ dataset_size: 1100757693175
520
+ - config_name: vmecpp_wout_finite_beta_5pct
521
+ features:
522
+ - name: plasma_config_id
523
+ dtype: string
524
+ - name: id
525
+ dtype: string
526
+ - name: json
527
+ dtype: string
528
+ splits:
529
+ - name: train
530
+ num_bytes: 1100757693175
531
+ num_examples: 148292
532
+ download_size: 956063943
533
+ dataset_size: 1100757693175
534
+ configs:
535
+ - config_name: default
536
+ data_files:
537
+ - split: train
538
+ path: data/train-*
539
+ - config_name: finite_beta_1pct
540
+ data_files:
541
+ - split: train
542
+ path: finite_beta_1pct/train-*
543
+ - config_name: finite_beta_2pct
544
+ data_files:
545
+ - split: train
546
+ path: finite_beta_2pct/train-*
547
+ - config_name: finite_beta_3pct
548
+ data_files:
549
+ - split: train
550
+ path: finite_beta_3pct/train-*
551
+ - config_name: finite_beta_4pct
552
+ data_files:
553
+ - split: train
554
+ path: finite_beta_4pct/train-*
555
+ - config_name: finite_beta_5pct
556
+ data_files:
557
+ - split: train
558
+ path: finite_beta_5pct/train-*
559
+ - config_name: vmecpp_wout
560
+ data_files:
561
+ - split: train
562
+ path: vmecpp_wout/part*
563
+ - config_name: vmecpp_wout_finite_beta_1pct
564
+ data_files:
565
+ - split: train
566
+ path: vmecpp_wout_finite_beta_1pct/part*
567
+ - config_name: vmecpp_wout_finite_beta_2pct
568
+ data_files:
569
+ - split: train
570
+ path: vmecpp_wout_finite_beta_2pct/part*
571
+ - config_name: vmecpp_wout_finite_beta_3pct
572
+ data_files:
573
+ - split: train
574
+ path: vmecpp_wout_finite_beta_3pct/part*
575
+ - config_name: vmecpp_wout_finite_beta_4pct
576
+ data_files:
577
+ - split: train
578
+ path: vmecpp_wout_finite_beta_4pct/part*
579
+ - config_name: vmecpp_wout_finite_beta_5pct
580
+ data_files:
581
+ - split: train
582
+ path: vmecpp_wout_finite_beta_5pct/part*
583
+ license: mit
584
+ language:
585
+ - en
586
+ tags:
587
+ - physics
588
+ - fusion
589
+ - optimization
590
+ - neurips
591
+ pretty_name: ConStellaration
592
+ size_categories:
593
+ - 100K<n<1M
594
+ ---
595
+ # Dataset Card for ConStellaration
596
+
597
+ <!-- Provide a quick summary of the dataset. -->
598
+
599
+ A dataset of diverse quasi-isodynamic (QI) stellarator boundary shapes with corresponding performance metrics and ideal magneto-hydrodynamic (MHD) equilibria, as well as settings for their generation.
600
+
601
+ The performance metrics and ideal MHD equilibria were evaluated under vacuum (default) and with plasma inside (finite beta).
602
+
603
+ ## Dataset Details
604
+
605
+ ### Dataset Description
606
+
607
+ <!-- Provide a longer summary of what this dataset is. -->
608
+
609
+ Stellarators are magnetic confinement devices that are being pursued to deliver steady-state carbon-free fusion energy. Their design involves a high-dimensional, constrained optimization problem that requires expensive physics simulations and significant domain expertise. Specifically, QI-stellarators are seen as a promising path to commercial fusion due to their intrinsic avoidance of current-driven disruptions.
610
+
611
+ With the release of this dataset, we aim to lower the barrier for optimization and machine learning researchers to contribute to stellarator design, and to accelerate cross-disciplinary progress toward bringing fusion energy to the grid.
612
+
613
+ - **Curated by:** Proxima Fusion
614
+ - **License:** MIT
615
+
616
+ ![Diagram of the computation of metrics of interest from a plasma boundary via the MHD equilibrium](assets/mhd_intro_v2.png)
617
+
618
+ ### Dataset Sources
619
+
620
+ <!-- Provide the basic links for the dataset. -->
621
+
622
+ - **Repository:** https://huggingface.co/datasets/proxima-fusion/constellaration
623
+ - **Paper:** https://arxiv.org/abs/2506.19583
624
+ - **Code:** https://github.com/proximafusion/constellaration
625
+
626
+ ## Dataset Structure
627
+
628
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
629
+
630
+ There are 6 tuples of datasets, one for each percentage of volume-averaged plasma inside the boundary:
631
+ <table>
632
+ <tr>
633
+ <th>Condition</th>
634
+ <th>Boundaries, Metrics, Generation Settings, Misc</th>
635
+ <th>Ideal MHD Equilibira</th>
636
+ </tr>
637
+ <tr>
638
+ <th>Vacuum</th>
639
+ <th>default</th>
640
+ <th>vmecpp_wout</th>
641
+ </tr>
642
+ <tr>
643
+ <th>1% Beta</th>
644
+ <th>finte_beta_1pct</th>
645
+ <th>vmecpp_wout_finite_beta_1pct</th>
646
+ </tr>
647
+ <tr>
648
+ <th>2% Beta</th>
649
+ <th>finte_beta_2pct</th>
650
+ <th>vmecpp_wout_finite_beta_2pct</th>
651
+ </tr>
652
+ <tr>
653
+ <th>3% Beta</th>
654
+ <th>finte_beta_3pct</th>
655
+ <th>vmecpp_wout_finite_beta_3pct</th>
656
+ </tr>
657
+ <tr>
658
+ <th>4% Beta</th>
659
+ <th>finte_beta_4pct</th>
660
+ <th>vmecpp_wout_finite_beta_4pct</th>
661
+ </tr>
662
+ <tr>
663
+ <th>5% Beta</th>
664
+ <th>finte_beta_5pct</th>
665
+ <th>vmecpp_wout_finite_beta_5pct</th>
666
+ </tr>
667
+ </table>
668
+ <br>
669
+ Contents of datasets:
670
+ <table>
671
+ <tr>
672
+ <th style="border-right: 1px solid gray;">default</th>
673
+ <th>vmecpp_wout</th>
674
+ </tr>
675
+ <tr>
676
+ <td style="border-right: 1px solid gray;">
677
+ Contains information about:
678
+ <ul>
679
+ <li>Plasma boundaries</li>
680
+ <li>Ideal MHD metrics in vacuum</li>
681
+ <li>Omnigenous field and targets, used as input for sampling of plasma boundaries</li>
682
+ <li>Sampling settings for various methods (DESC, VMEC, QP initialization, Near-axis expansion)</li>
683
+ <li>Miscellaneous information
684
+ <ul>
685
+ <li>the corresponding ideal MHD equilibrium ID in <b>vmecpp_wout</b></li>
686
+ <li>errors that might have occurred during sampling or metrics computation.</li>
687
+ </ul>
688
+ </li>
689
+ </ul>
690
+ </td>
691
+ <td>
692
+ Contains:
693
+ <ul>
694
+ <li>For each plasma boundary in <b>default</b>, a JSON-string representation of the "WOut" file as obtained when running VMEC, initialized on the boundary.<br>The JSON representation can be converted to a VMEC2000 output file.</li>
695
+ <li>The corresponding plasma configuration ID in <b>default</b></li>
696
+ </ul>
697
+ </td>
698
+ </tr>
699
+ <tr>
700
+ <td colspan="2">
701
+ The <b>default</b> (vacuum) subset above is special in the sense that it contains more information than the other subsets (finite betas) below. Those are derived from the <b>default</b> (vacuum) subset by setting for each plasma boundary the respective volume-averaged beta percentage and re-computing the performance metrics and ideal MHD equilibria:
702
+ </td>
703
+ </tr>
704
+ <tr>
705
+ <th style="border-right: 1px solid gray;">finite_beta_*pct</th>
706
+ <th>vmecpp_wout_finite_beta_*pct</th>
707
+ </tr>
708
+ <tr>
709
+ <td style="border-right: 1px solid gray;">
710
+ Contains information about:
711
+ <ul>
712
+ <li>Ideal MHD metrics with plasma</li>
713
+ <li>Miscellaneous information
714
+ <ul>
715
+ <li>the corresponding source plasma configuration ID in <b>default</b></li>
716
+ <li>the corresponding ideal MHD equilibrium ID in <b>vmecpp_wout_finite_beta_*pct</b></li>
717
+ <li>errors that might have occurred metrics computation.</li>
718
+ </ul>
719
+ </li>
720
+ </ul>
721
+ </td>
722
+ <td>
723
+ Same as <b>vmecpp_wout</b> above, corresponding to <b>finite_beta_*pct</b>
724
+ </td>
725
+ </tr>
726
+ </table>
727
+
728
+ For each of the components above there is an identifier column (ending with `.id`), a JSON column containing a JSON-string representation, as well as one column per leaf in the nested JSON structure (with `.` separating the keys on the JSON path to the respective leaf).
729
+
730
+ ## Uses
731
+
732
+ Install Huggingface Datasets: `pip install datasets`
733
+
734
+ ### Basic Usage
735
+ Load the dataset and convert to a Pandas Dataframe (here, `torch` is used as an example; install it with" `pip install torch`):
736
+ ```python
737
+ import datasets
738
+ import torch
739
+ from pprint import pprint
740
+
741
+ ds = datasets.load_dataset(
742
+ "proxima-fusion/constellaration",
743
+ split="train",
744
+ num_proc=4,
745
+ )
746
+ ds = ds.select_columns([c for c in ds.column_names
747
+ if c.startswith("boundary.")
748
+ or c.startswith("metrics.")])
749
+ ds = ds.filter(
750
+ lambda x: x == 3,
751
+ input_columns=["boundary.n_field_periods"],
752
+ num_proc=4,
753
+ )
754
+ ml_ds = ds.remove_columns([
755
+ "boundary.n_field_periods", "boundary.is_stellarator_symmetric", # all same value
756
+ "boundary.r_sin", "boundary.z_cos", # empty
757
+ "boundary.json", "metrics.json", "metrics.id", # not needed
758
+ ])
759
+
760
+ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
761
+ torch_ds = ml_ds.with_format("torch", device=device) # other options: "jax", "tensorflow" etc.
762
+
763
+ for batch in torch.utils.data.DataLoader(torch_ds, batch_size=4, num_workers=4):
764
+ pprint(batch)
765
+ break
766
+ ```
767
+ <div style="margin-left: 1em;">
768
+ <details>
769
+ <summary>Output</summary>
770
+
771
+ ```python
772
+ {'boundary.r_cos': tensor([[[ 0.0000e+00, 0.0000e+00, 0.0000e+00, 0.0000e+00, 1.0000e+00,
773
+ -6.5763e-02, -3.8500e-02, 2.2178e-03, 4.6007e-04],
774
+ [-6.6648e-04, -1.0976e-02, 5.6475e-02, 1.4193e-02, 8.3476e-02,
775
+ -4.6767e-02, -1.3679e-02, 3.9562e-03, 1.0087e-04],
776
+ [-3.5474e-04, 4.7144e-03, 8.3967e-04, -1.9705e-02, -9.4592e-03,
777
+ -5.8859e-03, 1.0172e-03, 9.2020e-04, -2.0059e-04],
778
+ [ 2.9056e-03, 1.6125e-04, -4.0626e-04, -8.0189e-03, 1.3228e-03,
779
+ -5.3636e-04, -7.3536e-04, 3.4558e-05, 1.4845e-04],
780
+ [-1.2475e-04, -4.9942e-04, -2.6091e-04, -5.6161e-04, 8.3187e-05,
781
+ -1.2714e-04, -2.1174e-04, 4.1940e-06, -4.5643e-05]],
782
+
783
+ [[ 0.0000e+00, 0.0000e+00, 0.0000e+00, 0.0000e+00, 9.9909e-01,
784
+ -6.8512e-02, -8.1567e-02, 2.5140e-02, -2.4035e-03],
785
+ [-3.4328e-03, 1.6768e-02, 1.2305e-02, -3.6708e-02, 1.0285e-01,
786
+ 1.1224e-02, -2.3418e-02, -5.4137e-04, 9.3986e-04],
787
+ [-2.8389e-03, 1.4652e-03, 1.0112e-03, 9.8102e-04, -2.3162e-02,
788
+ -6.1180e-03, 1.5327e-03, 9.4122e-04, -1.2781e-03],
789
+ [ 3.9240e-04, -2.3131e-04, 4.5690e-04, -3.8244e-03, -1.5314e-03,
790
+ 1.8863e-03, 1.1882e-03, -5.2338e-04, 2.6766e-04],
791
+ [-2.8441e-04, -3.4162e-04, 5.4013e-05, 7.4252e-04, 4.9895e-04,
792
+ -6.1110e-04, -8.7185e-04, -1.1714e-04, 9.9285e-08]],
793
+
794
+ [[ 0.0000e+00, 0.0000e+00, 0.0000e+00, 0.0000e+00, 1.0000e+00,
795
+ 6.9176e-02, -1.8489e-02, -6.5094e-03, -7.6238e-04],
796
+ [ 1.4062e-03, 4.2645e-03, -1.0647e-02, -8.1579e-02, 1.0522e-01,
797
+ 1.6914e-02, 6.5321e-04, 6.9397e-04, 2.0881e-04],
798
+ [-6.5155e-05, -1.2232e-03, -3.3660e-03, 9.8742e-03, -1.4611e-02,
799
+ 6.0985e-03, 9.5693e-04, -1.0049e-04, 5.4173e-05],
800
+ [-4.3969e-04, -5.1155e-04, 6.9611e-03, -2.8698e-04, -5.8589e-03,
801
+ -5.4844e-05, -7.3797e-04, -5.4401e-06, -3.3698e-05],
802
+ [-1.9741e-04, 1.0003e-04, -2.0176e-04, 4.9546e-04, -1.6201e-04,
803
+ -1.9169e-04, -3.9886e-04, 3.3773e-05, -3.5972e-05]],
804
+
805
+ [[ 0.0000e+00, 0.0000e+00, 0.0000e+00, 0.0000e+00, 1.0000e+00,
806
+ 1.1652e-01, -1.5593e-02, -1.0215e-02, -1.8656e-03],
807
+ [ 3.1697e-03, 2.1618e-02, 2.7072e-02, -2.4032e-02, 8.6125e-02,
808
+ -7.1168e-04, -1.2433e-02, -2.0902e-03, 1.5868e-04],
809
+ [-2.3877e-04, -4.9871e-03, -2.4145e-02, -2.1623e-02, -3.1477e-02,
810
+ -8.3460e-03, -8.8675e-04, -5.3290e-04, -2.2784e-04],
811
+ [-1.0006e-03, 2.1055e-05, -1.7186e-03, -5.2886e-03, 4.5186e-03,
812
+ -1.1530e-03, 6.2732e-05, 1.4212e-04, 4.3367e-05],
813
+ [ 7.8993e-05, -3.9503e-04, 1.5458e-03, -4.9707e-04, -3.9470e-04,
814
+ 6.0808e-04, -3.6447e-04, 1.2936e-04, 6.3461e-07]]]),
815
+ 'boundary.z_sin': tensor([[[ 0.0000e+00, 0.0000e+00, 0.0000e+00, 0.0000e+00, 0.0000e+00,
816
+ -1.4295e-02, 1.4929e-02, -6.6461e-03, -3.0652e-04],
817
+ [ 9.6958e-05, -1.6067e-03, 5.7568e-02, -2.2848e-02, -1.6101e-01,
818
+ 1.6560e-02, 1.5032e-02, -1.2463e-03, -4.0128e-04],
819
+ [-9.9541e-04, 3.6108e-03, -1.1401e-02, -1.8894e-02, -7.7459e-04,
820
+ 9.4527e-03, -4.6871e-04, -5.5180e-04, 3.2248e-04],
821
+ [ 2.3465e-03, -2.4885e-03, -8.4212e-03, 8.9649e-03, -1.9880e-03,
822
+ -1.6269e-03, 8.4700e-04, 3.7171e-04, -6.8400e-05],
823
+ [-3.6228e-04, -1.8575e-04, 6.0890e-04, 5.0270e-04, -6.9953e-04,
824
+ -7.6356e-05, 2.3796e-04, -3.2524e-05, 5.3396e-05]],
825
+
826
+ [[ 0.0000e+00, 0.0000e+00, 0.0000e+00, 0.0000e+00, 0.0000e+00,
827
+ -8.5341e-02, 2.4825e-02, 8.0996e-03, -7.1501e-03],
828
+ [-1.3470e-03, 4.6367e-03, 4.1579e-02, -3.6802e-02, -1.5076e-01,
829
+ 7.1852e-02, -1.9793e-02, 8.2575e-03, -3.8958e-03],
830
+ [-2.3956e-03, -5.7497e-03, 5.8264e-03, 9.4471e-03, -3.5171e-03,
831
+ -1.0481e-02, -3.2885e-03, 4.0624e-03, 4.3130e-04],
832
+ [ 6.3403e-05, -9.2162e-04, -2.4765e-03, 5.4090e-04, 1.9999e-03,
833
+ -1.1500e-03, 2.7581e-03, -5.7271e-04, 3.0363e-04],
834
+ [ 4.6278e-04, 4.3696e-04, 8.0524e-05, -2.4660e-04, -2.3747e-04,
835
+ 5.5060e-05, -1.3221e-04, -5.4823e-05, 1.6025e-04]],
836
+
837
+ [[ 0.0000e+00, 0.0000e+00, 0.0000e+00, 0.0000e+00, 0.0000e+00,
838
+ -1.6090e-01, -1.4364e-02, 3.7923e-03, 1.8234e-03],
839
+ [ 1.2118e-03, 3.1261e-03, 3.2037e-03, -5.7482e-02, -1.5461e-01,
840
+ -1.8058e-03, -5.7149e-03, -7.4521e-04, 2.9463e-04],
841
+ [ 8.7049e-04, -3.2717e-04, -1.0188e-02, 1.1215e-02, -7.4697e-03,
842
+ -1.3592e-03, -1.4984e-03, -3.1362e-04, 1.5780e-06],
843
+ [ 1.2617e-04, -1.2257e-04, -6.9928e-04, 8.7431e-04, -2.5848e-03,
844
+ 1.2087e-03, -2.4723e-04, -1.6535e-05, -6.4372e-05],
845
+ [-4.3932e-04, -1.8130e-04, 7.4368e-04, -6.1396e-04, -4.1518e-04,
846
+ 4.8132e-04, 1.6036e-04, 5.3081e-05, 1.6636e-05]],
847
+
848
+ [[ 0.0000e+00, 0.0000e+00, 0.0000e+00, 0.0000e+00, 0.0000e+00,
849
+ -1.1264e-02, -1.8349e-03, 7.2464e-03, 2.3807e-03],
850
+ [ 3.2969e-03, 1.9590e-02, 2.8355e-02, -1.0493e-02, -1.3216e-01,
851
+ 1.7804e-02, 7.9768e-03, 2.1362e-03, -6.9118e-04],
852
+ [-5.2572e-04, -4.1409e-03, -3.6560e-02, 2.1644e-02, 1.6418e-02,
853
+ 9.3557e-03, 3.3846e-03, 7.4172e-05, 1.8406e-04],
854
+ [-1.4907e-03, 2.0496e-03, -4.8581e-03, 3.5471e-03, -2.9191e-03,
855
+ -1.5056e-03, 7.7168e-04, -2.3136e-04, -1.2064e-05],
856
+ [-2.3742e-04, 4.5083e-04, -1.2933e-03, -4.4028e-04, 6.4168e-04,
857
+ -8.2755e-04, 4.1233e-04, -1.1037e-04, -6.3762e-06]]]),
858
+ 'metrics.aspect_ratio': tensor([9.6474, 9.1036, 9.4119, 9.5872]),
859
+ 'metrics.aspect_ratio_over_edge_rotational_transform': tensor([ 9.3211, 106.7966, 13.8752, 8.9834]),
860
+ 'metrics.average_triangularity': tensor([-0.6456, -0.5325, -0.6086, -0.6531]),
861
+ 'metrics.axis_magnetic_mirror_ratio': tensor([0.2823, 0.4224, 0.2821, 0.2213]),
862
+ 'metrics.axis_rotational_transform_over_n_field_periods': tensor([0.2333, 0.0818, 0.1887, 0.1509]),
863
+ 'metrics.edge_magnetic_mirror_ratio': tensor([0.4869, 0.5507, 0.3029, 0.2991]),
864
+ 'metrics.edge_rotational_transform_over_n_field_periods': tensor([0.3450, 0.0284, 0.2261, 0.3557]),
865
+ 'metrics.flux_compression_in_regions_of_bad_curvature': tensor([1.4084, 0.9789, 1.5391, 1.1138]),
866
+ 'metrics.max_elongation': tensor([6.7565, 6.9036, 5.6105, 5.8703]),
867
+ 'metrics.minimum_normalized_magnetic_gradient_scale_length': tensor([5.9777, 4.2971, 8.5928, 4.8531]),
868
+ 'metrics.qi': tensor([0.0148, 0.0157, 0.0016, 0.0248]),
869
+ 'metrics.vacuum_well': tensor([-0.2297, -0.1146, -0.0983, -0.1738])}
870
+ ```
871
+ </details>
872
+ </div>
873
+
874
+ ### Advanced Usage
875
+ For advanced manipulation and visualization of data contained in this dataset, install `constellaration` from [here](https://github.com/proximafusion/constellaration):
876
+ `pip install constellaration`
877
+
878
+ Load and instantiate plasma boundaries:
879
+ ```python
880
+ from constellaration.geometry import surface_rz_fourier
881
+
882
+ ds = datasets.load_dataset(
883
+ "proxima-fusion/constellaration",
884
+ columns=["plasma_config_id", "boundary.json"],
885
+ split="train",
886
+ num_proc=4,
887
+ )
888
+ pandas_ds = ds.to_pandas().set_index("plasma_config_id")
889
+
890
+ plasma_config_id = "DQ4abEQAQjFPGp9nPQN9Vjf"
891
+ boundary_json = pandas_ds.loc[plasma_config_id]["boundary.json"]
892
+ boundary = surface_rz_fourier.SurfaceRZFourier.model_validate_json(boundary_json)
893
+ ```
894
+ Plot boundary:
895
+ ```python
896
+ from constellaration.utils import visualization
897
+
898
+ visualization.plot_surface(boundary).show()
899
+ visualization.plot_boundary(boundary).get_figure().show()
900
+ ```
901
+ Boundary | Cross-sections
902
+ :-------------------------:|:-------------------------:
903
+ ![Plot of plasma boundary](assets/boundary.png) | ![Plot of boundary cross-sections](assets/boundary_cross_sections.png)
904
+
905
+ Stream and instantiate the VMEC ideal MHD equilibria:
906
+ ```python
907
+ from constellaration.mhd import vmec_utils
908
+
909
+ wout_ds = datasets.load_dataset(
910
+ "proxima-fusion/constellaration",
911
+ "vmecpp_wout",
912
+ split="train",
913
+ streaming=True,
914
+ )
915
+
916
+ row = next(wout_ds.__iter__())
917
+
918
+ vmecpp_wout_json = row["json"]
919
+ vmecpp_wout = vmec_utils.VmecppWOut.model_validate_json(vmecpp_wout_json)
920
+
921
+ # Fetch corresponding boundary
922
+
923
+ plasma_config_id = row["plasma_config_id"]
924
+ boundary_json = pandas_ds.loc[plasma_config_id]["boundary.json"]
925
+ boundary = surface_rz_fourier.SurfaceRZFourier.model_validate_json(boundary_json)
926
+ ```
927
+ Plot flux surfaces:
928
+ ```python
929
+ from constellaration.utils import visualization
930
+
931
+ visualization.plot_flux_surfaces(vmecpp_wout, boundary)
932
+ ```
933
+ ![Plot of flux surfaces](assets/flux_surfaces.png)
934
+
935
+ Save ideal MHD equilibrium to *VMEC2000 WOut* file:
936
+ ```python
937
+ import pathlib
938
+ from constellaration.utils import file_exporter
939
+
940
+ file_exporter.to_vmec2000_wout_file(vmecpp_wout, pathlib.Path("vmec2000_wout.nc"))
941
+ ```
942
+ Match the boundaries from the **default** dataset to the corresponding metrics under a certain plasma condition:
943
+ ```python
944
+ import datasets
945
+
946
+ # Load default dataset to get the boundaries
947
+ default_ds = datasets.load_dataset(
948
+ "proxima-fusion/constellaration",
949
+ split="train",
950
+ num_proc=4,
951
+ )
952
+
953
+ # Load finite beta 3% dataset
954
+ finite_beta_3pct_ds = datasets.load_dataset(
955
+ "proxima-fusion/constellaration",
956
+ name="finite_beta_3pct",
957
+ split="train",
958
+ num_proc=4,
959
+ )
960
+
961
+ # Join the two datasets on plasma_config_id <-> misc.source_plasma_config_id
962
+ default_df = (
963
+ default_ds
964
+ .to_pandas()
965
+ .set_index("plasma_config_id")
966
+ .filter(like="boundary.")
967
+ )
968
+ finite_beta_3pct_df = (
969
+ finite_beta_3pct_ds
970
+ .to_pandas()
971
+ .set_index("misc.source_plasma_config_id")
972
+ )
973
+ finite_beta_3pct_with_boundaries_df = (
974
+ finite_beta_3pct_df
975
+ .join(default_df, how="inner") # joins on index
976
+ .reset_index(names="misc.source_plasma_config_id")
977
+ )
978
+ ```
979
+
980
+ ## Dataset Creation
981
+
982
+ ### Curation Rationale
983
+
984
+ <!-- Motivation for the creation of this dataset. -->
985
+
986
+ Wide-spread community progress is currently bottlenecked by the lack of standardized optimization problems with strong baselines and datasets that enable data-driven approaches, particularly for quasi-isodynamic (QI) stellarator configurations.
987
+
988
+ ### Source Data
989
+
990
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
991
+
992
+ #### Data Collection and Processing
993
+
994
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
995
+
996
+ We generated this dataset by sampling diverse QI fields and optimizing stellarator plasma boundaries to target key properties, using four different methods.
997
+
998
+ #### Who are the source data producers?
999
+
1000
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
1001
+
1002
+ Proxima Fusion's stellarator optimization team.
1003
+
1004
+ #### Personal and Sensitive Information
1005
+
1006
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
1007
+
1008
+ The dataset contains no personally identifiable information.
1009
+
1010
+ ## Citation
1011
+
1012
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
1013
+
1014
+ **BibTeX:**
1015
+
1016
+ ```
1017
+ @article{cadena2025constellaration,
1018
+ title={ConStellaration: A dataset of QI-like stellarator plasma boundaries and optimization benchmarks},
1019
+ author={Cadena, Santiago A and Merlo, Andrea and Laude, Emanuel and Bauer, Alexander and Agrawal, Atul and Pascu, Maria and Savtchouk, Marija and Guiraud, Enrico and Bonauer, Lukas and Hudson, Stuart and others},
1020
+ journal={arXiv preprint arXiv:2506.19583},
1021
+ year={2025}
1022
+ }
1023
+ ```
1024
+
1025
+ ## Glossary
1026
+
1027
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
1028
+
1029
+ | Abbreviation | Expansion |
1030
+ | -------- | ------- |
1031
+ | QI | Quasi-Isodynamic(ity) |
1032
+ | MHD | Magneto-Hydrodynamic |
1033
+ | [DESC](https://desc-docs.readthedocs.io/en/stable/) | Dynamical Equilibrium Solver for Confinement |
1034
+ | VMEC/[VMEC++](https://github.com/proximafusion/vmecpp) | Variational Moments Equilibrium Code (Fortran/C++) |
1035
+ | QP | Quasi-Poloidal |
1036
+ | NAE | Near-Axis Expansion |
1037
+ | NFP | Number of Field Periods |
1038
+
1039
+ ## Dataset Card Authors
1040
+
1041
+ Alexander Bauer, Santiago A. Cadena
1042
+
1043
+ ## Dataset Card Contact
1044
+
1045
+ alexbauer@proximafusion.com
assets/boundary.png ADDED

Git LFS Details

  • SHA256: d237209cb68c216cfb2203fce40fd880f7e1ea267b6b8769dc4da209e3631741
  • Pointer size: 130 Bytes
  • Size of remote file: 94.5 kB
assets/boundary_cross_sections.png ADDED

Git LFS Details

  • SHA256: ac965d2279433179f321cd459048f8239200ce18efcc073ca5c4a5ec0457223e
  • Pointer size: 130 Bytes
  • Size of remote file: 56.1 kB
assets/flux_surfaces.png ADDED

Git LFS Details

  • SHA256: acae17dafea993a1964e7133545ba82c56df55c25802915f9673443dd472a0bd
  • Pointer size: 131 Bytes
  • Size of remote file: 144 kB
assets/mhd_intro_v2.png ADDED

Git LFS Details

  • SHA256: 8b8c5df1653ff4f7a880b96dae116ea3cd21fdfc52851550986a761063b778d3
  • Pointer size: 131 Bytes
  • Size of remote file: 416 kB
data/train-00000-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e48dada8775f9c86820372cdfe34fd4b181635284bb254854bbd0f09514838c6
3
+ size 251687471
data/train-00001-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c574dcbc02f29417a7f5cc088dde6d38f1f165280ab166089a2b1752f3579b9b
3
+ size 203988362
data/train-00002-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92e816bdd9898fc7f481040279084dc71ae2130e974a49df0dc2336a693fc084
3
+ size 154525812
finite_beta_1pct/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9484eac81952afba65fe1a6caac4eb44ff23bdd6ea724655add936195671dd36
3
+ size 52556502
finite_beta_2pct/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:376530a2a2238024a6ec9c7ab0337d641c4f048a80bf92d3add03bfb40e03952
3
+ size 38593722
finite_beta_3pct/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de34f4adb59d03e705ac45a0c14a2fcbea14e35c022adcce98e5d538af0bf22
3
+ size 25947395
finite_beta_4pct/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dc77662c0048e8def7b5efcd6d18e89e5c5ad1af1dc5840c15c1e0f4b0ba509
3
+ size 17086365
finite_beta_5pct/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9bce9a48f09347bc1e7ee806a83b1768ee530142fb69fd459ddad70ec425e45
3
+ size 12538180
vmecpp_wout/part.0.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f554d83e5c7aae636fcd68a999385e0c29dc4bae4af2ee40366930b5d457693
3
+ size 543562635
vmecpp_wout/part.1.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1a417d387e876481f3282a0c72774cccd52834bbbc514daaa73fd317935e4c7
3
+ size 201088984
vmecpp_wout/part.10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:546367c8267b6b42e117d03812c407d39e0e248cfcc16a5aeb4d77a5b3f9a6fe
3
+ size 366179216
vmecpp_wout/part.100.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84a4002bb7250c9e9e09a6d010d900c305906a039cdddb4954fb68e3726c6b16
3
+ size 412095468
vmecpp_wout/part.1000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0d80af5019c55f91a35dd64f7aa43182d5bbd5dd5133ebecce2c0673bd3fb0f
3
+ size 537747166
vmecpp_wout/part.1001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3bb53f525be0703a68853e7d9ac27ad88aa3b583f5ce0f8c224dab2509db5ba
3
+ size 175559681
vmecpp_wout/part.1002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b98654c9d77aaecbe1110ce26ef80d8f17fc836ceb0f5de4bc0161f5b22a71
3
+ size 355912868
vmecpp_wout/part.1003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a36acb7c14a8a6079871b907be54c084453a309caa18136dda4da4d6cae74050
3
+ size 398807199
vmecpp_wout/part.1004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26335b3dad56eefb7d16bd81f96a33827f244645d5aef088c0dfca5d81cbecc
3
+ size 324820352
vmecpp_wout/part.1005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:099873edc4f4d5bb92acdf61652711fb0794fcb10ab3cd9e138a8fc4b32f85eb
3
+ size 404283101
vmecpp_wout/part.1006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:416196a7c7f64f556fe390dd96824aaa2d06185cd47c22784628c85128dbd739
3
+ size 453543662
vmecpp_wout/part.1007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db3eac50363c66caa09708f1180ca2497d782b67ea83872972d3288c9c7b66ec
3
+ size 337271139
vmecpp_wout/part.1008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:065b059b6dc4f9830faeac385f99f65325919d6015acb9c871aa2ad2bef0ec90
3
+ size 443035015
vmecpp_wout/part.1009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3c97365bc25a57ca4bade732f7117b6560331d9afd110aef7cf2b303621fc25
3
+ size 398863149
vmecpp_wout/part.101.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d46c180665df845caa096d077d913f16c9a8e6f6d3004bf38307c985424a3bae
3
+ size 403839644
vmecpp_wout/part.1010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b766c08a6d085d0774ef589e16142a30366fe4fe5fcef93e880d92d3c6634fe
3
+ size 355947458
vmecpp_wout/part.1011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1960761e84eb8a7cf96072c7cafef3c4b6d6a4e4c6160259ac7b06a31928f514
3
+ size 378510596
vmecpp_wout/part.1012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e0b26214b4e8b73a131fd2a69851722afede38196e95d340f4f7cbbe66ef4b4
3
+ size 615630744
vmecpp_wout/part.1013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d570e2d5a5ce6983f6951039a8711365f38a9a3bb73891d67564c99e1a1c869
3
+ size 180827155
vmecpp_wout/part.1014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d102f7328e8fcf8c929d4e61b75057c907c253fcbeff776c68a84c9041b50193
3
+ size 522021120
vmecpp_wout/part.1015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:817121ceb3b5b8e68d9cee5cad933292ebc2b36281ad972ff30faa507376844e
3
+ size 222433123
vmecpp_wout/part.1016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a36697b8ab389b7d17a908385aa1f0db29a4bd687dd49511e53a7392b0142f6c
3
+ size 563288986
vmecpp_wout/part.1017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52faa43c4185bbc4d522bb54f2301743feea0207a9f4ae54db12d92d0b095573
3
+ size 170520296
vmecpp_wout/part.1018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6fed5123a1ef5aa64e3bbfe5e1bbd48296d2679dd02828f44e57acf35ad17c3
3
+ size 397140103
vmecpp_wout/part.1019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:414fc183cb0ae73007b9abdd25cb3ec3116e479e9575b7d29ae416effcfc063d
3
+ size 388462127
vmecpp_wout/part.102.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:745106820435f071e1415f4a39f3cf4381994c11abab446d6cf5a1b64b11e34d
3
+ size 407586596
vmecpp_wout/part.1020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:794ede58cb3d9aead7dcc28a22b0337f5683219d143933dafdbe4cecff1c8a71
3
+ size 589670699
vmecpp_wout/part.1021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a3b7e1685840d8a3b715f7677ba28f541672fb79155d835cee05573020ba702
3
+ size 247415058
vmecpp_wout/part.1022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03add8baaaade1cbf81bf5cb0e921ba96bd6a9060089e91a5e37a6961d6c6e5d
3
+ size 288503766
vmecpp_wout/part.1023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f3dc60f5a8761f0abaa94a004500934ff4b70a0a57566007fb067c50daf3cbc
3
+ size 451058544
vmecpp_wout/part.1024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2af1dbd876d0e33934be2ca416893aa761a94cd7e9ea9fac0f6d352cd62e34e
3
+ size 350790321
vmecpp_wout/part.1025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b3f7d2c61825628ab85771950daa219216e0376e15570e486bf142b24401909
3
+ size 363252544
vmecpp_wout/part.1026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a5fc5f2c64acefb6cf3d4b3bfd90fd5c60bfe74c1d93bfcf85e9a0fe22db697
3
+ size 635769704
vmecpp_wout/part.1027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:764c6382c8cca2127cb05d316de1df5859ae749112319d773346e91403f564f2
3
+ size 180392939
vmecpp_wout/part.1028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70c07375c983a7aa60ad649362f7c330baa7733adeb2048f0ff40c830dc37669
3
+ size 562676190
vmecpp_wout/part.1029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c24b6ecb25284a0f34c7745479894ebd159914dc0c04a49a105eaf0900bc09d0
3
+ size 223122973