hduvallh commited on
Commit
249107a
·
verified ·
1 Parent(s): 634c179

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +58 -0
  2. manifest.json +0 -0
  3. samples/sample_0000/domain_ids.npz +3 -0
  4. samples/sample_0000/geometry.json +1622 -0
  5. samples/sample_0000/geometry.png +3 -0
  6. samples/sample_0000/ooc/oc_iso_0/nk_tensor.npz +3 -0
  7. samples/sample_0000/ooc/oc_iso_0/oc_manifest.json +153 -0
  8. samples/sample_0000/ooc/oc_iso_1/nk_tensor.npz +3 -0
  9. samples/sample_0000/ooc/oc_iso_1/oc_manifest.json +153 -0
  10. samples/sample_0000/ooc/oc_iso_2/nk_tensor.npz +3 -0
  11. samples/sample_0000/ooc/oc_iso_2/oc_manifest.json +153 -0
  12. samples/sample_0000/ooc/oc_sweep_manifest.json +996 -0
  13. samples/sample_0000/ooc/oc_uniax_0/nk_tensor.npz +3 -0
  14. samples/sample_0000/ooc/oc_uniax_0/oc_manifest.json +153 -0
  15. samples/sample_0000/ooc/oc_uniax_1/nk_tensor.npz +3 -0
  16. samples/sample_0000/ooc/oc_uniax_1/oc_manifest.json +153 -0
  17. samples/sample_0000/ooc/oc_uniax_2/nk_tensor.npz +3 -0
  18. samples/sample_0000/ooc/oc_uniax_2/oc_manifest.json +153 -0
  19. samples/sample_0001/domain_ids.npz +3 -0
  20. samples/sample_0001/geometry.json +1592 -0
  21. samples/sample_0001/geometry.png +3 -0
  22. samples/sample_0001/ooc/oc_iso_0/nk_tensor.npz +3 -0
  23. samples/sample_0001/ooc/oc_iso_0/oc_manifest.json +152 -0
  24. samples/sample_0001/ooc/oc_iso_1/nk_tensor.npz +3 -0
  25. samples/sample_0001/ooc/oc_iso_1/oc_manifest.json +152 -0
  26. samples/sample_0001/ooc/oc_iso_2/nk_tensor.npz +3 -0
  27. samples/sample_0001/ooc/oc_iso_2/oc_manifest.json +152 -0
  28. samples/sample_0001/ooc/oc_sweep_manifest.json +990 -0
  29. samples/sample_0001/ooc/oc_uniax_0/nk_tensor.npz +3 -0
  30. samples/sample_0001/ooc/oc_uniax_0/oc_manifest.json +152 -0
  31. samples/sample_0001/ooc/oc_uniax_1/nk_tensor.npz +3 -0
  32. samples/sample_0001/ooc/oc_uniax_1/oc_manifest.json +152 -0
  33. samples/sample_0001/ooc/oc_uniax_2/nk_tensor.npz +3 -0
  34. samples/sample_0001/ooc/oc_uniax_2/oc_manifest.json +152 -0
  35. samples/sample_0002/domain_ids.npz +3 -0
  36. samples/sample_0002/geometry.json +1598 -0
  37. samples/sample_0002/geometry.png +3 -0
  38. samples/sample_0002/ooc/oc_iso_0/nk_tensor.npz +3 -0
  39. samples/sample_0002/ooc/oc_iso_0/oc_manifest.json +189 -0
  40. samples/sample_0002/ooc/oc_iso_1/nk_tensor.npz +3 -0
  41. samples/sample_0002/ooc/oc_iso_1/oc_manifest.json +189 -0
  42. samples/sample_0002/ooc/oc_iso_2/nk_tensor.npz +3 -0
  43. samples/sample_0002/ooc/oc_iso_2/oc_manifest.json +189 -0
  44. samples/sample_0002/ooc/oc_sweep_manifest.json +1212 -0
  45. samples/sample_0002/ooc/oc_uniax_0/nk_tensor.npz +3 -0
  46. samples/sample_0002/ooc/oc_uniax_0/oc_manifest.json +189 -0
  47. samples/sample_0002/ooc/oc_uniax_1/nk_tensor.npz +3 -0
  48. samples/sample_0002/ooc/oc_uniax_1/oc_manifest.json +189 -0
  49. samples/sample_0002/ooc/oc_uniax_2/nk_tensor.npz +3 -0
  50. samples/sample_0002/ooc/oc_uniax_2/oc_manifest.json +189 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - image-segmentation
5
+ tags:
6
+ - electromagnetics
7
+ - nanophotonics
8
+ - jcmwave
9
+ - optical-constants
10
+ ---
11
+
12
+ # Squiggles Layered-Stack Dataset
13
+
14
+ Wavelength-normalized layered nanostructure geometries with per-pixel domain labels
15
+ and optical-constant (nk) maps for multiple symmetry classes.
16
+
17
+ ## Layout
18
+
19
+ ```
20
+ samples/
21
+ sample_XXXX/
22
+ geometry.json
23
+ geometry.png
24
+ domain_ids.npz
25
+ ooc/oc_iso_0/nk_tensor.npz
26
+ fields/run_.../electric_field.npz
27
+ fields/run_.../electric_field_overlay.png
28
+ fields/run_.../nk_tensor.npz
29
+ manifest.json
30
+ squiggles_loader.py
31
+ ```
32
+
33
+ ## Quick start
34
+
35
+ ```python
36
+ from squiggles_loader import geometry_at_energy, load_domain_ids, load_nk_tensor
37
+
38
+ energy_ev = 550.0
39
+ geom_nm = geometry_at_energy("samples/sample_0000/geometry.json", energy_ev=energy_ev)
40
+ domain = load_domain_ids("samples/sample_0000/domain_ids.npz", energy_ev=energy_ev)
41
+ nk = load_nk_tensor("samples/sample_0000/ooc/oc_iso_0/nk_tensor.npz", energy_ev=energy_ev)
42
+
43
+ print(geom_nm["units"])
44
+ print(domain["domain_ids"].shape, domain["X_nm"].min(), domain["X_nm"].max())
45
+ print(nk["nk_tensor"].shape)
46
+ ```
47
+
48
+ Geometry shape points are stored in lambda units in ``geometry.json``. Pass your
49
+ target photon energy in eV to convert coordinates and grids to nanometers.
50
+
51
+ NPZ grids store ``X`` and ``Y`` in meters by default. The loader exposes ``X_nm``
52
+ and ``Y_nm`` for convenience.
53
+
54
+ ## Labeled regions
55
+
56
+ - ``domain_ids.npz``: integer domain label per grid pixel
57
+ - ``ooc/*/nk_tensor.npz``: complex refractive-index tensor map per OC profile
58
+ - ``fields/*/nk_tensor.npz``: nk map used for a field solve (when present)
manifest.json ADDED
The diff for this file is too large to render. See raw diff
 
samples/sample_0000/domain_ids.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7c4fe9b9203e070a4317dec145b0e9c4c170deaa0f51f92c94163939260152f
3
+ size 3099
samples/sample_0000/geometry.json ADDED
@@ -0,0 +1,1622 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "created_at": "2026-07-07T07:12:05.543460+00:00",
3
+ "mode": "generate",
4
+ "units": "lambda",
5
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000",
6
+ "sample_kind": "interior",
7
+ "sample_label": "interior_0000",
8
+ "axis_name": null,
9
+ "axis_side": null,
10
+ "hypercube_coords": {
11
+ "pitch_ratio": 0.5390535471165336,
12
+ "height_bg_ratio": 0.2021212281305801,
13
+ "n_segments": 0.834122954182211,
14
+ "width_ratio": 0.3262053369356799,
15
+ "segment_height_ratio": 0.7138812830170986,
16
+ "n_interfaces": 0.44892316840777824,
17
+ "interface_0_width_frac_0": 0.6349191725708603,
18
+ "interface_0_width_frac_1": 0.803337621822182,
19
+ "interface_0_width_frac_2": 0.795953873465228,
20
+ "interface_0_width_frac_3": 0.5,
21
+ "interface_0_width_frac_4": 0.5,
22
+ "interface_0_width_frac_5": 0.5,
23
+ "interface_0_width_frac_6": 0.5,
24
+ "interface_0_width_frac_7": 0.5,
25
+ "interface_0_width_frac_8": 0.5,
26
+ "interface_0_width_frac_9": 0.5,
27
+ "interface_0_width_frac_10": 0.5,
28
+ "interface_0_width_frac_11": 0.5,
29
+ "interface_0_width_frac_12": 0.5,
30
+ "interface_0_height_frac_0": 0.35432467613079444,
31
+ "interface_0_height_frac_1": 0.6898552166120303,
32
+ "interface_0_height_frac_2": 0.5,
33
+ "interface_0_height_frac_3": 0.5,
34
+ "interface_0_height_frac_4": 0.5,
35
+ "interface_0_height_frac_5": 0.5,
36
+ "interface_0_height_frac_6": 0.5,
37
+ "interface_0_height_frac_7": 0.5,
38
+ "interface_0_height_frac_8": 0.5,
39
+ "interface_0_height_frac_9": 0.5,
40
+ "interface_0_height_frac_10": 0.5,
41
+ "interface_0_height_frac_11": 0.5,
42
+ "interface_1_width_frac_0": 0.48229653541887174,
43
+ "interface_1_width_frac_1": 0.5059905711593597,
44
+ "interface_1_width_frac_2": 0.22054292785107132,
45
+ "interface_1_width_frac_3": 0.5,
46
+ "interface_1_width_frac_4": 0.5,
47
+ "interface_1_width_frac_5": 0.5,
48
+ "interface_1_width_frac_6": 0.5,
49
+ "interface_1_width_frac_7": 0.5,
50
+ "interface_1_width_frac_8": 0.5,
51
+ "interface_1_width_frac_9": 0.5,
52
+ "interface_1_width_frac_10": 0.5,
53
+ "interface_1_width_frac_11": 0.5,
54
+ "interface_1_width_frac_12": 0.5,
55
+ "interface_1_height_frac_0": 0.3273010633382216,
56
+ "interface_1_height_frac_1": 0.9955211484769246,
57
+ "interface_1_height_frac_2": 0.5,
58
+ "interface_1_height_frac_3": 0.5,
59
+ "interface_1_height_frac_4": 0.5,
60
+ "interface_1_height_frac_5": 0.5,
61
+ "interface_1_height_frac_6": 0.5,
62
+ "interface_1_height_frac_7": 0.5,
63
+ "interface_1_height_frac_8": 0.5,
64
+ "interface_1_height_frac_9": 0.5,
65
+ "interface_1_height_frac_10": 0.5,
66
+ "interface_1_height_frac_11": 0.5,
67
+ "interface_2_width_frac_0": 0.5,
68
+ "interface_2_width_frac_1": 0.5,
69
+ "interface_2_width_frac_2": 0.5,
70
+ "interface_2_width_frac_3": 0.5,
71
+ "interface_2_width_frac_4": 0.5,
72
+ "interface_2_width_frac_5": 0.5,
73
+ "interface_2_width_frac_6": 0.5,
74
+ "interface_2_width_frac_7": 0.5,
75
+ "interface_2_width_frac_8": 0.5,
76
+ "interface_2_width_frac_9": 0.5,
77
+ "interface_2_width_frac_10": 0.5,
78
+ "interface_2_width_frac_11": 0.5,
79
+ "interface_2_width_frac_12": 0.5,
80
+ "interface_2_height_frac_0": 0.5,
81
+ "interface_2_height_frac_1": 0.5,
82
+ "interface_2_height_frac_2": 0.5,
83
+ "interface_2_height_frac_3": 0.5,
84
+ "interface_2_height_frac_4": 0.5,
85
+ "interface_2_height_frac_5": 0.5,
86
+ "interface_2_height_frac_6": 0.5,
87
+ "interface_2_height_frac_7": 0.5,
88
+ "interface_2_height_frac_8": 0.5,
89
+ "interface_2_height_frac_9": 0.5,
90
+ "interface_2_height_frac_10": 0.5,
91
+ "interface_2_height_frac_11": 0.5
92
+ },
93
+ "active_axes": [
94
+ "pitch_ratio",
95
+ "height_bg_ratio",
96
+ "n_segments",
97
+ "width_ratio",
98
+ "segment_height_ratio",
99
+ "n_interfaces",
100
+ "interface_0_width_frac_0",
101
+ "interface_0_width_frac_1",
102
+ "interface_0_width_frac_2",
103
+ "interface_0_height_frac_0",
104
+ "interface_0_height_frac_1",
105
+ "interface_1_width_frac_0",
106
+ "interface_1_width_frac_1",
107
+ "interface_1_width_frac_2",
108
+ "interface_1_height_frac_0",
109
+ "interface_1_height_frac_1"
110
+ ],
111
+ "template_name": "layered_stack",
112
+ "template_config": {
113
+ "max_n_segments": 12,
114
+ "max_n_interfaces": 3,
115
+ "n_segments_bounds": [
116
+ 4,
117
+ 12
118
+ ],
119
+ "n_interfaces_bounds": [
120
+ 2,
121
+ 3
122
+ ],
123
+ "pitch_ratio": [
124
+ 1.5,
125
+ 2.0
126
+ ],
127
+ "height_bg_ratio": [
128
+ 1.0,
129
+ 2.5
130
+ ],
131
+ "width_ratio": [
132
+ 0.4,
133
+ 0.9
134
+ ],
135
+ "segment_height_ratio": [
136
+ 0.45,
137
+ 1.8
138
+ ],
139
+ "interface_width_fraction": [
140
+ [
141
+ 0.35,
142
+ 0.9
143
+ ],
144
+ [
145
+ 0.35,
146
+ 0.9
147
+ ],
148
+ [
149
+ 0.35,
150
+ 0.9
151
+ ],
152
+ [
153
+ 0.35,
154
+ 0.9
155
+ ],
156
+ [
157
+ 0.35,
158
+ 0.9
159
+ ],
160
+ [
161
+ 0.35,
162
+ 0.9
163
+ ],
164
+ [
165
+ 0.35,
166
+ 0.9
167
+ ],
168
+ [
169
+ 0.35,
170
+ 0.9
171
+ ],
172
+ [
173
+ 0.35,
174
+ 0.9
175
+ ],
176
+ [
177
+ 0.35,
178
+ 0.9
179
+ ],
180
+ [
181
+ 0.35,
182
+ 0.9
183
+ ],
184
+ [
185
+ 0.35,
186
+ 0.9
187
+ ],
188
+ [
189
+ 0.35,
190
+ 0.9
191
+ ]
192
+ ],
193
+ "interface_height_fraction": [
194
+ [
195
+ 0.35,
196
+ 0.9
197
+ ],
198
+ [
199
+ 0.35,
200
+ 0.9
201
+ ],
202
+ [
203
+ 0.35,
204
+ 0.9
205
+ ],
206
+ [
207
+ 0.35,
208
+ 0.9
209
+ ],
210
+ [
211
+ 0.35,
212
+ 0.9
213
+ ],
214
+ [
215
+ 0.35,
216
+ 0.9
217
+ ],
218
+ [
219
+ 0.35,
220
+ 0.9
221
+ ],
222
+ [
223
+ 0.35,
224
+ 0.9
225
+ ],
226
+ [
227
+ 0.35,
228
+ 0.9
229
+ ],
230
+ [
231
+ 0.35,
232
+ 0.9
233
+ ],
234
+ [
235
+ 0.35,
236
+ 0.9
237
+ ],
238
+ [
239
+ 0.35,
240
+ 0.9
241
+ ]
242
+ ]
243
+ },
244
+ "resolved_params_lambda": {
245
+ "pitch": 1.7695267735582667,
246
+ "widths": [
247
+ 0.56310266846784,
248
+ 0.56310266846784,
249
+ 0.56310266846784,
250
+ 0.56310266846784,
251
+ 0.56310266846784,
252
+ 0.56310266846784,
253
+ 0.56310266846784,
254
+ 0.56310266846784,
255
+ 0.56310266846784,
256
+ 0.56310266846784,
257
+ 0.56310266846784
258
+ ],
259
+ "segment_heights": [
260
+ 1.4137397320730831,
261
+ 1.4137397320730831,
262
+ 1.4137397320730831,
263
+ 1.4137397320730831,
264
+ 1.4137397320730831,
265
+ 1.4137397320730831,
266
+ 1.4137397320730831,
267
+ 1.4137397320730831,
268
+ 1.4137397320730831,
269
+ 1.4137397320730831
270
+ ],
271
+ "height_bg": 1.30318184219587,
272
+ "top_offset": 2.0,
273
+ "bottom_offset": 2.0,
274
+ "n_interfaces": 2,
275
+ "interface_width_fractions": [
276
+ [
277
+ 0.6992055449139731,
278
+ 0.7918356920022002,
279
+ 0.7877746304058754,
280
+ 0.625,
281
+ 0.625,
282
+ 0.625,
283
+ 0.625,
284
+ 0.625,
285
+ 0.625,
286
+ 0.625,
287
+ 0.625
288
+ ],
289
+ [
290
+ 0.6152630944803794,
291
+ 0.6282948141376479,
292
+ 0.47129861031808923,
293
+ 0.625,
294
+ 0.625,
295
+ 0.625,
296
+ 0.625,
297
+ 0.625,
298
+ 0.625,
299
+ 0.625,
300
+ 0.625
301
+ ]
302
+ ],
303
+ "interface_height_fractions": [
304
+ [
305
+ 0.5448785718719369,
306
+ 0.7294203691366167,
307
+ 0.625,
308
+ 0.625,
309
+ 0.625,
310
+ 0.625,
311
+ 0.625,
312
+ 0.625,
313
+ 0.625,
314
+ 0.625
315
+ ],
316
+ [
317
+ 0.5300155848360218,
318
+ 0.8975366316623086,
319
+ 0.625,
320
+ 0.625,
321
+ 0.625,
322
+ 0.625,
323
+ 0.625,
324
+ 0.625,
325
+ 0.625,
326
+ 0.625
327
+ ]
328
+ ],
329
+ "interface_fraction": null,
330
+ "interface_thickness": 1.0,
331
+ "substrate_y": 0.0,
332
+ "slc": 0.7,
333
+ "smooth": true,
334
+ "num_spline_points": 200
335
+ },
336
+ "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.png",
337
+ "shapes": [
338
+ {
339
+ "name": "ComputationalDomain",
340
+ "domain_id": 1,
341
+ "priority": -1,
342
+ "side_length_constraint": 0.7,
343
+ "points": [
344
+ -0.8847633867791334,
345
+ -2.0,
346
+ 0.8847633867791334,
347
+ -2.0,
348
+ 0.8847633867791334,
349
+ 21.4045689376538,
350
+ -0.8847633867791334,
351
+ 21.4045689376538
352
+ ],
353
+ "nk": [
354
+ "1.0"
355
+ ]
356
+ },
357
+ {
358
+ "name": "shape_bg",
359
+ "domain_id": 3,
360
+ "priority": 1,
361
+ "side_length_constraint": 0.7,
362
+ "points": [
363
+ -0.8847633867791334,
364
+ 0.0,
365
+ 0.8847633867791334,
366
+ 0.0,
367
+ 0.8847633867791334,
368
+ 1.30318184219587,
369
+ -0.8847633867791334,
370
+ 1.30318184219587
371
+ ],
372
+ "nk": [
373
+ "1.0"
374
+ ]
375
+ },
376
+ {
377
+ "name": "interface_0",
378
+ "domain_id": 4,
379
+ "priority": 2,
380
+ "side_length_constraint": 0.7,
381
+ "points": [
382
+ 0.3662404143935558,
383
+ 0.0,
384
+ 0.3594822945746834,
385
+ 0.5584406716806176,
386
+ 0.35408112738731645,
387
+ 1.0588870465264664,
388
+ 0.34993612738101576,
389
+ 1.506738574931894,
390
+ 0.34694650910534197,
391
+ 1.9073947072912472,
392
+ 0.34501148710985596,
393
+ 2.2662548939988736,
394
+ 0.3440302759441184,
395
+ 2.588718585449122,
396
+ 0.3439020901576899,
397
+ 2.8801852320363377,
398
+ 0.3445261443001314,
399
+ 3.14605428415487,
400
+ 0.3458016529210035,
401
+ 3.3917251921990657,
402
+ 0.347627830569867,
403
+ 3.6225974065632722,
404
+ 0.34990443856076436,
405
+ 3.843955049084339,
406
+ 0.3525423861887581,
407
+ 4.058730807640296,
408
+ 0.35546299095758715,
409
+ 4.267661975688643,
410
+ 0.35858796896229683,
411
+ 4.471401772168465,
412
+ 0.36183903629793335,
413
+ 4.670603416018851,
414
+ 0.36513790905954235,
415
+ 4.865920126178884,
416
+ 0.36840630334216984,
417
+ 5.058005121587652,
418
+ 0.37156593524086157,
419
+ 5.2475116211842385,
420
+ 0.3745385208506635,
421
+ 5.43509284390773,
422
+ 0.37724577626662137,
423
+ 5.621402008697213,
424
+ 0.37960942045524515,
425
+ 5.8070923186192225,
426
+ 0.3815741326107419,
427
+ 5.992690059827309,
428
+ 0.3831630546864251,
429
+ 6.178287801035396,
430
+ 0.384416075014789,
431
+ 6.363885542243485,
432
+ 0.38537308192832764,
433
+ 6.549483283451569,
434
+ 0.3860739637595353,
435
+ 6.735081024659658,
436
+ 0.386558608840906,
437
+ 6.920678765867744,
438
+ 0.3868669055049342,
439
+ 7.106276507075831,
440
+ 0.3870387420841138,
441
+ 7.291874248283919,
442
+ 0.3871140069109392,
443
+ 7.477471989492005,
444
+ 0.3871325883179043,
445
+ 7.663069730700092,
446
+ 0.38713308457164,
447
+ 7.848667471908178,
448
+ 0.38713308457164,
449
+ 8.034265213116267,
450
+ 0.3871330845716401,
451
+ 8.219862954324352,
452
+ 0.38713308457164,
453
+ 8.405460695532438,
454
+ 0.38713308457164,
455
+ 8.591058436740525,
456
+ 0.38713308457164,
457
+ 8.776656177948611,
458
+ 0.38713308457164,
459
+ 8.9622539191567,
460
+ 0.3871330845716401,
461
+ 9.147851660364788,
462
+ 0.38713308457164,
463
+ 9.333449401572873,
464
+ 0.38713308457164,
465
+ 9.519047142780959,
466
+ 0.38713308457164,
467
+ 9.704644883989046,
468
+ 0.38713308457164,
469
+ 9.890242625197134,
470
+ 0.38713308457164,
471
+ 10.075840366405224,
472
+ 0.38713308457164,
473
+ 10.261438107613309,
474
+ 0.3871330845716401,
475
+ 10.447035848821397,
476
+ 0.38713308457164,
477
+ 10.632633590029481,
478
+ 0.38713308457164,
479
+ 10.818231331237568,
480
+ 0.38713308457164,
481
+ 11.003829072445653,
482
+ 0.38713308457164,
483
+ 11.18942681365374,
484
+ 0.38713308457164,
485
+ 11.37502455486183,
486
+ 0.38713308457164,
487
+ 11.560622296069916,
488
+ 0.3871330845716401,
489
+ 11.746220037278004,
490
+ 0.38713308457164,
491
+ 11.931817778486089,
492
+ 0.3871330845716401,
493
+ 12.117415519694177,
494
+ 0.38713308457164,
495
+ 12.303013260902263,
496
+ 0.38713308457164,
497
+ 12.488611002110352,
498
+ 0.38713308457164,
499
+ 12.674208743318436,
500
+ 0.3871330845716401,
501
+ 12.859806484526525,
502
+ 0.38713308457164,
503
+ 13.045404225734611,
504
+ 0.38713308457164,
505
+ 13.231001966942697,
506
+ 0.38713308457164,
507
+ 13.41659970815078,
508
+ 0.38713308457164,
509
+ 13.60219744935887,
510
+ 0.38713308457164,
511
+ 13.787795190566955,
512
+ 0.38713308457164,
513
+ 13.973392931775047,
514
+ 0.38713308457164,
515
+ 14.15899067298313,
516
+ 0.3871330845716401,
517
+ 14.344588414191223,
518
+ 0.38713308457164,
519
+ 14.530186155399306,
520
+ 0.38713308457164,
521
+ 14.715783896607391,
522
+ 0.3871330845716401,
523
+ 14.901381637815478,
524
+ 0.3871330845716401,
525
+ 15.086979379023566,
526
+ 0.38713308457164,
527
+ 15.27257712023165,
528
+ 0.38713308457164,
529
+ 15.45817486143974,
530
+ 0.38713308457164,
531
+ 15.643772602647827,
532
+ 0.38713308457164,
533
+ 15.829370343855913,
534
+ 0.38713308457164,
535
+ 16.014968085063998,
536
+ 0.38713308457164,
537
+ 16.20056582627209,
538
+ 0.38713308457164,
539
+ 16.38616356748017,
540
+ 0.38713308457164,
541
+ 16.571761308688263,
542
+ 0.38713308457164,
543
+ 16.757359049896348,
544
+ 0.38713308457164,
545
+ 16.942956791104436,
546
+ 0.3871330845716401,
547
+ 17.128554532312524,
548
+ 0.38713308457164,
549
+ 17.31415227352061,
550
+ 0.38713203657527107,
551
+ 17.49974738360264,
552
+ 0.38693385063692765,
553
+ 17.684847554205817,
554
+ 0.3859198977749788,
555
+ 17.86789963983872,
556
+ 0.3834162835742727,
557
+ 18.047211744221553,
558
+ 0.3787491136196569,
559
+ 18.221091971074518,
560
+ 0.37124449349597943,
561
+ 18.387848424117823,
562
+ 0.3602285287880881,
563
+ 18.545789207071685,
564
+ 0.34502732508083045,
565
+ 18.693222423656294,
566
+ 0.32496698795905476,
567
+ 18.828456177591868,
568
+ 0.2993736230076085,
569
+ 18.949798572598596,
570
+ 0.2675733358113396,
571
+ 19.055557712396702,
572
+ 0.22902703048805834,
573
+ 19.14415451023625,
574
+ 0.18442181603213217,
575
+ 19.21503605964235,
576
+ 0.1350993406701418,
577
+ 19.268197221696926,
578
+ 0.08240739323238959,
579
+ 19.30363799639998,
580
+ 0.027693762549180982,
581
+ 19.321358383751505,
582
+ -0.027693762549179907,
583
+ 19.321358383751505,
584
+ -0.08240739323238852,
585
+ 19.303637996399978,
586
+ -0.1350993406701408,
587
+ 19.26819722169693,
588
+ -0.18442181603213212,
589
+ 19.21503605964235,
590
+ -0.22902703048805828,
591
+ 19.144154510236245,
592
+ -0.2675733358113396,
593
+ 19.055557712396702,
594
+ -0.2993736230076084,
595
+ 18.949798572598596,
596
+ -0.32496698795905465,
597
+ 18.828456177591864,
598
+ -0.34502732508083045,
599
+ 18.693222423656294,
600
+ -0.3602285287880881,
601
+ 18.54578920707168,
602
+ -0.3712444934959793,
603
+ 18.387848424117823,
604
+ -0.3787491136196569,
605
+ 18.221091971074518,
606
+ -0.3834162835742726,
607
+ 18.047211744221556,
608
+ -0.3859198977749788,
609
+ 17.86789963983872,
610
+ -0.38693385063692753,
611
+ 17.684847554205817,
612
+ -0.38713203657527107,
613
+ 17.49974738360264,
614
+ -0.38713308457163986,
615
+ 17.31415227352061,
616
+ -0.38713308457164,
617
+ 17.128554532312524,
618
+ -0.38713308457163986,
619
+ 16.942956791104436,
620
+ -0.38713308457163986,
621
+ 16.757359049896355,
622
+ -0.38713308457164,
623
+ 16.571761308688263,
624
+ -0.38713308457164,
625
+ 16.38616356748018,
626
+ -0.38713308457164,
627
+ 16.20056582627209,
628
+ -0.38713308457164,
629
+ 16.014968085064005,
630
+ -0.38713308457164,
631
+ 15.829370343855917,
632
+ -0.38713308457164,
633
+ 15.643772602647829,
634
+ -0.38713308457164,
635
+ 15.458174861439742,
636
+ -0.38713308457163986,
637
+ 15.272577120231656,
638
+ -0.38713308457164,
639
+ 15.086979379023568,
640
+ -0.38713308457164,
641
+ 14.901381637815481,
642
+ -0.38713308457164,
643
+ 14.715783896607393,
644
+ -0.38713308457163986,
645
+ 14.530186155399308,
646
+ -0.3871330845716401,
647
+ 14.344588414191223,
648
+ -0.38713308457164,
649
+ 14.15899067298313,
650
+ -0.38713308457164,
651
+ 13.973392931775047,
652
+ -0.38713308457164,
653
+ 13.787795190566959,
654
+ -0.38713308457163986,
655
+ 13.60219744935887,
656
+ -0.38713308457164,
657
+ 13.416599708150786,
658
+ -0.38713308457163986,
659
+ 13.2310019669427,
660
+ -0.38713308457164,
661
+ 13.045404225734616,
662
+ -0.38713308457164,
663
+ 12.85980648452653,
664
+ -0.38713308457164,
665
+ 12.674208743318442,
666
+ -0.38713308457164,
667
+ 12.488611002110355,
668
+ -0.38713308457163986,
669
+ 12.303013260902267,
670
+ -0.38713308457164,
671
+ 12.117415519694182,
672
+ -0.38713308457164,
673
+ 11.931817778486096,
674
+ -0.38713308457163986,
675
+ 11.746220037278006,
676
+ -0.38713308457164,
677
+ 11.56062229606992,
678
+ -0.38713308457164,
679
+ 11.375024554861833,
680
+ -0.38713308457164,
681
+ 11.189426813653744,
682
+ -0.38713308457164,
683
+ 11.00382907244566,
684
+ -0.38713308457164,
685
+ 10.81823133123757,
686
+ -0.38713308457163986,
687
+ 10.632633590029483,
688
+ -0.3871330845716401,
689
+ 10.447035848821399,
690
+ -0.38713308457164,
691
+ 10.26143810761331,
692
+ -0.38713308457164,
693
+ 10.075840366405224,
694
+ -0.38713308457164,
695
+ 9.890242625197136,
696
+ -0.38713308457164,
697
+ 9.70464488398905,
698
+ -0.38713308457163986,
699
+ 9.51904714278096,
700
+ -0.38713308457163986,
701
+ 9.333449401572874,
702
+ -0.38713308457163986,
703
+ 9.147851660364791,
704
+ -0.38713308457164,
705
+ 8.962253919156703,
706
+ -0.38713308457164,
707
+ 8.776656177948617,
708
+ -0.38713308457164,
709
+ 8.59105843674053,
710
+ -0.38713308457163986,
711
+ 8.405460695532442,
712
+ -0.38713308457164,
713
+ 8.219862954324356,
714
+ -0.38713308457164,
715
+ 8.034265213116269,
716
+ -0.38713308457164,
717
+ 7.848667471908182,
718
+ -0.3871325883179043,
719
+ 7.663069730700094,
720
+ -0.3871140069109391,
721
+ 7.477471989492003,
722
+ -0.3870387420841137,
723
+ 7.29187424828392,
724
+ -0.3868669055049341,
725
+ 7.106276507075835,
726
+ -0.386558608840906,
727
+ 6.920678765867747,
728
+ -0.3860739637595352,
729
+ 6.735081024659662,
730
+ -0.38537308192832753,
731
+ 6.549483283451572,
732
+ -0.3844160750147889,
733
+ 6.363885542243489,
734
+ -0.3831630546864251,
735
+ 6.178287801035398,
736
+ -0.3815741326107419,
737
+ 5.992690059827314,
738
+ -0.37960942045524515,
739
+ 5.807092318619223,
740
+ -0.37724577626662137,
741
+ 5.621402008697218,
742
+ -0.3745385208506635,
743
+ 5.435092843907731,
744
+ -0.37156593524086157,
745
+ 5.247511621184242,
746
+ -0.36840630334216984,
747
+ 5.058005121587653,
748
+ -0.36513790905954235,
749
+ 4.865920126178889,
750
+ -0.36183903629793324,
751
+ 4.67060341601885,
752
+ -0.35858796896229683,
753
+ 4.471401772168469,
754
+ -0.35546299095758693,
755
+ 4.267661975688641,
756
+ -0.3525423861887581,
757
+ 4.058730807640298,
758
+ -0.34990443856076425,
759
+ 3.843955049084338,
760
+ -0.347627830569867,
761
+ 3.6225974065632744,
762
+ -0.3458016529210034,
763
+ 3.3917251921990643,
764
+ -0.3445261443001314,
765
+ 3.1460542841548733,
766
+ -0.3439020901576899,
767
+ 2.880185232036335,
768
+ -0.3440302759441184,
769
+ 2.588718585449124,
770
+ -0.34501148710985585,
771
+ 2.266254893998882,
772
+ -0.34694650910534197,
773
+ 1.9073947072912494,
774
+ -0.34993612738101565,
775
+ 1.5067385749319036,
776
+ -0.35408112738731634,
777
+ 1.058887046526468,
778
+ -0.35948229457468317,
779
+ 0.5584406716806289,
780
+ -0.3662404143935557,
781
+ 8.881784197001252e-16
782
+ ],
783
+ "nk": [
784
+ "1.0"
785
+ ]
786
+ },
787
+ {
788
+ "name": "interface_1",
789
+ "domain_id": 5,
790
+ "priority": 3,
791
+ "side_length_constraint": 0.7,
792
+ "points": [
793
+ 0.19686225407428423,
794
+ 0.0,
795
+ 0.2036203738931567,
796
+ 0.21380310923606496,
797
+ 0.20902154108052362,
798
+ 0.4144275387904003,
799
+ 0.2131665410868243,
800
+ 0.602626188377,
801
+ 0.21615615936249802,
802
+ 0.779151957709858,
803
+ 0.21809118135798405,
804
+ 0.9447577465029686,
805
+ 0.21907239252372163,
806
+ 1.100196454470326,
807
+ 0.21920057831015002,
808
+ 1.2462209813259235,
809
+ 0.2185765241677086,
810
+ 1.3835842267837566,
811
+ 0.2173010155468365,
812
+ 1.513039090557818,
813
+ 0.21547483789797306,
814
+ 1.635338472362102,
815
+ 0.21319822990707563,
816
+ 1.751231003828973,
817
+ 0.2105602822790818,
818
+ 1.8613782946744357,
819
+ 0.20763967751025297,
820
+ 1.9663607074125806,
821
+ 0.2045146995055432,
822
+ 2.06675549312599,
823
+ 0.20126363216990673,
824
+ 2.163139902897247,
825
+ 0.19796475940829764,
826
+ 2.2560911878089334,
827
+ 0.19469636512567015,
828
+ 2.346186598943633,
829
+ 0.19153673322697837,
830
+ 2.4340033873839277,
831
+ 0.1885641476171765,
832
+ 2.5201188042124,
833
+ 0.1858568922012187,
834
+ 2.6051101005116326,
835
+ 0.18349324801259487,
836
+ 2.6895545133375984,
837
+ 0.18152853585709816,
838
+ 2.7739171229776383,
839
+ 0.17993961378141496,
840
+ 2.858279732617678,
841
+ 0.17868659345305113,
842
+ 2.9426423422577175,
843
+ 0.17772958653951246,
844
+ 3.0270049518977564,
845
+ 0.1770287047083048,
846
+ 3.1113675615377963,
847
+ 0.176544059626934,
848
+ 3.195730171177835,
849
+ 0.17623576296290588,
850
+ 3.280092780817875,
851
+ 0.17606392638372623,
852
+ 3.364455390457915,
853
+ 0.17598866155690088,
854
+ 3.448818000097954,
855
+ 0.17597008014993565,
856
+ 3.533180609737993,
857
+ 0.17596958389620002,
858
+ 3.617543219378033,
859
+ 0.17596958389620002,
860
+ 3.7019058290180724,
861
+ 0.17596958389620002,
862
+ 3.7862684386581122,
863
+ 0.17596958389620002,
864
+ 3.8706310482981507,
865
+ 0.17596958389620002,
866
+ 3.95499365793819,
867
+ 0.17596958389620002,
868
+ 4.03935626757823,
869
+ 0.17596958389620002,
870
+ 4.12371887721827,
871
+ 0.17596958389620002,
872
+ 4.20808148685831,
873
+ 0.17596958389620002,
874
+ 4.292444096498349,
875
+ 0.1759695838962,
876
+ 4.376806706138388,
877
+ 0.17596958389620002,
878
+ 4.461169315778427,
879
+ 0.17596958389620002,
880
+ 4.545531925418467,
881
+ 0.17596958389620002,
882
+ 4.629894535058507,
883
+ 0.17596958389620002,
884
+ 4.714257144698546,
885
+ 0.17596958389620002,
886
+ 4.798619754338587,
887
+ 0.1759695838962,
888
+ 4.882982363978625,
889
+ 0.1759695838962,
890
+ 4.9673449736186654,
891
+ 0.1759695838962,
892
+ 5.051707583258703,
893
+ 0.17596958389620002,
894
+ 5.136070192898743,
895
+ 0.17596958389620002,
896
+ 5.220432802538783,
897
+ 0.17596958389620004,
898
+ 5.304795412178823,
899
+ 0.17596958389620004,
900
+ 5.3891580218188615,
901
+ 0.1759695838962,
902
+ 5.473520631458902,
903
+ 0.17596958389620002,
904
+ 5.557883241098941,
905
+ 0.17596958389620002,
906
+ 5.6422458507389806,
907
+ 0.17596958389620002,
908
+ 5.726608460379021,
909
+ 0.17596958389620002,
910
+ 5.810971070019059,
911
+ 0.17596958389620004,
912
+ 5.895333679659099,
913
+ 0.17596958389620004,
914
+ 5.979696289299138,
915
+ 0.17596958389620002,
916
+ 6.0640588989391775,
917
+ 0.17596958389620002,
918
+ 6.148421508579217,
919
+ 0.1759695838962,
920
+ 6.232784118219255,
921
+ 0.17596958389620002,
922
+ 6.317146727859296,
923
+ 0.17596958389620004,
924
+ 6.401509337499337,
925
+ 0.17596958389620002,
926
+ 6.485871947139375,
927
+ 0.17596958389620004,
928
+ 6.570234556779416,
929
+ 0.17596958389620002,
930
+ 6.654597166419454,
931
+ 0.17596958389620002,
932
+ 6.7389597760594935,
933
+ 0.17596958389620002,
934
+ 6.823322385699533,
935
+ 0.17596958389620002,
936
+ 6.907684995339572,
937
+ 0.17596958389620002,
938
+ 6.992047604979612,
939
+ 0.17596958389620004,
940
+ 7.076410214619651,
941
+ 0.17596958389620002,
942
+ 7.160772824259691,
943
+ 0.17596958389620002,
944
+ 7.245135433899731,
945
+ 0.1759695838962,
946
+ 7.32949804353977,
947
+ 0.17596958389620002,
948
+ 7.41386065317981,
949
+ 0.1759695838962,
950
+ 7.49822326281985,
951
+ 0.17596958389620002,
952
+ 7.582585872459888,
953
+ 0.1759695838962,
954
+ 7.666948482099928,
955
+ 0.17596958389620002,
956
+ 7.751311091739967,
957
+ 0.17596958389620004,
958
+ 7.835673701380007,
959
+ 0.1759695838962,
960
+ 7.920036311020046,
961
+ 0.1759691075342141,
962
+ 8.004397724693694,
963
+ 0.17587902301678532,
964
+ 8.08853416587696,
965
+ 0.1754181353522631,
966
+ 8.171739659346459,
967
+ 0.17428012889739672,
968
+ 8.253245161338656,
969
+ 0.172158688008935,
970
+ 8.332281628090003,
971
+ 0.16874749704362704,
972
+ 8.408080015836962,
973
+ 0.16374024035822188,
974
+ 8.479871280815988,
975
+ 0.1568306023094684,
976
+ 8.546886379263537,
977
+ 0.14771226725411582,
978
+ 8.608356267416072,
979
+ 0.13607891954891296,
980
+ 8.663511901510041,
981
+ 0.12162424355060894,
982
+ 8.711584237781906,
983
+ 0.10410319567639018,
984
+ 8.751855509527156,
985
+ 0.08382809819642371,
986
+ 8.784074395620838,
987
+ 0.06140879121370083,
988
+ 8.8082385601911,
989
+ 0.03745790601472256,
990
+ 8.824348003237942,
991
+ 0.012588073885991358,
992
+ 8.832402724761364,
993
+ -0.012588073885990862,
994
+ 8.832402724761364,
995
+ -0.03745790601472205,
996
+ 8.82434800323794,
997
+ -0.061408791213700346,
998
+ 8.808238560191102,
999
+ -0.08382809819642367,
1000
+ 8.78407439562084,
1001
+ -0.10410319567639013,
1002
+ 8.751855509527156,
1003
+ -0.12162424355060888,
1004
+ 8.71158423778191,
1005
+ -0.1360789195489129,
1006
+ 8.663511901510041,
1007
+ -0.14771226725411576,
1008
+ 8.608356267416074,
1009
+ -0.15683060230946838,
1010
+ 8.54688637926354,
1011
+ -0.1637402403582218,
1012
+ 8.47987128081599,
1013
+ -0.168747497043627,
1014
+ 8.408080015836964,
1015
+ -0.17215868800893494,
1016
+ 8.332281628090007,
1017
+ -0.17428012889739664,
1018
+ 8.25324516133866,
1019
+ -0.17541813535226308,
1020
+ 8.17173965934646,
1021
+ -0.17587902301678524,
1022
+ 8.088534165876961,
1023
+ -0.17596910753421408,
1024
+ 8.004397724693696,
1025
+ -0.17596958389619996,
1026
+ 7.920036311020048,
1027
+ -0.17596958389619996,
1028
+ 7.835673701380009,
1029
+ -0.1759695838962,
1030
+ 7.75131109173997,
1031
+ -0.17596958389619996,
1032
+ 7.66694848209993,
1033
+ -0.17596958389619996,
1034
+ 7.582585872459891,
1035
+ -0.1759695838962,
1036
+ 7.498223262819852,
1037
+ -0.17596958389619996,
1038
+ 7.413860653179812,
1039
+ -0.1759695838962,
1040
+ 7.329498043539773,
1041
+ -0.1759695838962,
1042
+ 7.245135433899733,
1043
+ -0.17596958389619996,
1044
+ 7.160772824259694,
1045
+ -0.17596958389619996,
1046
+ 7.076410214619655,
1047
+ -0.17596958389619996,
1048
+ 6.992047604979614,
1049
+ -0.17596958389619996,
1050
+ 6.907684995339575,
1051
+ -0.1759695838962,
1052
+ 6.8233223856995355,
1053
+ -0.17596958389619993,
1054
+ 6.738959776059495,
1055
+ -0.17596958389619993,
1056
+ 6.654597166419456,
1057
+ -0.1759695838962,
1058
+ 6.570234556779417,
1059
+ -0.17596958389619996,
1060
+ 6.485871947139376,
1061
+ -0.1759695838962,
1062
+ 6.401509337499338,
1063
+ -0.17596958389619993,
1064
+ 6.317146727859297,
1065
+ -0.17596958389619993,
1066
+ 6.232784118219258,
1067
+ -0.17596958389619993,
1068
+ 6.148421508579219,
1069
+ -0.17596958389619996,
1070
+ 6.064058898939179,
1071
+ -0.17596958389619996,
1072
+ 5.979696289299142,
1073
+ -0.1759695838962,
1074
+ 5.895333679659102,
1075
+ -0.17596958389619993,
1076
+ 5.810971070019062,
1077
+ -0.17596958389619996,
1078
+ 5.726608460379023,
1079
+ -0.17596958389619996,
1080
+ 5.642245850738983,
1081
+ -0.1759695838962,
1082
+ 5.557883241098944,
1083
+ -0.1759695838962,
1084
+ 5.473520631458904,
1085
+ -0.17596958389619996,
1086
+ 5.389158021818864,
1087
+ -0.17596958389619993,
1088
+ 5.304795412178824,
1089
+ -0.1759695838962,
1090
+ 5.220432802538785,
1091
+ -0.17596958389619996,
1092
+ 5.136070192898746,
1093
+ -0.1759695838962,
1094
+ 5.051707583258707,
1095
+ -0.17596958389619993,
1096
+ 4.9673449736186654,
1097
+ -0.17596958389619996,
1098
+ 4.882982363978627,
1099
+ -0.17596958389620002,
1100
+ 4.798619754338588,
1101
+ -0.17596958389619996,
1102
+ 4.714257144698548,
1103
+ -0.17596958389619996,
1104
+ 4.629894535058509,
1105
+ -0.17596958389619996,
1106
+ 4.5455319254184685,
1107
+ -0.1759695838962,
1108
+ 4.461169315778429,
1109
+ -0.17596958389619993,
1110
+ 4.37680670613839,
1111
+ -0.17596958389619993,
1112
+ 4.29244409649835,
1113
+ -0.17596958389619993,
1114
+ 4.208081486858312,
1115
+ -0.17596958389619996,
1116
+ 4.123718877218273,
1117
+ -0.17596958389619993,
1118
+ 4.039356267578233,
1119
+ -0.17596958389619996,
1120
+ 3.9549936579381932,
1121
+ -0.17596958389619996,
1122
+ 3.870631048298154,
1123
+ -0.17596958389619996,
1124
+ 3.7862684386581145,
1125
+ -0.17596958389619996,
1126
+ 3.7019058290180746,
1127
+ -0.17596958389619996,
1128
+ 3.6175432193780357,
1129
+ -0.1759700801499356,
1130
+ 3.533180609737996,
1131
+ -0.1759886615569008,
1132
+ 3.4488180000979547,
1133
+ -0.17606392638372614,
1134
+ 3.3644553904579166,
1135
+ -0.1762357629629058,
1136
+ 3.2800927808178786,
1137
+ -0.17654405962693395,
1138
+ 3.195730171177838,
1139
+ -0.17702870470830476,
1140
+ 3.1113675615378,
1141
+ -0.1777295865395124,
1142
+ 3.0270049518977586,
1143
+ -0.17868659345305105,
1144
+ 2.9426423422577206,
1145
+ -0.1799396137814149,
1146
+ 2.85827973261768,
1147
+ -0.18152853585709808,
1148
+ 2.773917122977642,
1149
+ -0.1834932480125948,
1150
+ 2.6895545133376,
1151
+ -0.1858568922012186,
1152
+ 2.6051101005116357,
1153
+ -0.1885641476171765,
1154
+ 2.5201188042124016,
1155
+ -0.19153673322697828,
1156
+ 2.4340033873839304,
1157
+ -0.19469636512567012,
1158
+ 2.3461865989436346,
1159
+ -0.19796475940829755,
1160
+ 2.2560911878089365,
1161
+ -0.20126363216990667,
1162
+ 2.1631399028972473,
1163
+ -0.2045146995055431,
1164
+ 2.0667554931259926,
1165
+ -0.20763967751025292,
1166
+ 1.9663607074125808,
1167
+ -0.21056028227908175,
1168
+ 1.8613782946744382,
1169
+ -0.21319822990707563,
1170
+ 1.751231003828974,
1171
+ -0.21547483789797298,
1172
+ 1.6353384723621045,
1173
+ -0.21730101554683648,
1174
+ 1.5130390905578182,
1175
+ -0.21857652416770854,
1176
+ 1.3835842267837588,
1177
+ -0.21920057831015002,
1178
+ 1.2462209813259233,
1179
+ -0.2190723925237216,
1180
+ 1.1001964544703282,
1181
+ -0.218091181357984,
1182
+ 0.9447577465029738,
1183
+ -0.216156159362498,
1184
+ 0.7791519577098601,
1185
+ -0.21316654108682434,
1186
+ 0.6026261883770053,
1187
+ -0.20902154108052354,
1188
+ 0.4144275387904021,
1189
+ -0.20362037389315674,
1190
+ 0.2138031092360706,
1191
+ -0.19686225407428418,
1192
+ 1.5543122344752192e-15
1193
+ ],
1194
+ "nk": [
1195
+ "1.0"
1196
+ ]
1197
+ },
1198
+ {
1199
+ "name": "shape",
1200
+ "domain_id": 6,
1201
+ "priority": 4,
1202
+ "side_length_constraint": 0.7,
1203
+ "points": [
1204
+ 0.17322814515584123,
1205
+ 0.0,
1206
+ 0.1736126559688123,
1207
+ 0.21143560235916314,
1208
+ 0.17281759374609768,
1209
+ 0.41630102296389443,
1210
+ 0.17107290954914545,
1211
+ 0.6143085516729396,
1212
+ 0.16860855443940365,
1213
+ 0.8051704783450441,
1214
+ 0.16565447947832046,
1215
+ 0.9885990928389539,
1216
+ 0.16244063572734402,
1217
+ 1.164306685013415,
1218
+ 0.15919697424792245,
1219
+ 1.3320055447271721,
1220
+ 0.15615344610150395,
1221
+ 1.4914079618389722,
1222
+ 0.15354000234953652,
1223
+ 1.6422262262075602,
1224
+ 0.1515865940534683,
1225
+ 1.784172627691682,
1226
+ 0.15051435200558,
1227
+ 1.9169880136233697,
1228
+ 0.1503645705300959,
1229
+ 2.0409954896574907,
1230
+ 0.15101064130736752,
1231
+ 2.157061781510391,
1232
+ 0.15231952604152338,
1233
+ 2.266074433296442,
1234
+ 0.154158186436692,
1235
+ 2.3689209891300154,
1236
+ 0.15639358419700183,
1237
+ 2.4664889931254836,
1238
+ 0.15889268102658133,
1239
+ 2.5596659893972173,
1240
+ 0.161522438629559,
1241
+ 2.6493395220595897,
1242
+ 0.16414981871006334,
1243
+ 2.736397135226971,
1244
+ 0.16664178297222287,
1245
+ 2.821726373013734,
1246
+ 0.16886529726807892,
1247
+ 2.906214757967838,
1248
+ 0.1707204941613037,
1249
+ 2.990577367607878,
1250
+ 0.17222084793584347,
1251
+ 3.0749399772479173,
1252
+ 0.17340402350373746,
1253
+ 3.1593025868879576,
1254
+ 0.17430768577702482,
1255
+ 3.243665196527996,
1256
+ 0.17496949966774478,
1257
+ 3.3280278061680355,
1258
+ 0.17542713008793653,
1259
+ 3.4123904158080753,
1260
+ 0.17571824194963925,
1261
+ 3.4967530254481147,
1262
+ 0.1758805001648921,
1263
+ 3.581115635088154,
1264
+ 0.17595156964573427,
1265
+ 3.6654782447281935,
1266
+ 0.17596911530420495,
1267
+ 3.7498408543682333,
1268
+ 0.1759695838962,
1269
+ 3.8342034640082727,
1270
+ 0.1759695838962,
1271
+ 3.9185660736483117,
1272
+ 0.1759695838962,
1273
+ 4.002928683288351,
1274
+ 0.1759695838962,
1275
+ 4.087291292928391,
1276
+ 0.1759695838962,
1277
+ 4.171653902568431,
1278
+ 0.1759695838962,
1279
+ 4.256016512208469,
1280
+ 0.1759695838962,
1281
+ 4.34037912184851,
1282
+ 0.1759695838962,
1283
+ 4.42474173148855,
1284
+ 0.1759695838962,
1285
+ 4.509104341128587,
1286
+ 0.1759695838962,
1287
+ 4.593466950768628,
1288
+ 0.1759695838962,
1289
+ 4.677829560408668,
1290
+ 0.1759695838962,
1291
+ 4.762192170048706,
1292
+ 0.1759695838962,
1293
+ 4.846554779688747,
1294
+ 0.1759695838962,
1295
+ 4.930917389328786,
1296
+ 0.1759695838962,
1297
+ 5.015279998968826,
1298
+ 0.1759695838962,
1299
+ 5.099642608608865,
1300
+ 0.1759695838962,
1301
+ 5.184005218248904,
1302
+ 0.1759695838962,
1303
+ 5.268367827888944,
1304
+ 0.1759695838962,
1305
+ 5.352730437528983,
1306
+ 0.1759695838962,
1307
+ 5.437093047169022,
1308
+ 0.17596958389620004,
1309
+ 5.521455656809063,
1310
+ 0.17596958389620004,
1311
+ 5.605818266449101,
1312
+ 0.1759695838962,
1313
+ 5.690180876089141,
1314
+ 0.1759695838962,
1315
+ 5.77454348572918,
1316
+ 0.1759695838962,
1317
+ 5.858906095369219,
1318
+ 0.1759695838962,
1319
+ 5.94326870500926,
1320
+ 0.1759695838962,
1321
+ 6.0276313146493,
1322
+ 0.17596958389620004,
1323
+ 6.111993924289338,
1324
+ 0.17596958389620004,
1325
+ 6.196356533929378,
1326
+ 0.1759695838962,
1327
+ 6.280719143569417,
1328
+ 0.1759695838962,
1329
+ 6.365081753209457,
1330
+ 0.1759695838962,
1331
+ 6.449444362849496,
1332
+ 0.1759695838962,
1333
+ 6.533806972489536,
1334
+ 0.17596958389620004,
1335
+ 6.618169582129576,
1336
+ 0.1759695838962,
1337
+ 6.702532191769614,
1338
+ 0.17596958389620004,
1339
+ 6.786894801409655,
1340
+ 0.1759695838962,
1341
+ 6.871257411049695,
1342
+ 0.1759695838962,
1343
+ 6.955620020689734,
1344
+ 0.1759695838962,
1345
+ 7.039982630329773,
1346
+ 0.1759695838962,
1347
+ 7.124345239969812,
1348
+ 0.1759695838962,
1349
+ 7.208707849609851,
1350
+ 0.17596958389620004,
1351
+ 7.293070459249891,
1352
+ 0.1759695838962,
1353
+ 7.377433068889931,
1354
+ 0.1759695838962,
1355
+ 7.46179567852997,
1356
+ 0.1759695838962,
1357
+ 7.54615828817001,
1358
+ 0.1759695838962,
1359
+ 7.630520897810049,
1360
+ 0.1759695838962,
1361
+ 7.7148835074500886,
1362
+ 0.1759695838962,
1363
+ 7.799246117090129,
1364
+ 0.1759695838962,
1365
+ 7.883608726730168,
1366
+ 0.1759695838962,
1367
+ 7.967971336370207,
1368
+ 0.17596958389620004,
1369
+ 8.052333946010247,
1370
+ 0.1759695838962,
1371
+ 8.136696555650285,
1372
+ 0.17596910753421408,
1373
+ 8.221057969323937,
1374
+ 0.17587902301678532,
1375
+ 8.3051944105072,
1376
+ 0.17541813535226308,
1377
+ 8.388399903976701,
1378
+ 0.1742801288973967,
1379
+ 8.469905405968897,
1380
+ 0.17215868800893497,
1381
+ 8.548941872720244,
1382
+ 0.16874749704362701,
1383
+ 8.624740260467203,
1384
+ 0.16374024035822188,
1385
+ 8.69653152544623,
1386
+ 0.15683060230946838,
1387
+ 8.763546623893777,
1388
+ 0.1477122672541158,
1389
+ 8.82501651204631,
1390
+ 0.13607891954891294,
1391
+ 8.880172146140282,
1392
+ 0.12162424355060893,
1393
+ 8.928244482412147,
1394
+ 0.10410319567639016,
1395
+ 8.968515754157394,
1396
+ 0.0838280981964237,
1397
+ 9.000734640251078,
1398
+ 0.06140879121370082,
1399
+ 9.02489880482134,
1400
+ 0.03745790601472255,
1401
+ 9.04100824786818,
1402
+ 0.012588073885991344,
1403
+ 9.049062969391603,
1404
+ -0.012588073885990876,
1405
+ 9.049062969391603,
1406
+ -0.03745790601472206,
1407
+ 9.041008247868179,
1408
+ -0.06140879121370036,
1409
+ 9.024898804821342,
1410
+ -0.08382809819642369,
1411
+ 9.000734640251078,
1412
+ -0.10410319567639015,
1413
+ 8.968515754157394,
1414
+ -0.1216242435506089,
1415
+ 8.928244482412149,
1416
+ -0.13607891954891294,
1417
+ 8.880172146140282,
1418
+ -0.1477122672541158,
1419
+ 8.82501651204631,
1420
+ -0.15683060230946838,
1421
+ 8.76354662389378,
1422
+ -0.16374024035822182,
1423
+ 8.69653152544623,
1424
+ -0.16874749704362701,
1425
+ 8.624740260467204,
1426
+ -0.17215868800893497,
1427
+ 8.548941872720246,
1428
+ -0.17428012889739664,
1429
+ 8.469905405968898,
1430
+ -0.17541813535226308,
1431
+ 8.3883999039767,
1432
+ -0.17587902301678526,
1433
+ 8.305194410507198,
1434
+ -0.17596910753421408,
1435
+ 8.221057969323935,
1436
+ -0.1759695838962,
1437
+ 8.136696555650285,
1438
+ -0.1759695838962,
1439
+ 8.052333946010247,
1440
+ -0.1759695838962,
1441
+ 7.967971336370209,
1442
+ -0.1759695838962,
1443
+ 7.88360872673017,
1444
+ -0.1759695838962,
1445
+ 7.79924611709013,
1446
+ -0.1759695838962,
1447
+ 7.71488350745009,
1448
+ -0.1759695838962,
1449
+ 7.630520897810052,
1450
+ -0.1759695838962,
1451
+ 7.5461582881700116,
1452
+ -0.1759695838962,
1453
+ 7.461795678529973,
1454
+ -0.1759695838962,
1455
+ 7.377433068889932,
1456
+ -0.1759695838962,
1457
+ 7.293070459249893,
1458
+ -0.1759695838962,
1459
+ 7.208707849609853,
1460
+ -0.1759695838962,
1461
+ 7.124345239969813,
1462
+ -0.1759695838962,
1463
+ 7.039982630329774,
1464
+ -0.17596958389619993,
1465
+ 6.955620020689734,
1466
+ -0.17596958389619993,
1467
+ 6.871257411049695,
1468
+ -0.1759695838962,
1469
+ 6.786894801409657,
1470
+ -0.1759695838962,
1471
+ 6.702532191769615,
1472
+ -0.1759695838962,
1473
+ 6.618169582129576,
1474
+ -0.17596958389619993,
1475
+ 6.533806972489537,
1476
+ -0.17596958389619993,
1477
+ 6.449444362849497,
1478
+ -0.17596958389619993,
1479
+ 6.3650817532094575,
1480
+ -0.1759695838962,
1481
+ 6.280719143569418,
1482
+ -0.1759695838962,
1483
+ 6.1963565339293805,
1484
+ -0.1759695838962,
1485
+ 6.111993924289342,
1486
+ -0.17596958389619993,
1487
+ 6.0276313146493,
1488
+ -0.1759695838962,
1489
+ 5.943268705009261,
1490
+ -0.1759695838962,
1491
+ 5.858906095369222,
1492
+ -0.1759695838962,
1493
+ 5.774543485729183,
1494
+ -0.1759695838962,
1495
+ 5.690180876089143,
1496
+ -0.1759695838962,
1497
+ 5.605818266449104,
1498
+ -0.17596958389619993,
1499
+ 5.5214556568090645,
1500
+ -0.1759695838962,
1501
+ 5.437093047169023,
1502
+ -0.1759695838962,
1503
+ 5.352730437528984,
1504
+ -0.1759695838962,
1505
+ 5.268367827888945,
1506
+ -0.17596958389619993,
1507
+ 5.184005218248905,
1508
+ -0.1759695838962,
1509
+ 5.099642608608866,
1510
+ -0.17596958389620004,
1511
+ 5.015279998968826,
1512
+ -0.1759695838962,
1513
+ 4.930917389328788,
1514
+ -0.1759695838962,
1515
+ 4.846554779688748,
1516
+ -0.1759695838962,
1517
+ 4.762192170048707,
1518
+ -0.1759695838962,
1519
+ 4.677829560408668,
1520
+ -0.17596958389619993,
1521
+ 4.5934669507686285,
1522
+ -0.17596958389619993,
1523
+ 4.509104341128588,
1524
+ -0.17596958389619993,
1525
+ 4.424741731488551,
1526
+ -0.1759695838962,
1527
+ 4.340379121848512,
1528
+ -0.17596958389619993,
1529
+ 4.256016512208473,
1530
+ -0.1759695838962,
1531
+ 4.1716539025684325,
1532
+ -0.1759695838962,
1533
+ 4.087291292928392,
1534
+ -0.1759695838962,
1535
+ 4.002928683288353,
1536
+ -0.1759695838962,
1537
+ 3.9185660736483134,
1538
+ -0.1759695838962,
1539
+ 3.834203464008274,
1540
+ -0.1759691153042049,
1541
+ 3.7498408543682347,
1542
+ -0.17595156964573422,
1543
+ 3.6654782447281935,
1544
+ -0.17588050016489204,
1545
+ 3.581115635088156,
1546
+ -0.1757182419496392,
1547
+ 3.496753025448117,
1548
+ -0.17542713008793653,
1549
+ 3.4123904158080767,
1550
+ -0.17496949966774478,
1551
+ 3.328027806168038,
1552
+ -0.17430768577702482,
1553
+ 3.2436651965279975,
1554
+ -0.17340402350373746,
1555
+ 3.1593025868879594,
1556
+ -0.1722208479358434,
1557
+ 3.0749399772479187,
1558
+ -0.1707204941613037,
1559
+ 2.9905773676078806,
1560
+ -0.16886529726807886,
1561
+ 2.906214757967839,
1562
+ -0.16664178297222287,
1563
+ 2.8217263730137363,
1564
+ -0.16414981871006334,
1565
+ 2.736397135226972,
1566
+ -0.161522438629559,
1567
+ 2.649339522059592,
1568
+ -0.15889268102658127,
1569
+ 2.5596659893972187,
1570
+ -0.15639358419700183,
1571
+ 2.466488993125486,
1572
+ -0.15415818643669194,
1573
+ 2.368920989130016,
1574
+ -0.15231952604152338,
1575
+ 2.2660744332964446,
1576
+ -0.15101064130736747,
1577
+ 2.157061781510391,
1578
+ -0.1503645705300959,
1579
+ 2.0409954896574933,
1580
+ -0.15051435200558,
1581
+ 1.9169880136233701,
1582
+ -0.1515865940534683,
1583
+ 1.7841726276916843,
1584
+ -0.15354000234953652,
1585
+ 1.6422262262075598,
1586
+ -0.1561534461015039,
1587
+ 1.4914079618389744,
1588
+ -0.1591969742479225,
1589
+ 1.3320055447271713,
1590
+ -0.16244063572734396,
1591
+ 1.1643066850134167,
1592
+ -0.16565447947832035,
1593
+ 0.9885990928389592,
1594
+ -0.1686085544394036,
1595
+ 0.8051704783450461,
1596
+ -0.17107290954914534,
1597
+ 0.614308551672945,
1598
+ -0.17281759374609768,
1599
+ 0.41630102296389604,
1600
+ -0.1736126559688123,
1601
+ 0.2114356023591685,
1602
+ -0.17322814515584117,
1603
+ 1.2212453270876722e-15
1604
+ ],
1605
+ "nk": [
1606
+ "1.0"
1607
+ ]
1608
+ }
1609
+ ],
1610
+ "grid": {
1611
+ "n_x": 100,
1612
+ "n_y": 100,
1613
+ "uol1": 1e-09
1614
+ },
1615
+ "domain_map": {
1616
+ "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/domain_ids.npz",
1617
+ "grid_shape": [
1618
+ 100,
1619
+ 100
1620
+ ]
1621
+ }
1622
+ }
samples/sample_0000/geometry.png ADDED

Git LFS Details

  • SHA256: a4363704f734c30e0dafe6f62179d6ad82d89836e4edd1c7e8956f553240b230
  • Pointer size: 131 Bytes
  • Size of remote file: 208 kB
samples/sample_0000/ooc/oc_iso_0/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:880865894779244779cc45f0c28a5fa1e56516de2d41c92d9796a509895bf86b
3
+ size 14620
samples/sample_0000/ooc/oc_iso_0/oc_manifest.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T16:37:49.078091+00:00",
4
+ "oc_profile_label": "iso_0",
5
+ "plan_index": 0,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "isotropic",
9
+ "shape_symmetry": "isotropic",
10
+ "shape_bg_symmetry": "isotropic",
11
+ "interface_symmetry": "isotropic",
12
+ "shape_delta": [
13
+ [
14
+ 0.002739233746429086,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ 0.002739233746429086,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ 0.002739233746429086
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.002697867137638703,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.002697867137638703,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.002697867137638703
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ -0.009180529521276107,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ -0.009180529521276107,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ -0.009180529521276107
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.00016527635528529094,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.00016527635528529094,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.00016527635528529094
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ 0.006265404784005448,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.006265404784005448,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.006265404784005448
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.009127555772777218,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.009127555772777218,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.009127555772777218
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 12.598646790502036,
116
+ "widths": [
117
+ 2.515170903475141,
118
+ 2.515170903475141,
119
+ 2.515170903475141,
120
+ 2.515170903475141,
121
+ 2.515170903475141,
122
+ 2.515170903475141,
123
+ 2.515170903475141
124
+ ],
125
+ "segment_heights": [
126
+ 3.9763660543596937,
127
+ 3.9763660543596937,
128
+ 3.9763660543596937,
129
+ 3.9763660543596937,
130
+ 3.9763660543596937,
131
+ 3.9763660543596937
132
+ ],
133
+ "height_bg": 2.1918452610789694,
134
+ "top_offset": 2.0,
135
+ "bottom_offset": 2.0,
136
+ "n_interfaces": 0,
137
+ "interface_width_fractions": [],
138
+ "interface_height_fractions": [],
139
+ "interface_fraction": null,
140
+ "interface_thickness": 1.0,
141
+ "substrate_y": 0.0,
142
+ "slc": 0.7,
143
+ "smooth": true,
144
+ "num_spline_points": 200
145
+ },
146
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_0",
147
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json",
148
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_0/nk_tensor.npz",
149
+ "grid_shape": [
150
+ 100,
151
+ 100
152
+ ]
153
+ }
samples/sample_0000/ooc/oc_iso_1/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d704aea5e655e78f33cd1e0c9490dd9d2ea9584f7540aa50b88203f3dcae4067
3
+ size 14618
samples/sample_0000/ooc/oc_iso_1/oc_manifest.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T16:37:49.077791+00:00",
4
+ "oc_profile_label": "iso_1",
5
+ "plan_index": 1,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "isotropic",
9
+ "shape_symmetry": "isotropic",
10
+ "shape_bg_symmetry": "isotropic",
11
+ "interface_symmetry": "isotropic",
12
+ "shape_delta": [
13
+ [
14
+ 0.00023643249400513364,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ 0.00023643249400513364,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ 0.00023643249400513364
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.009504636963259353,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.009504636963259353,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.009504636963259353
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ -0.007116807745607325,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ -0.007116807745607325,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ -0.007116807745607325
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.00948649447137244,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.00948649447137244,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.00948649447137244
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ -0.003763370959790291,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ -0.003763370959790291,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ -0.003763370959790291
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.004233264489725757,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.004233264489725757,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.004233264489725757
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 12.598646790502036,
116
+ "widths": [
117
+ 2.515170903475141,
118
+ 2.515170903475141,
119
+ 2.515170903475141,
120
+ 2.515170903475141,
121
+ 2.515170903475141,
122
+ 2.515170903475141,
123
+ 2.515170903475141
124
+ ],
125
+ "segment_heights": [
126
+ 3.9763660543596937,
127
+ 3.9763660543596937,
128
+ 3.9763660543596937,
129
+ 3.9763660543596937,
130
+ 3.9763660543596937,
131
+ 3.9763660543596937
132
+ ],
133
+ "height_bg": 2.1918452610789694,
134
+ "top_offset": 2.0,
135
+ "bottom_offset": 2.0,
136
+ "n_interfaces": 0,
137
+ "interface_width_fractions": [],
138
+ "interface_height_fractions": [],
139
+ "interface_fraction": null,
140
+ "interface_thickness": 1.0,
141
+ "substrate_y": 0.0,
142
+ "slc": 0.7,
143
+ "smooth": true,
144
+ "num_spline_points": 200
145
+ },
146
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_1",
147
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json",
148
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_1/nk_tensor.npz",
149
+ "grid_shape": [
150
+ 100,
151
+ 100
152
+ ]
153
+ }
samples/sample_0000/ooc/oc_iso_2/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c53e97a138a1c7157da668d0a1a4e5bc7b9a378a8bee84aaa2837c48ccefbf71
3
+ size 14619
samples/sample_0000/ooc/oc_iso_2/oc_manifest.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T16:37:49.079285+00:00",
4
+ "oc_profile_label": "iso_2",
5
+ "plan_index": 2,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "isotropic",
9
+ "shape_symmetry": "isotropic",
10
+ "shape_bg_symmetry": "isotropic",
11
+ "interface_symmetry": "isotropic",
12
+ "shape_delta": [
13
+ [
14
+ -0.004767757315013672,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ -0.004767757315013672,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ -0.004767757315013672
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.002984911434141233,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.002984911434141233,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.002984911434141233
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ 0.006284514811885607,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ 0.006284514811885607,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ 0.006284514811885607
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.0009191594213509691,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.0009191594213509691,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.0009191594213509691
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ 0.0020020105193130806,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.0020020105193130806,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.0020020105193130806
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.007285605268117946,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.007285605268117946,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.007285605268117946
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 12.598646790502036,
116
+ "widths": [
117
+ 2.515170903475141,
118
+ 2.515170903475141,
119
+ 2.515170903475141,
120
+ 2.515170903475141,
121
+ 2.515170903475141,
122
+ 2.515170903475141,
123
+ 2.515170903475141
124
+ ],
125
+ "segment_heights": [
126
+ 3.9763660543596937,
127
+ 3.9763660543596937,
128
+ 3.9763660543596937,
129
+ 3.9763660543596937,
130
+ 3.9763660543596937,
131
+ 3.9763660543596937
132
+ ],
133
+ "height_bg": 2.1918452610789694,
134
+ "top_offset": 2.0,
135
+ "bottom_offset": 2.0,
136
+ "n_interfaces": 0,
137
+ "interface_width_fractions": [],
138
+ "interface_height_fractions": [],
139
+ "interface_fraction": null,
140
+ "interface_thickness": 1.0,
141
+ "substrate_y": 0.0,
142
+ "slc": 0.7,
143
+ "smooth": true,
144
+ "num_spline_points": 200
145
+ },
146
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_2",
147
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json",
148
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_2/nk_tensor.npz",
149
+ "grid_shape": [
150
+ 100,
151
+ 100
152
+ ]
153
+ }
samples/sample_0000/ooc/oc_sweep_manifest.json ADDED
@@ -0,0 +1,996 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "created_at": "2026-07-06T16:37:51.763137+00:00",
3
+ "mode": "oc_only",
4
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json",
5
+ "dataset_name": "squiggles",
6
+ "sample_name": "sample_0000",
7
+ "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc",
8
+ "reference_energy_ev": 550.0,
9
+ "oc_sweep": {
10
+ "delta_bounds": [
11
+ -0.01,
12
+ 0.01
13
+ ],
14
+ "beta_bounds": [
15
+ 0.0,
16
+ 0.01
17
+ ],
18
+ "oc_profiles": [
19
+ {
20
+ "label": "iso_0",
21
+ "shape_symmetry": "isotropic",
22
+ "shape_bg_symmetry": "isotropic",
23
+ "interface_symmetry": "isotropic",
24
+ "seed": 0
25
+ },
26
+ {
27
+ "label": "iso_1",
28
+ "shape_symmetry": "isotropic",
29
+ "shape_bg_symmetry": "isotropic",
30
+ "interface_symmetry": "isotropic",
31
+ "seed": 1
32
+ },
33
+ {
34
+ "label": "iso_2",
35
+ "shape_symmetry": "isotropic",
36
+ "shape_bg_symmetry": "isotropic",
37
+ "interface_symmetry": "isotropic",
38
+ "seed": 2
39
+ },
40
+ {
41
+ "label": "uniax_0",
42
+ "shape_symmetry": "uniaxial",
43
+ "shape_bg_symmetry": "uniaxial",
44
+ "interface_symmetry": "uniaxial",
45
+ "seed": 10
46
+ },
47
+ {
48
+ "label": "uniax_1",
49
+ "shape_symmetry": "uniaxial",
50
+ "shape_bg_symmetry": "uniaxial",
51
+ "interface_symmetry": "uniaxial",
52
+ "seed": 11
53
+ },
54
+ {
55
+ "label": "uniax_2",
56
+ "shape_symmetry": "uniaxial",
57
+ "shape_bg_symmetry": "uniaxial",
58
+ "interface_symmetry": "uniaxial",
59
+ "seed": 12
60
+ }
61
+ ],
62
+ "symmetry_groups": null,
63
+ "base_seed": 42,
64
+ "energy_ev": 550.0,
65
+ "energies_ev": [
66
+ 550
67
+ ],
68
+ "thetas_deg": [
69
+ 0.0,
70
+ 20.0,
71
+ 45.0
72
+ ],
73
+ "include_field_grid": false
74
+ },
75
+ "count": 6,
76
+ "samples": [
77
+ {
78
+ "mode": "oc_only",
79
+ "created_at": "2026-07-06T16:37:49.078091+00:00",
80
+ "oc_profile_label": "iso_0",
81
+ "plan_index": 0,
82
+ "reference_energy_ev": 550.0,
83
+ "reference_wavelength_nm": 2.254258153330914,
84
+ "tensor_symmetry": "isotropic",
85
+ "shape_symmetry": "isotropic",
86
+ "shape_bg_symmetry": "isotropic",
87
+ "interface_symmetry": "isotropic",
88
+ "shape_delta": [
89
+ [
90
+ 0.002739233746429086,
91
+ 0.0,
92
+ 0.0
93
+ ],
94
+ [
95
+ 0.0,
96
+ 0.002739233746429086,
97
+ 0.0
98
+ ],
99
+ [
100
+ 0.0,
101
+ 0.0,
102
+ 0.002739233746429086
103
+ ]
104
+ ],
105
+ "shape_beta": [
106
+ [
107
+ 0.002697867137638703,
108
+ 0.0,
109
+ 0.0
110
+ ],
111
+ [
112
+ 0.0,
113
+ 0.002697867137638703,
114
+ 0.0
115
+ ],
116
+ [
117
+ 0.0,
118
+ 0.0,
119
+ 0.002697867137638703
120
+ ]
121
+ ],
122
+ "shape_bg_delta": [
123
+ [
124
+ -0.009180529521276107,
125
+ 0.0,
126
+ 0.0
127
+ ],
128
+ [
129
+ 0.0,
130
+ -0.009180529521276107,
131
+ 0.0
132
+ ],
133
+ [
134
+ 0.0,
135
+ 0.0,
136
+ -0.009180529521276107
137
+ ]
138
+ ],
139
+ "shape_bg_beta": [
140
+ [
141
+ 0.00016527635528529094,
142
+ 0.0,
143
+ 0.0
144
+ ],
145
+ [
146
+ 0.0,
147
+ 0.00016527635528529094,
148
+ 0.0
149
+ ],
150
+ [
151
+ 0.0,
152
+ 0.0,
153
+ 0.00016527635528529094
154
+ ]
155
+ ],
156
+ "interface_delta": [
157
+ [
158
+ 0.006265404784005448,
159
+ 0.0,
160
+ 0.0
161
+ ],
162
+ [
163
+ 0.0,
164
+ 0.006265404784005448,
165
+ 0.0
166
+ ],
167
+ [
168
+ 0.0,
169
+ 0.0,
170
+ 0.006265404784005448
171
+ ]
172
+ ],
173
+ "interface_beta": [
174
+ [
175
+ 0.009127555772777218,
176
+ 0.0,
177
+ 0.0
178
+ ],
179
+ [
180
+ 0.0,
181
+ 0.009127555772777218,
182
+ 0.0
183
+ ],
184
+ [
185
+ 0.0,
186
+ 0.0,
187
+ 0.009127555772777218
188
+ ]
189
+ ],
190
+ "resolved_params_nm": {
191
+ "pitch": 12.598646790502036,
192
+ "widths": [
193
+ 2.515170903475141,
194
+ 2.515170903475141,
195
+ 2.515170903475141,
196
+ 2.515170903475141,
197
+ 2.515170903475141,
198
+ 2.515170903475141,
199
+ 2.515170903475141
200
+ ],
201
+ "segment_heights": [
202
+ 3.9763660543596937,
203
+ 3.9763660543596937,
204
+ 3.9763660543596937,
205
+ 3.9763660543596937,
206
+ 3.9763660543596937,
207
+ 3.9763660543596937
208
+ ],
209
+ "height_bg": 2.1918452610789694,
210
+ "top_offset": 2.0,
211
+ "bottom_offset": 2.0,
212
+ "n_interfaces": 0,
213
+ "interface_width_fractions": [],
214
+ "interface_height_fractions": [],
215
+ "interface_fraction": null,
216
+ "interface_thickness": 1.0,
217
+ "substrate_y": 0.0,
218
+ "slc": 0.7,
219
+ "smooth": true,
220
+ "num_spline_points": 200
221
+ },
222
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_0",
223
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json",
224
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_0/nk_tensor.npz",
225
+ "grid_shape": [
226
+ 100,
227
+ 100
228
+ ]
229
+ },
230
+ {
231
+ "mode": "oc_only",
232
+ "created_at": "2026-07-06T16:37:49.077791+00:00",
233
+ "oc_profile_label": "iso_1",
234
+ "plan_index": 1,
235
+ "reference_energy_ev": 550.0,
236
+ "reference_wavelength_nm": 2.254258153330914,
237
+ "tensor_symmetry": "isotropic",
238
+ "shape_symmetry": "isotropic",
239
+ "shape_bg_symmetry": "isotropic",
240
+ "interface_symmetry": "isotropic",
241
+ "shape_delta": [
242
+ [
243
+ 0.00023643249400513364,
244
+ 0.0,
245
+ 0.0
246
+ ],
247
+ [
248
+ 0.0,
249
+ 0.00023643249400513364,
250
+ 0.0
251
+ ],
252
+ [
253
+ 0.0,
254
+ 0.0,
255
+ 0.00023643249400513364
256
+ ]
257
+ ],
258
+ "shape_beta": [
259
+ [
260
+ 0.009504636963259353,
261
+ 0.0,
262
+ 0.0
263
+ ],
264
+ [
265
+ 0.0,
266
+ 0.009504636963259353,
267
+ 0.0
268
+ ],
269
+ [
270
+ 0.0,
271
+ 0.0,
272
+ 0.009504636963259353
273
+ ]
274
+ ],
275
+ "shape_bg_delta": [
276
+ [
277
+ -0.007116807745607325,
278
+ 0.0,
279
+ 0.0
280
+ ],
281
+ [
282
+ 0.0,
283
+ -0.007116807745607325,
284
+ 0.0
285
+ ],
286
+ [
287
+ 0.0,
288
+ 0.0,
289
+ -0.007116807745607325
290
+ ]
291
+ ],
292
+ "shape_bg_beta": [
293
+ [
294
+ 0.00948649447137244,
295
+ 0.0,
296
+ 0.0
297
+ ],
298
+ [
299
+ 0.0,
300
+ 0.00948649447137244,
301
+ 0.0
302
+ ],
303
+ [
304
+ 0.0,
305
+ 0.0,
306
+ 0.00948649447137244
307
+ ]
308
+ ],
309
+ "interface_delta": [
310
+ [
311
+ -0.003763370959790291,
312
+ 0.0,
313
+ 0.0
314
+ ],
315
+ [
316
+ 0.0,
317
+ -0.003763370959790291,
318
+ 0.0
319
+ ],
320
+ [
321
+ 0.0,
322
+ 0.0,
323
+ -0.003763370959790291
324
+ ]
325
+ ],
326
+ "interface_beta": [
327
+ [
328
+ 0.004233264489725757,
329
+ 0.0,
330
+ 0.0
331
+ ],
332
+ [
333
+ 0.0,
334
+ 0.004233264489725757,
335
+ 0.0
336
+ ],
337
+ [
338
+ 0.0,
339
+ 0.0,
340
+ 0.004233264489725757
341
+ ]
342
+ ],
343
+ "resolved_params_nm": {
344
+ "pitch": 12.598646790502036,
345
+ "widths": [
346
+ 2.515170903475141,
347
+ 2.515170903475141,
348
+ 2.515170903475141,
349
+ 2.515170903475141,
350
+ 2.515170903475141,
351
+ 2.515170903475141,
352
+ 2.515170903475141
353
+ ],
354
+ "segment_heights": [
355
+ 3.9763660543596937,
356
+ 3.9763660543596937,
357
+ 3.9763660543596937,
358
+ 3.9763660543596937,
359
+ 3.9763660543596937,
360
+ 3.9763660543596937
361
+ ],
362
+ "height_bg": 2.1918452610789694,
363
+ "top_offset": 2.0,
364
+ "bottom_offset": 2.0,
365
+ "n_interfaces": 0,
366
+ "interface_width_fractions": [],
367
+ "interface_height_fractions": [],
368
+ "interface_fraction": null,
369
+ "interface_thickness": 1.0,
370
+ "substrate_y": 0.0,
371
+ "slc": 0.7,
372
+ "smooth": true,
373
+ "num_spline_points": 200
374
+ },
375
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_1",
376
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json",
377
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_1/nk_tensor.npz",
378
+ "grid_shape": [
379
+ 100,
380
+ 100
381
+ ]
382
+ },
383
+ {
384
+ "mode": "oc_only",
385
+ "created_at": "2026-07-06T16:37:49.079285+00:00",
386
+ "oc_profile_label": "iso_2",
387
+ "plan_index": 2,
388
+ "reference_energy_ev": 550.0,
389
+ "reference_wavelength_nm": 2.254258153330914,
390
+ "tensor_symmetry": "isotropic",
391
+ "shape_symmetry": "isotropic",
392
+ "shape_bg_symmetry": "isotropic",
393
+ "interface_symmetry": "isotropic",
394
+ "shape_delta": [
395
+ [
396
+ -0.004767757315013672,
397
+ 0.0,
398
+ 0.0
399
+ ],
400
+ [
401
+ 0.0,
402
+ -0.004767757315013672,
403
+ 0.0
404
+ ],
405
+ [
406
+ 0.0,
407
+ 0.0,
408
+ -0.004767757315013672
409
+ ]
410
+ ],
411
+ "shape_beta": [
412
+ [
413
+ 0.002984911434141233,
414
+ 0.0,
415
+ 0.0
416
+ ],
417
+ [
418
+ 0.0,
419
+ 0.002984911434141233,
420
+ 0.0
421
+ ],
422
+ [
423
+ 0.0,
424
+ 0.0,
425
+ 0.002984911434141233
426
+ ]
427
+ ],
428
+ "shape_bg_delta": [
429
+ [
430
+ 0.006284514811885607,
431
+ 0.0,
432
+ 0.0
433
+ ],
434
+ [
435
+ 0.0,
436
+ 0.006284514811885607,
437
+ 0.0
438
+ ],
439
+ [
440
+ 0.0,
441
+ 0.0,
442
+ 0.006284514811885607
443
+ ]
444
+ ],
445
+ "shape_bg_beta": [
446
+ [
447
+ 0.0009191594213509691,
448
+ 0.0,
449
+ 0.0
450
+ ],
451
+ [
452
+ 0.0,
453
+ 0.0009191594213509691,
454
+ 0.0
455
+ ],
456
+ [
457
+ 0.0,
458
+ 0.0,
459
+ 0.0009191594213509691
460
+ ]
461
+ ],
462
+ "interface_delta": [
463
+ [
464
+ 0.0020020105193130806,
465
+ 0.0,
466
+ 0.0
467
+ ],
468
+ [
469
+ 0.0,
470
+ 0.0020020105193130806,
471
+ 0.0
472
+ ],
473
+ [
474
+ 0.0,
475
+ 0.0,
476
+ 0.0020020105193130806
477
+ ]
478
+ ],
479
+ "interface_beta": [
480
+ [
481
+ 0.007285605268117946,
482
+ 0.0,
483
+ 0.0
484
+ ],
485
+ [
486
+ 0.0,
487
+ 0.007285605268117946,
488
+ 0.0
489
+ ],
490
+ [
491
+ 0.0,
492
+ 0.0,
493
+ 0.007285605268117946
494
+ ]
495
+ ],
496
+ "resolved_params_nm": {
497
+ "pitch": 12.598646790502036,
498
+ "widths": [
499
+ 2.515170903475141,
500
+ 2.515170903475141,
501
+ 2.515170903475141,
502
+ 2.515170903475141,
503
+ 2.515170903475141,
504
+ 2.515170903475141,
505
+ 2.515170903475141
506
+ ],
507
+ "segment_heights": [
508
+ 3.9763660543596937,
509
+ 3.9763660543596937,
510
+ 3.9763660543596937,
511
+ 3.9763660543596937,
512
+ 3.9763660543596937,
513
+ 3.9763660543596937
514
+ ],
515
+ "height_bg": 2.1918452610789694,
516
+ "top_offset": 2.0,
517
+ "bottom_offset": 2.0,
518
+ "n_interfaces": 0,
519
+ "interface_width_fractions": [],
520
+ "interface_height_fractions": [],
521
+ "interface_fraction": null,
522
+ "interface_thickness": 1.0,
523
+ "substrate_y": 0.0,
524
+ "slc": 0.7,
525
+ "smooth": true,
526
+ "num_spline_points": 200
527
+ },
528
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_2",
529
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json",
530
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_2/nk_tensor.npz",
531
+ "grid_shape": [
532
+ 100,
533
+ 100
534
+ ]
535
+ },
536
+ {
537
+ "mode": "oc_only",
538
+ "created_at": "2026-07-06T16:37:49.079652+00:00",
539
+ "oc_profile_label": "uniax_0",
540
+ "plan_index": 3,
541
+ "reference_energy_ev": 550.0,
542
+ "reference_wavelength_nm": 2.254258153330914,
543
+ "tensor_symmetry": "uniaxial",
544
+ "shape_symmetry": "uniaxial",
545
+ "shape_bg_symmetry": "uniaxial",
546
+ "interface_symmetry": "uniaxial",
547
+ "shape_delta": [
548
+ [
549
+ 0.009120034192579509,
550
+ 0.0,
551
+ 0.0
552
+ ],
553
+ [
554
+ 0.0,
555
+ 0.009120034192579509,
556
+ 0.0
557
+ ],
558
+ [
559
+ 0.0,
560
+ 0.0,
561
+ -0.005846363798417063
562
+ ]
563
+ ],
564
+ "shape_beta": [
565
+ [
566
+ 0.008284448852745308,
567
+ 0.0,
568
+ 0.0
569
+ ],
570
+ [
571
+ 0.0,
572
+ 0.008284448852745308,
573
+ 0.0
574
+ ],
575
+ [
576
+ 0.0,
577
+ 0.0,
578
+ 0.0014928212308202027
579
+ ]
580
+ ],
581
+ "shape_bg_delta": [
582
+ [
583
+ 0.0002560923287312968,
584
+ 0.0,
585
+ 0.0
586
+ ],
587
+ [
588
+ 0.0,
589
+ 0.0002560923287312968,
590
+ 0.0
591
+ ],
592
+ [
593
+ 0.0,
594
+ 0.0,
595
+ -0.007281607919589868
596
+ ]
597
+ ],
598
+ "shape_bg_beta": [
599
+ [
600
+ 0.006890364797811311,
601
+ 0.0,
602
+ 0.0
603
+ ],
604
+ [
605
+ 0.0,
606
+ 0.006890364797811311,
607
+ 0.0
608
+ ],
609
+ [
610
+ 0.0,
611
+ 0.0,
612
+ 0.00841747724312279
613
+ ]
614
+ ],
615
+ "interface_delta": [
616
+ [
617
+ -0.0014898200519004676,
618
+ 0.0,
619
+ 0.0
620
+ ],
621
+ [
622
+ 0.0,
623
+ -0.0014898200519004676,
624
+ 0.0
625
+ ],
626
+ [
627
+ 0.0,
628
+ 0.0,
629
+ 0.009138520069067324
630
+ ]
631
+ ],
632
+ "interface_beta": [
633
+ [
634
+ 0.008253329063847983,
635
+ 0.0,
636
+ 0.0
637
+ ],
638
+ [
639
+ 0.0,
640
+ 0.008253329063847983,
641
+ 0.0
642
+ ],
643
+ [
644
+ 0.0,
645
+ 0.0,
646
+ 0.00338215312471576
647
+ ]
648
+ ],
649
+ "resolved_params_nm": {
650
+ "pitch": 12.598646790502036,
651
+ "widths": [
652
+ 2.515170903475141,
653
+ 2.515170903475141,
654
+ 2.515170903475141,
655
+ 2.515170903475141,
656
+ 2.515170903475141,
657
+ 2.515170903475141,
658
+ 2.515170903475141
659
+ ],
660
+ "segment_heights": [
661
+ 3.9763660543596937,
662
+ 3.9763660543596937,
663
+ 3.9763660543596937,
664
+ 3.9763660543596937,
665
+ 3.9763660543596937,
666
+ 3.9763660543596937
667
+ ],
668
+ "height_bg": 2.1918452610789694,
669
+ "top_offset": 2.0,
670
+ "bottom_offset": 2.0,
671
+ "n_interfaces": 0,
672
+ "interface_width_fractions": [],
673
+ "interface_height_fractions": [],
674
+ "interface_fraction": null,
675
+ "interface_thickness": 1.0,
676
+ "substrate_y": 0.0,
677
+ "slc": 0.7,
678
+ "smooth": true,
679
+ "num_spline_points": 200
680
+ },
681
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_0",
682
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json",
683
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_0/nk_tensor.npz",
684
+ "grid_shape": [
685
+ 100,
686
+ 100
687
+ ]
688
+ },
689
+ {
690
+ "mode": "oc_only",
691
+ "created_at": "2026-07-06T16:37:49.080063+00:00",
692
+ "oc_profile_label": "uniax_1",
693
+ "plan_index": 4,
694
+ "reference_energy_ev": 550.0,
695
+ "reference_wavelength_nm": 2.254258153330914,
696
+ "tensor_symmetry": "uniaxial",
697
+ "shape_symmetry": "uniaxial",
698
+ "shape_bg_symmetry": "uniaxial",
699
+ "interface_symmetry": "uniaxial",
700
+ "shape_delta": [
701
+ [
702
+ -0.007428595944616008,
703
+ 0.0,
704
+ 0.0
705
+ ],
706
+ [
707
+ 0.0,
708
+ -0.007428595944616008,
709
+ 0.0
710
+ ],
711
+ [
712
+ 0.0,
713
+ 0.0,
714
+ -1.4442751197701192e-05
715
+ ]
716
+ ],
717
+ "shape_beta": [
718
+ [
719
+ 0.0060149835762335745,
720
+ 0.0,
721
+ 0.0
722
+ ],
723
+ [
724
+ 0.0,
725
+ 0.0060149835762335745,
726
+ 0.0
727
+ ],
728
+ [
729
+ 0.0,
730
+ 0.0,
731
+ 0.0002868900837194455
732
+ ]
733
+ ],
734
+ "shape_bg_delta": [
735
+ [
736
+ -0.0070414783084508815,
737
+ 0.0,
738
+ 0.0
739
+ ],
740
+ [
741
+ 0.0,
742
+ -0.0070414783084508815,
743
+ 0.0
744
+ ],
745
+ [
746
+ 0.0,
747
+ 0.0,
748
+ 0.00856422045920739
749
+ ]
750
+ ],
751
+ "shape_bg_beta": [
752
+ [
753
+ 0.0007042057615419683,
754
+ 0.0,
755
+ 0.0
756
+ ],
757
+ [
758
+ 0.0,
759
+ 0.0007042057615419683,
760
+ 0.0
761
+ ],
762
+ [
763
+ 0.0,
764
+ 0.0,
765
+ 0.0012977394939929798
766
+ ]
767
+ ],
768
+ "interface_delta": [
769
+ [
770
+ 0.008966569065835503,
771
+ 0.0,
772
+ 0.0
773
+ ],
774
+ [
775
+ 0.0,
776
+ 0.008966569065835503,
777
+ 0.0
778
+ ],
779
+ [
780
+ 0.0,
781
+ 0.0,
782
+ 0.0024376718559276575
783
+ ]
784
+ ],
785
+ "interface_beta": [
786
+ [
787
+ 0.00368993123729791,
788
+ 0.0,
789
+ 0.0
790
+ ],
791
+ [
792
+ 0.0,
793
+ 0.00368993123729791,
794
+ 0.0
795
+ ],
796
+ [
797
+ 0.0,
798
+ 0.0,
799
+ 0.005113900218032627
800
+ ]
801
+ ],
802
+ "resolved_params_nm": {
803
+ "pitch": 12.598646790502036,
804
+ "widths": [
805
+ 2.515170903475141,
806
+ 2.515170903475141,
807
+ 2.515170903475141,
808
+ 2.515170903475141,
809
+ 2.515170903475141,
810
+ 2.515170903475141,
811
+ 2.515170903475141
812
+ ],
813
+ "segment_heights": [
814
+ 3.9763660543596937,
815
+ 3.9763660543596937,
816
+ 3.9763660543596937,
817
+ 3.9763660543596937,
818
+ 3.9763660543596937,
819
+ 3.9763660543596937
820
+ ],
821
+ "height_bg": 2.1918452610789694,
822
+ "top_offset": 2.0,
823
+ "bottom_offset": 2.0,
824
+ "n_interfaces": 0,
825
+ "interface_width_fractions": [],
826
+ "interface_height_fractions": [],
827
+ "interface_fraction": null,
828
+ "interface_thickness": 1.0,
829
+ "substrate_y": 0.0,
830
+ "slc": 0.7,
831
+ "smooth": true,
832
+ "num_spline_points": 200
833
+ },
834
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_1",
835
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json",
836
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_1/nk_tensor.npz",
837
+ "grid_shape": [
838
+ 100,
839
+ 100
840
+ ]
841
+ },
842
+ {
843
+ "mode": "oc_only",
844
+ "created_at": "2026-07-06T16:37:49.078885+00:00",
845
+ "oc_profile_label": "uniax_2",
846
+ "plan_index": 5,
847
+ "reference_energy_ev": 550.0,
848
+ "reference_wavelength_nm": 2.254258153330914,
849
+ "tensor_symmetry": "uniaxial",
850
+ "shape_symmetry": "uniaxial",
851
+ "shape_bg_symmetry": "uniaxial",
852
+ "interface_symmetry": "uniaxial",
853
+ "shape_delta": [
854
+ [
855
+ -0.004983510837831078,
856
+ 0.0,
857
+ 0.0
858
+ ],
859
+ [
860
+ 0.0,
861
+ -0.004983510837831078,
862
+ 0.0
863
+ ],
864
+ [
865
+ 0.0,
866
+ 0.0,
867
+ 0.008935058857188491
868
+ ]
869
+ ],
870
+ "shape_beta": [
871
+ [
872
+ 0.001893203845397613,
873
+ 0.0,
874
+ 0.0
875
+ ],
876
+ [
877
+ 0.0,
878
+ 0.001893203845397613,
879
+ 0.0
880
+ ],
881
+ [
882
+ 0.0,
883
+ 0.0,
884
+ 0.001792914104181076
885
+ ]
886
+ ],
887
+ "shape_bg_delta": [
888
+ [
889
+ -0.0030022151880808503,
890
+ 0.0,
891
+ 0.0
892
+ ],
893
+ [
894
+ 0.0,
895
+ -0.0030022151880808503,
896
+ 0.0
897
+ ],
898
+ [
899
+ 0.0,
900
+ 0.0,
901
+ -0.005389175068201881
902
+ ]
903
+ ],
904
+ "shape_bg_beta": [
905
+ [
906
+ 0.006704457427727847,
907
+ 0.0,
908
+ 0.0
909
+ ],
910
+ [
911
+ 0.0,
912
+ 0.006704457427727847,
913
+ 0.0
914
+ ],
915
+ [
916
+ 0.0,
917
+ 0.0,
918
+ 0.001150793821234475
919
+ ]
920
+ ],
921
+ "interface_delta": [
922
+ [
923
+ 0.007926187474093608,
924
+ 0.0,
925
+ 0.0
926
+ ],
927
+ [
928
+ 0.0,
929
+ 0.007926187474093608,
930
+ 0.0
931
+ ],
932
+ [
933
+ 0.0,
934
+ 0.0,
935
+ 0.007162609781678179
936
+ ]
937
+ ],
938
+ "interface_beta": [
939
+ [
940
+ 2.8270321866200598e-05,
941
+ 0.0,
942
+ 0.0
943
+ ],
944
+ [
945
+ 0.0,
946
+ 2.8270321866200598e-05,
947
+ 0.0
948
+ ],
949
+ [
950
+ 0.0,
951
+ 0.0,
952
+ 0.0054146616171879425
953
+ ]
954
+ ],
955
+ "resolved_params_nm": {
956
+ "pitch": 12.598646790502036,
957
+ "widths": [
958
+ 2.515170903475141,
959
+ 2.515170903475141,
960
+ 2.515170903475141,
961
+ 2.515170903475141,
962
+ 2.515170903475141,
963
+ 2.515170903475141,
964
+ 2.515170903475141
965
+ ],
966
+ "segment_heights": [
967
+ 3.9763660543596937,
968
+ 3.9763660543596937,
969
+ 3.9763660543596937,
970
+ 3.9763660543596937,
971
+ 3.9763660543596937,
972
+ 3.9763660543596937
973
+ ],
974
+ "height_bg": 2.1918452610789694,
975
+ "top_offset": 2.0,
976
+ "bottom_offset": 2.0,
977
+ "n_interfaces": 0,
978
+ "interface_width_fractions": [],
979
+ "interface_height_fractions": [],
980
+ "interface_fraction": null,
981
+ "interface_thickness": 1.0,
982
+ "substrate_y": 0.0,
983
+ "slc": 0.7,
984
+ "smooth": true,
985
+ "num_spline_points": 200
986
+ },
987
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_2",
988
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json",
989
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_2/nk_tensor.npz",
990
+ "grid_shape": [
991
+ 100,
992
+ 100
993
+ ]
994
+ }
995
+ ]
996
+ }
samples/sample_0000/ooc/oc_uniax_0/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69841f14e2ed342d27b37c7f3c306bb33c7f27f9107e67822562b8d9429255ee
3
+ size 14618
samples/sample_0000/ooc/oc_uniax_0/oc_manifest.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T16:37:49.079652+00:00",
4
+ "oc_profile_label": "uniax_0",
5
+ "plan_index": 3,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "uniaxial",
9
+ "shape_symmetry": "uniaxial",
10
+ "shape_bg_symmetry": "uniaxial",
11
+ "interface_symmetry": "uniaxial",
12
+ "shape_delta": [
13
+ [
14
+ 0.009120034192579509,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ 0.009120034192579509,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ -0.005846363798417063
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.008284448852745308,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.008284448852745308,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.0014928212308202027
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ 0.0002560923287312968,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ 0.0002560923287312968,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ -0.007281607919589868
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.006890364797811311,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.006890364797811311,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.00841747724312279
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ -0.0014898200519004676,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ -0.0014898200519004676,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.009138520069067324
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.008253329063847983,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.008253329063847983,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.00338215312471576
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 12.598646790502036,
116
+ "widths": [
117
+ 2.515170903475141,
118
+ 2.515170903475141,
119
+ 2.515170903475141,
120
+ 2.515170903475141,
121
+ 2.515170903475141,
122
+ 2.515170903475141,
123
+ 2.515170903475141
124
+ ],
125
+ "segment_heights": [
126
+ 3.9763660543596937,
127
+ 3.9763660543596937,
128
+ 3.9763660543596937,
129
+ 3.9763660543596937,
130
+ 3.9763660543596937,
131
+ 3.9763660543596937
132
+ ],
133
+ "height_bg": 2.1918452610789694,
134
+ "top_offset": 2.0,
135
+ "bottom_offset": 2.0,
136
+ "n_interfaces": 0,
137
+ "interface_width_fractions": [],
138
+ "interface_height_fractions": [],
139
+ "interface_fraction": null,
140
+ "interface_thickness": 1.0,
141
+ "substrate_y": 0.0,
142
+ "slc": 0.7,
143
+ "smooth": true,
144
+ "num_spline_points": 200
145
+ },
146
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_0",
147
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json",
148
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_0/nk_tensor.npz",
149
+ "grid_shape": [
150
+ 100,
151
+ 100
152
+ ]
153
+ }
samples/sample_0000/ooc/oc_uniax_1/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b427408e4e4978fee27f5b089db3b052951f3bdd67f967b8664c6f567f5fcd2
3
+ size 14620
samples/sample_0000/ooc/oc_uniax_1/oc_manifest.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T16:37:49.080063+00:00",
4
+ "oc_profile_label": "uniax_1",
5
+ "plan_index": 4,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "uniaxial",
9
+ "shape_symmetry": "uniaxial",
10
+ "shape_bg_symmetry": "uniaxial",
11
+ "interface_symmetry": "uniaxial",
12
+ "shape_delta": [
13
+ [
14
+ -0.007428595944616008,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ -0.007428595944616008,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ -1.4442751197701192e-05
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.0060149835762335745,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.0060149835762335745,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.0002868900837194455
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ -0.0070414783084508815,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ -0.0070414783084508815,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ 0.00856422045920739
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.0007042057615419683,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.0007042057615419683,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.0012977394939929798
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ 0.008966569065835503,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.008966569065835503,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.0024376718559276575
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.00368993123729791,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.00368993123729791,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.005113900218032627
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 12.598646790502036,
116
+ "widths": [
117
+ 2.515170903475141,
118
+ 2.515170903475141,
119
+ 2.515170903475141,
120
+ 2.515170903475141,
121
+ 2.515170903475141,
122
+ 2.515170903475141,
123
+ 2.515170903475141
124
+ ],
125
+ "segment_heights": [
126
+ 3.9763660543596937,
127
+ 3.9763660543596937,
128
+ 3.9763660543596937,
129
+ 3.9763660543596937,
130
+ 3.9763660543596937,
131
+ 3.9763660543596937
132
+ ],
133
+ "height_bg": 2.1918452610789694,
134
+ "top_offset": 2.0,
135
+ "bottom_offset": 2.0,
136
+ "n_interfaces": 0,
137
+ "interface_width_fractions": [],
138
+ "interface_height_fractions": [],
139
+ "interface_fraction": null,
140
+ "interface_thickness": 1.0,
141
+ "substrate_y": 0.0,
142
+ "slc": 0.7,
143
+ "smooth": true,
144
+ "num_spline_points": 200
145
+ },
146
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_1",
147
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json",
148
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_1/nk_tensor.npz",
149
+ "grid_shape": [
150
+ 100,
151
+ 100
152
+ ]
153
+ }
samples/sample_0000/ooc/oc_uniax_2/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53c928979a5128d93587432c5c8feb0b1b3dc1787c29e3edbf1926c52fc15dfc
3
+ size 14617
samples/sample_0000/ooc/oc_uniax_2/oc_manifest.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T16:37:49.078885+00:00",
4
+ "oc_profile_label": "uniax_2",
5
+ "plan_index": 5,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "uniaxial",
9
+ "shape_symmetry": "uniaxial",
10
+ "shape_bg_symmetry": "uniaxial",
11
+ "interface_symmetry": "uniaxial",
12
+ "shape_delta": [
13
+ [
14
+ -0.004983510837831078,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ -0.004983510837831078,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ 0.008935058857188491
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.001893203845397613,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.001893203845397613,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.001792914104181076
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ -0.0030022151880808503,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ -0.0030022151880808503,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ -0.005389175068201881
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.006704457427727847,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.006704457427727847,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.001150793821234475
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ 0.007926187474093608,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.007926187474093608,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.007162609781678179
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 2.8270321866200598e-05,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 2.8270321866200598e-05,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.0054146616171879425
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 12.598646790502036,
116
+ "widths": [
117
+ 2.515170903475141,
118
+ 2.515170903475141,
119
+ 2.515170903475141,
120
+ 2.515170903475141,
121
+ 2.515170903475141,
122
+ 2.515170903475141,
123
+ 2.515170903475141
124
+ ],
125
+ "segment_heights": [
126
+ 3.9763660543596937,
127
+ 3.9763660543596937,
128
+ 3.9763660543596937,
129
+ 3.9763660543596937,
130
+ 3.9763660543596937,
131
+ 3.9763660543596937
132
+ ],
133
+ "height_bg": 2.1918452610789694,
134
+ "top_offset": 2.0,
135
+ "bottom_offset": 2.0,
136
+ "n_interfaces": 0,
137
+ "interface_width_fractions": [],
138
+ "interface_height_fractions": [],
139
+ "interface_fraction": null,
140
+ "interface_thickness": 1.0,
141
+ "substrate_y": 0.0,
142
+ "slc": 0.7,
143
+ "smooth": true,
144
+ "num_spline_points": 200
145
+ },
146
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_2",
147
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json",
148
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_2/nk_tensor.npz",
149
+ "grid_shape": [
150
+ 100,
151
+ 100
152
+ ]
153
+ }
samples/sample_0001/domain_ids.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a368c94c2be9ccbbef1726f2033b58b0e6775ef49b8aa0b4b48820cacc62cb6
3
+ size 3085
samples/sample_0001/geometry.json ADDED
@@ -0,0 +1,1592 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "created_at": "2026-07-07T07:12:05.044982+00:00",
3
+ "mode": "generate",
4
+ "units": "lambda",
5
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001",
6
+ "sample_kind": "interior",
7
+ "sample_label": "interior_0001",
8
+ "axis_name": null,
9
+ "axis_side": null,
10
+ "hypercube_coords": {
11
+ "pitch_ratio": 0.04328096539913795,
12
+ "height_bg_ratio": 0.5036528732094302,
13
+ "n_segments": 0.1987512589534166,
14
+ "width_ratio": 0.05034502548578779,
15
+ "segment_height_ratio": 0.5648060989841165,
16
+ "n_interfaces": 0.01724187592309112,
17
+ "interface_0_width_frac_0": 0.16188208037124696,
18
+ "interface_0_width_frac_1": 0.5812196556965641,
19
+ "interface_0_width_frac_2": 0.3220409160591491,
20
+ "interface_0_width_frac_3": 0.5,
21
+ "interface_0_width_frac_4": 0.5,
22
+ "interface_0_width_frac_5": 0.5,
23
+ "interface_0_width_frac_6": 0.5,
24
+ "interface_0_width_frac_7": 0.5,
25
+ "interface_0_width_frac_8": 0.5,
26
+ "interface_0_width_frac_9": 0.5,
27
+ "interface_0_width_frac_10": 0.5,
28
+ "interface_0_width_frac_11": 0.5,
29
+ "interface_0_width_frac_12": 0.5,
30
+ "interface_0_height_frac_0": 0.5807755271217876,
31
+ "interface_0_height_frac_1": 0.9915619650949943,
32
+ "interface_0_height_frac_2": 0.5,
33
+ "interface_0_height_frac_3": 0.5,
34
+ "interface_0_height_frac_4": 0.5,
35
+ "interface_0_height_frac_5": 0.5,
36
+ "interface_0_height_frac_6": 0.5,
37
+ "interface_0_height_frac_7": 0.5,
38
+ "interface_0_height_frac_8": 0.5,
39
+ "interface_0_height_frac_9": 0.5,
40
+ "interface_0_height_frac_10": 0.5,
41
+ "interface_0_height_frac_11": 0.5,
42
+ "interface_1_width_frac_0": 0.41169826760028483,
43
+ "interface_1_width_frac_1": 0.30988999907242654,
44
+ "interface_1_width_frac_2": 0.7464263196221025,
45
+ "interface_1_width_frac_3": 0.5,
46
+ "interface_1_width_frac_4": 0.5,
47
+ "interface_1_width_frac_5": 0.5,
48
+ "interface_1_width_frac_6": 0.5,
49
+ "interface_1_width_frac_7": 0.5,
50
+ "interface_1_width_frac_8": 0.5,
51
+ "interface_1_width_frac_9": 0.5,
52
+ "interface_1_width_frac_10": 0.5,
53
+ "interface_1_width_frac_11": 0.5,
54
+ "interface_1_width_frac_12": 0.5,
55
+ "interface_1_height_frac_0": 0.28343665017063724,
56
+ "interface_1_height_frac_1": 0.37071105470377563,
57
+ "interface_1_height_frac_2": 0.5,
58
+ "interface_1_height_frac_3": 0.5,
59
+ "interface_1_height_frac_4": 0.5,
60
+ "interface_1_height_frac_5": 0.5,
61
+ "interface_1_height_frac_6": 0.5,
62
+ "interface_1_height_frac_7": 0.5,
63
+ "interface_1_height_frac_8": 0.5,
64
+ "interface_1_height_frac_9": 0.5,
65
+ "interface_1_height_frac_10": 0.5,
66
+ "interface_1_height_frac_11": 0.5,
67
+ "interface_2_width_frac_0": 0.5,
68
+ "interface_2_width_frac_1": 0.5,
69
+ "interface_2_width_frac_2": 0.5,
70
+ "interface_2_width_frac_3": 0.5,
71
+ "interface_2_width_frac_4": 0.5,
72
+ "interface_2_width_frac_5": 0.5,
73
+ "interface_2_width_frac_6": 0.5,
74
+ "interface_2_width_frac_7": 0.5,
75
+ "interface_2_width_frac_8": 0.5,
76
+ "interface_2_width_frac_9": 0.5,
77
+ "interface_2_width_frac_10": 0.5,
78
+ "interface_2_width_frac_11": 0.5,
79
+ "interface_2_width_frac_12": 0.5,
80
+ "interface_2_height_frac_0": 0.5,
81
+ "interface_2_height_frac_1": 0.5,
82
+ "interface_2_height_frac_2": 0.5,
83
+ "interface_2_height_frac_3": 0.5,
84
+ "interface_2_height_frac_4": 0.5,
85
+ "interface_2_height_frac_5": 0.5,
86
+ "interface_2_height_frac_6": 0.5,
87
+ "interface_2_height_frac_7": 0.5,
88
+ "interface_2_height_frac_8": 0.5,
89
+ "interface_2_height_frac_9": 0.5,
90
+ "interface_2_height_frac_10": 0.5,
91
+ "interface_2_height_frac_11": 0.5
92
+ },
93
+ "active_axes": [
94
+ "pitch_ratio",
95
+ "height_bg_ratio",
96
+ "n_segments",
97
+ "width_ratio",
98
+ "segment_height_ratio",
99
+ "n_interfaces",
100
+ "interface_0_width_frac_0",
101
+ "interface_0_width_frac_1",
102
+ "interface_0_width_frac_2",
103
+ "interface_0_height_frac_0",
104
+ "interface_0_height_frac_1",
105
+ "interface_1_width_frac_0",
106
+ "interface_1_width_frac_1",
107
+ "interface_1_width_frac_2",
108
+ "interface_1_height_frac_0",
109
+ "interface_1_height_frac_1"
110
+ ],
111
+ "template_name": "layered_stack",
112
+ "template_config": {
113
+ "max_n_segments": 12,
114
+ "max_n_interfaces": 3,
115
+ "n_segments_bounds": [
116
+ 4,
117
+ 12
118
+ ],
119
+ "n_interfaces_bounds": [
120
+ 2,
121
+ 3
122
+ ],
123
+ "pitch_ratio": [
124
+ 1.5,
125
+ 2.0
126
+ ],
127
+ "height_bg_ratio": [
128
+ 1.0,
129
+ 2.5
130
+ ],
131
+ "width_ratio": [
132
+ 0.4,
133
+ 0.9
134
+ ],
135
+ "segment_height_ratio": [
136
+ 0.45,
137
+ 1.8
138
+ ],
139
+ "interface_width_fraction": [
140
+ [
141
+ 0.35,
142
+ 0.9
143
+ ],
144
+ [
145
+ 0.35,
146
+ 0.9
147
+ ],
148
+ [
149
+ 0.35,
150
+ 0.9
151
+ ],
152
+ [
153
+ 0.35,
154
+ 0.9
155
+ ],
156
+ [
157
+ 0.35,
158
+ 0.9
159
+ ],
160
+ [
161
+ 0.35,
162
+ 0.9
163
+ ],
164
+ [
165
+ 0.35,
166
+ 0.9
167
+ ],
168
+ [
169
+ 0.35,
170
+ 0.9
171
+ ],
172
+ [
173
+ 0.35,
174
+ 0.9
175
+ ],
176
+ [
177
+ 0.35,
178
+ 0.9
179
+ ],
180
+ [
181
+ 0.35,
182
+ 0.9
183
+ ],
184
+ [
185
+ 0.35,
186
+ 0.9
187
+ ],
188
+ [
189
+ 0.35,
190
+ 0.9
191
+ ]
192
+ ],
193
+ "interface_height_fraction": [
194
+ [
195
+ 0.35,
196
+ 0.9
197
+ ],
198
+ [
199
+ 0.35,
200
+ 0.9
201
+ ],
202
+ [
203
+ 0.35,
204
+ 0.9
205
+ ],
206
+ [
207
+ 0.35,
208
+ 0.9
209
+ ],
210
+ [
211
+ 0.35,
212
+ 0.9
213
+ ],
214
+ [
215
+ 0.35,
216
+ 0.9
217
+ ],
218
+ [
219
+ 0.35,
220
+ 0.9
221
+ ],
222
+ [
223
+ 0.35,
224
+ 0.9
225
+ ],
226
+ [
227
+ 0.35,
228
+ 0.9
229
+ ],
230
+ [
231
+ 0.35,
232
+ 0.9
233
+ ],
234
+ [
235
+ 0.35,
236
+ 0.9
237
+ ],
238
+ [
239
+ 0.35,
240
+ 0.9
241
+ ]
242
+ ]
243
+ },
244
+ "resolved_params_lambda": {
245
+ "pitch": 1.5216404826995689,
246
+ "widths": [
247
+ 0.4251725127428939,
248
+ 0.4251725127428939,
249
+ 0.4251725127428939,
250
+ 0.4251725127428939,
251
+ 0.4251725127428939,
252
+ 0.4251725127428939
253
+ ],
254
+ "segment_heights": [
255
+ 1.2124882336285574,
256
+ 1.2124882336285574,
257
+ 1.2124882336285574,
258
+ 1.2124882336285574,
259
+ 1.2124882336285574
260
+ ],
261
+ "height_bg": 1.7554793098141452,
262
+ "top_offset": 2.0,
263
+ "bottom_offset": 2.0,
264
+ "n_interfaces": 2,
265
+ "interface_width_fractions": [
266
+ [
267
+ 0.4390351442041858,
268
+ 0.6696708106331102,
269
+ 0.527122503832532,
270
+ 0.625,
271
+ 0.625,
272
+ 0.625
273
+ ],
274
+ [
275
+ 0.5764340471801567,
276
+ 0.5204394994898346,
277
+ 0.7605344757921564,
278
+ 0.625,
279
+ 0.625,
280
+ 0.625
281
+ ]
282
+ ],
283
+ "interface_height_fractions": [
284
+ [
285
+ 0.6694265399169832,
286
+ 0.8953590808022469,
287
+ 0.625,
288
+ 0.625,
289
+ 0.625
290
+ ],
291
+ [
292
+ 0.5058901575938505,
293
+ 0.5538910800870767,
294
+ 0.625,
295
+ 0.625,
296
+ 0.625
297
+ ]
298
+ ],
299
+ "interface_fraction": null,
300
+ "interface_thickness": 1.0,
301
+ "substrate_y": 0.0,
302
+ "slc": 0.7,
303
+ "smooth": true,
304
+ "num_spline_points": 200
305
+ },
306
+ "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.png",
307
+ "shapes": [
308
+ {
309
+ "name": "ComputationalDomain",
310
+ "domain_id": 1,
311
+ "priority": -1,
312
+ "side_length_constraint": 0.7,
313
+ "points": [
314
+ -0.7608202413497844,
315
+ -2.0,
316
+ 0.7608202413497844,
317
+ -2.0,
318
+ 0.7608202413497844,
319
+ 9.954182744958803,
320
+ -0.7608202413497844,
321
+ 9.954182744958803
322
+ ],
323
+ "nk": [
324
+ "1.0"
325
+ ]
326
+ },
327
+ {
328
+ "name": "shape_bg",
329
+ "domain_id": 3,
330
+ "priority": 1,
331
+ "side_length_constraint": 0.7,
332
+ "points": [
333
+ -0.7608202413497844,
334
+ 0.0,
335
+ 0.7608202413497844,
336
+ 0.0,
337
+ 0.7608202413497844,
338
+ 1.7554793098141452,
339
+ -0.7608202413497844,
340
+ 1.7554793098141452
341
+ ],
342
+ "nk": [
343
+ "1.0"
344
+ ]
345
+ },
346
+ {
347
+ "name": "interface_0",
348
+ "domain_id": 4,
349
+ "priority": 2,
350
+ "side_length_constraint": 0.7,
351
+ "points": [
352
+ 0.3318396750210277,
353
+ 0.0,
354
+ 0.32557424173175076,
355
+ 0.2131823369085653,
356
+ 0.3200547224051346,
357
+ 0.4152762605892801,
358
+ 0.3152393642054614,
359
+ 0.6067738882669172,
360
+ 0.3110864142970132,
361
+ 0.7881673371662502,
362
+ 0.30755411984407205,
363
+ 0.9599487245120522,
364
+ 0.30460072801091953,
365
+ 1.1226101675290951,
366
+ 0.3021844859618382,
367
+ 1.2766437834421533,
368
+ 0.3002636408611097,
369
+ 1.4225416894759995,
370
+ 0.29879643987301596,
371
+ 1.5607960028554062,
372
+ 0.2977411301618392,
373
+ 1.6918988408051474,
374
+ 0.29705595889186115,
375
+ 1.8163423205499951,
376
+ 0.2966991732273641,
377
+ 1.9346185593147234,
378
+ 0.2966290203326299,
379
+ 2.0472196743241047,
380
+ 0.2968037473719404,
381
+ 2.154637782802912,
382
+ 0.29718160150957784,
383
+ 2.2573650019759186,
384
+ 0.29772082990982396,
385
+ 2.3558934490678975,
386
+ 0.29837967973696095,
387
+ 2.450715241303622,
388
+ 0.29911639815527075,
389
+ 2.5423224959078654,
390
+ 0.2998892323290353,
391
+ 2.6312073301054,
392
+ 0.3006564294225366,
393
+ 2.7178618611209995,
394
+ 0.3013762366000566,
395
+ 2.802778206179436,
396
+ 0.30200690102587746,
397
+ 2.8864484825054837,
398
+ 0.302512500080283,
399
+ 2.96931090429796,
400
+ 0.30288973530145924,
401
+ 3.051502060424903,
402
+ 0.3031466498196584,
403
+ 3.1330536815241694,
404
+ 0.3032912981522737,
405
+ 3.213997392954272,
406
+ 0.303331734816698,
407
+ 3.294364820073722,
408
+ 0.3032760143303243,
409
+ 3.374187588241032,
410
+ 0.3031321912105456,
411
+ 3.453497322814711,
412
+ 0.30290831997475487,
413
+ 3.532325649153273,
414
+ 0.302612455140345,
415
+ 3.610704192615226,
416
+ 0.3022526512247091,
417
+ 3.688664578559085,
418
+ 0.30183696274524024,
419
+ 3.76623843234336,
420
+ 0.30137344421933127,
421
+ 3.843457379326562,
422
+ 0.3008701501643752,
423
+ 3.9203530448672033,
424
+ 0.30033513509776494,
425
+ 3.996957054323794,
426
+ 0.29977645353689353,
427
+ 4.073301033054847,
428
+ 0.29920215999915406,
429
+ 4.149416606418873,
430
+ 0.2986203090019394,
431
+ 4.225335399774384,
432
+ 0.2980389550626426,
433
+ 4.30108903847989,
434
+ 0.29746615269865667,
435
+ 4.376709147893903,
436
+ 0.2969099564273745,
437
+ 4.452227353374935,
438
+ 0.29637842076618903,
439
+ 4.527675280281498,
440
+ 0.29587960023249343,
441
+ 4.603084553972102,
442
+ 0.2954207667860751,
443
+ 4.678484319810297,
444
+ 0.29500297755605787,
445
+ 4.753884027806041,
446
+ 0.2946243259913047,
447
+ 4.829283735801788,
448
+ 0.2942828872886057,
449
+ 4.904683443797532,
450
+ 0.2939767366447513,
451
+ 4.980083151793279,
452
+ 0.29370394925653176,
453
+ 5.0554828597890245,
454
+ 0.29346260032073734,
455
+ 5.13088256778477,
456
+ 0.29325076503415837,
457
+ 5.206282275780516,
458
+ 0.29306651859358523,
459
+ 5.281681983776262,
460
+ 0.29290793619580796,
461
+ 5.357081691772007,
462
+ 0.2927730930376171,
463
+ 5.432481399767753,
464
+ 0.2926600643158029,
465
+ 5.5078811077635,
466
+ 0.2925669252271556,
467
+ 5.5832808157592435,
468
+ 0.2924917509684655,
469
+ 5.65868052375499,
470
+ 0.29243261673652304,
471
+ 5.734080231750737,
472
+ 0.2923875977281183,
473
+ 5.809479939746481,
474
+ 0.29235476914004166,
475
+ 5.884879647742227,
476
+ 0.2923322061690835,
477
+ 5.960279355737973,
478
+ 0.29231798401203407,
479
+ 6.035679063733719,
480
+ 0.29231017786568353,
481
+ 6.111078771729464,
482
+ 0.29230686292682245,
483
+ 6.18647847972521,
484
+ 0.29230611439224086,
485
+ 6.2618781877209555,
486
+ 0.2923034318965666,
487
+ 6.337270279776902,
488
+ 0.29226437416428713,
489
+ 6.4125586046530865,
490
+ 0.29213518320367043,
491
+ 6.4875898915610515,
492
+ 0.29186177907771427,
493
+ 6.562209917719869,
494
+ 0.29139008184941606,
495
+ 6.6362644603486025,
496
+ 0.2906660115817737,
497
+ 6.709599296666324,
498
+ 0.2896354883377848,
499
+ 6.7820602038921045,
500
+ 0.288244432180447,
501
+ 6.853492959245009,
502
+ 0.28643876317275796,
503
+ 6.92374333994411,
504
+ 0.28416440137771526,
505
+ 6.992657123208471,
506
+ 0.2813672668583168,
507
+ 7.060080086257167,
508
+ 0.27799327967756005,
509
+ 7.125858006309262,
510
+ 0.2739883598984428,
511
+ 7.1898366605838255,
512
+ 0.26929842758396255,
513
+ 7.2518618262999315,
514
+ 0.2638694027971171,
515
+ 7.3117792806766415,
516
+ 0.2576472056009041,
517
+ 7.3694348009330275,
518
+ 0.25057775605832117,
519
+ 7.424674164288159,
520
+ 0.24260697423236602,
521
+ 7.477343147961105,
522
+ 0.23368078018603627,
523
+ 7.527287529170933,
524
+ 0.2237450939823296,
525
+ 7.574353085136712,
526
+ 0.2127458356842437,
527
+ 7.6183855930775115,
528
+ 0.20062892535477622,
529
+ 7.659230830212401,
530
+ 0.18734491953986404,
531
+ 7.6967389811330165,
532
+ 0.17292760892716758,
533
+ 7.730839351583354,
534
+ 0.15748277951142717,
535
+ 7.761529684988659,
536
+ 0.1411185911666467,
537
+ 7.788809981348927,
538
+ 0.12394320376683127,
539
+ 7.812680240664163,
540
+ 0.10606477718598549,
541
+ 7.833140462934365,
542
+ 0.087591471298114,
543
+ 7.850190648159534,
544
+ 0.06863144597722155,
545
+ 7.863830796339669,
546
+ 0.049292861097312686,
547
+ 7.87406090747477,
548
+ 0.02968387653239224,
549
+ 7.880880981564839,
550
+ 0.00991265215646473,
551
+ 7.884291018609873,
552
+ -0.009912652156465102,
553
+ 7.884291018609871,
554
+ -0.029683876532392607,
555
+ 7.880880981564838,
556
+ -0.04929286109731269,
557
+ 7.87406090747477,
558
+ -0.06863144597722157,
559
+ 7.863830796339669,
560
+ -0.08759147129811401,
561
+ 7.850190648159534,
562
+ -0.10606477718598548,
563
+ 7.833140462934365,
564
+ -0.12394320376683128,
565
+ 7.812680240664163,
566
+ -0.1411185911666467,
567
+ 7.788809981348928,
568
+ -0.1574827795114272,
569
+ 7.761529684988658,
570
+ -0.17292760892716788,
571
+ 7.730839351583354,
572
+ -0.18734491953986426,
573
+ 7.696738981133016,
574
+ -0.2006289253547765,
575
+ 7.659230830212401,
576
+ -0.21274583568424396,
577
+ 7.6183855930775115,
578
+ -0.22374509398232958,
579
+ 7.574353085136712,
580
+ -0.23368078018603625,
581
+ 7.527287529170933,
582
+ -0.24260697423236602,
583
+ 7.477343147961105,
584
+ -0.25057775605832117,
585
+ 7.424674164288159,
586
+ -0.2576472056009041,
587
+ 7.369434800933027,
588
+ -0.2638694027971171,
589
+ 7.311779280676639,
590
+ -0.2692984275839626,
591
+ 7.251861826299929,
592
+ -0.2739883598984428,
593
+ 7.1898366605838255,
594
+ -0.2779932796775601,
595
+ 7.125858006309261,
596
+ -0.28136726685831687,
597
+ 7.060080086257166,
598
+ -0.28416440137771526,
599
+ 6.992657123208471,
600
+ -0.28643876317275796,
601
+ 6.92374333994411,
602
+ -0.288244432180447,
603
+ 6.853492959245011,
604
+ -0.28963548833778474,
605
+ 6.7820602038921045,
606
+ -0.2906660115817737,
607
+ 6.709599296666324,
608
+ -0.29139008184941606,
609
+ 6.6362644603486025,
610
+ -0.2918617790777142,
611
+ 6.562209917719867,
612
+ -0.2921351832036705,
613
+ 6.4875898915610515,
614
+ -0.2922643741642872,
615
+ 6.4125586046530865,
616
+ -0.29230343189656666,
617
+ 6.337270279776901,
618
+ -0.29230611439224086,
619
+ 6.261878187720954,
620
+ -0.2923068629268224,
621
+ 6.18647847972521,
622
+ -0.2923101778656836,
623
+ 6.111078771729465,
624
+ -0.29231798401203407,
625
+ 6.035679063733718,
626
+ -0.2923322061690835,
627
+ 5.960279355737972,
628
+ -0.29235476914004166,
629
+ 5.884879647742227,
630
+ -0.2923875977281183,
631
+ 5.809479939746481,
632
+ -0.29243261673652304,
633
+ 5.734080231750736,
634
+ -0.2924917509684655,
635
+ 5.658680523754989,
636
+ -0.29256692522715555,
637
+ 5.5832808157592435,
638
+ -0.29266006431580294,
639
+ 5.507881107763498,
640
+ -0.29277309303761706,
641
+ 5.432481399767753,
642
+ -0.29290793619580796,
643
+ 5.357081691772008,
644
+ -0.29306651859358523,
645
+ 5.281681983776263,
646
+ -0.29325076503415837,
647
+ 5.206282275780516,
648
+ -0.29346260032073734,
649
+ 5.130882567784771,
650
+ -0.29370394925653176,
651
+ 5.0554828597890245,
652
+ -0.2939767366447513,
653
+ 4.980083151793279,
654
+ -0.2942828872886057,
655
+ 4.904683443797532,
656
+ -0.29462432599130467,
657
+ 4.829283735801786,
658
+ -0.2950029775560579,
659
+ 4.75388402780604,
660
+ -0.2954207667860751,
661
+ 4.678484319810295,
662
+ -0.29587960023249343,
663
+ 4.603084553972102,
664
+ -0.29637842076618903,
665
+ 4.527675280281498,
666
+ -0.29690995642737444,
667
+ 4.452227353374935,
668
+ -0.2974661526986566,
669
+ 4.376709147893903,
670
+ -0.2980389550626426,
671
+ 4.301089038479889,
672
+ -0.2986203090019395,
673
+ 4.225335399774383,
674
+ -0.2992021599991541,
675
+ 4.149416606418872,
676
+ -0.2997764535368936,
677
+ 4.073301033054846,
678
+ -0.3003351350977649,
679
+ 3.996957054323793,
680
+ -0.3008701501643752,
681
+ 3.920353044867202,
682
+ -0.3013734442193312,
683
+ 3.8434573793265603,
684
+ -0.3018369627452403,
685
+ 3.76623843234336,
686
+ -0.3022526512247091,
687
+ 3.6886645785590852,
688
+ -0.302612455140345,
689
+ 3.6107041926152266,
690
+ -0.30290831997475487,
691
+ 3.532325649153272,
692
+ -0.3031321912105456,
693
+ 3.45349732281471,
694
+ -0.3032760143303243,
695
+ 3.374187588241031,
696
+ -0.303331734816698,
697
+ 3.294364820073722,
698
+ -0.3032912981522738,
699
+ 3.2139973929542722,
700
+ -0.3031466498196585,
701
+ 3.133053681524169,
702
+ -0.3028897353014592,
703
+ 3.0515020604249017,
704
+ -0.30251250008028296,
705
+ 2.9693109042979593,
706
+ -0.30200690102587746,
707
+ 2.886448482505484,
708
+ -0.30137623660005664,
709
+ 2.802778206179435,
710
+ -0.30065642942253656,
711
+ 2.717861861120999,
712
+ -0.29988923232903525,
713
+ 2.631207330105398,
714
+ -0.2991163981552707,
715
+ 2.5423224959078654,
716
+ -0.298379679736961,
717
+ 2.450715241303624,
718
+ -0.2977208299098239,
719
+ 2.355893449067897,
720
+ -0.2971816015095778,
721
+ 2.25736500197592,
722
+ -0.2968037473719404,
723
+ 2.1546377828029106,
724
+ -0.29662902033262983,
725
+ 2.047219674324105,
726
+ -0.2966991732273641,
727
+ 1.9346185593147216,
728
+ -0.2970559588918612,
729
+ 1.8163423205499956,
730
+ -0.29774113016183923,
731
+ 1.6918988408051447,
732
+ -0.29879643987301596,
733
+ 1.560796002855406,
734
+ -0.3002636408611097,
735
+ 1.4225416894759961,
736
+ -0.3021844859618382,
737
+ 1.2766437834421527,
738
+ -0.30460072801091964,
739
+ 1.1226101675290971,
740
+ -0.307554119844072,
741
+ 0.9599487245120505,
742
+ -0.3110864142970132,
743
+ 0.7881673371662519,
744
+ -0.3152393642054615,
745
+ 0.6067738882669149,
746
+ -0.32005472240513455,
747
+ 0.41527626058928097,
748
+ -0.32557424173175076,
749
+ 0.2131823369085618,
750
+ -0.3318396750210277,
751
+ 2.220446049250313e-16
752
+ ],
753
+ "nk": [
754
+ "1.0"
755
+ ]
756
+ },
757
+ {
758
+ "name": "interface_1",
759
+ "domain_id": 5,
760
+ "priority": 3,
761
+ "side_length_constraint": 0.7,
762
+ "points": [
763
+ 0.09333283772186624,
764
+ 0.0,
765
+ 0.09959827101114328,
766
+ 0.1084879582357856,
767
+ 0.10511779033775935,
768
+ 0.21374497816084242,
769
+ 0.10993314853743245,
770
+ 0.31583975266287434,
771
+ 0.11408609844588065,
772
+ 0.41484097462958563,
773
+ 0.11761839289882194,
774
+ 0.5108173369486797,
775
+ 0.12057178473197426,
776
+ 0.6038375325078608,
777
+ 0.12298802678105573,
778
+ 0.6939702541948329,
779
+ 0.1249088718817843,
780
+ 0.7812841948972999,
781
+ 0.12637607286987798,
782
+ 0.8658480475029655,
783
+ 0.1274313825810548,
784
+ 0.947730504899534,
785
+ 0.1281165538510327,
786
+ 1.027000259974709,
787
+ 0.12847333951552983,
788
+ 1.1037260056161944,
789
+ 0.1285434924102641,
790
+ 1.1779764347116946,
791
+ 0.1283687653709535,
792
+ 1.2498202401489131,
793
+ 0.12799091123331616,
794
+ 1.3193261148155542,
795
+ 0.12745168283306996,
796
+ 1.3865627515993213,
797
+ 0.12679283300593297,
798
+ 1.4515988433879183,
799
+ 0.12605611458762322,
800
+ 1.5145030830690505,
801
+ 0.12528328041385867,
802
+ 1.5753441635304202,
803
+ 0.12451608332035737,
804
+ 1.6341907776597322,
805
+ 0.12379627614283731,
806
+ 1.6911116183446895,
807
+ 0.12316561171701652,
808
+ 1.7461753784729974,
809
+ 0.12266001266261096,
810
+ 1.7994521373094632,
811
+ 0.12228277744143475,
812
+ 1.851019731873593,
813
+ 0.12202586292323546,
814
+ 1.9009586961216016,
815
+ 0.1218812145906202,
816
+ 1.949349566717474,
817
+ 0.12184077792619587,
818
+ 1.9962728803251941,
819
+ 0.12189649841256961,
820
+ 2.041809173608746,
821
+ 0.12204032153234834,
822
+ 2.086038983232113,
823
+ 0.1222641927681391,
824
+ 2.1290428458592796,
825
+ 0.12256005760254887,
826
+ 2.170901298154229,
827
+ 0.12291986151818474,
828
+ 2.211694876780946,
829
+ 0.12333554999765368,
830
+ 2.2515041184034152,
831
+ 0.12379906852356268,
832
+ 2.290409559685619,
833
+ 0.12430236257851882,
834
+ 2.3284917372915426,
835
+ 0.12483737764512903,
836
+ 2.365831187885169,
837
+ 0.12539605920600036,
838
+ 2.402508448130483,
839
+ 0.12597035274373986,
840
+ 2.4386040546914685,
841
+ 0.12655220374095452,
842
+ 2.474198544232109,
843
+ 0.1271335576802513,
844
+ 2.509372453416389,
845
+ 0.12770636004423727,
846
+ 2.5442063189082917,
847
+ 0.12826255631551947,
848
+ 2.5787806773718014,
849
+ 0.12879409197670486,
850
+ 2.613176065470903,
851
+ 0.12929291251040045,
852
+ 2.647473019869579,
853
+ 0.12975174595681888,
854
+ 2.681745761713812,
855
+ 0.130169535186836,
856
+ 2.716018356257332,
857
+ 0.13054818675158925,
858
+ 2.7502909508008537,
859
+ 0.13088962545428823,
860
+ 2.7845635453443736,
861
+ 0.13119577609814262,
862
+ 2.8188361398878947,
863
+ 0.13146856348636218,
864
+ 2.8531087344314154,
865
+ 0.13170991242215657,
866
+ 2.887381328974936,
867
+ 0.13192174770873552,
868
+ 2.9216539235184564,
869
+ 0.1321059941493088,
870
+ 2.955926518061978,
871
+ 0.13226457654708595,
872
+ 2.9901991126054988,
873
+ 0.1323994197052768,
874
+ 3.0244717071490195,
875
+ 0.13251244842709103,
876
+ 3.0587443016925397,
877
+ 0.13260558751573828,
878
+ 3.093016896236061,
879
+ 0.13268076177442834,
880
+ 3.1272894907795816,
881
+ 0.13273989600637093,
882
+ 3.161562085323103,
883
+ 0.1327849150147756,
884
+ 3.195834679866623,
885
+ 0.13281774360285223,
886
+ 3.230107274410144,
887
+ 0.1328403065738104,
888
+ 3.2643798689536645,
889
+ 0.13285452873085987,
890
+ 3.2986524634971857,
891
+ 0.13286233487721036,
892
+ 3.332925058040706,
893
+ 0.1328656498160715,
894
+ 3.3671976525842275,
895
+ 0.13286639835065306,
896
+ 3.401470247127748,
897
+ 0.1328651963166212,
898
+ 3.435739379880451,
899
+ 0.1328474428019487,
900
+ 3.4699613457332616,
901
+ 0.13278871963803202,
902
+ 3.504066476145974,
903
+ 0.13266444503532465,
904
+ 3.5379846698545268,
905
+ 0.13245003720428,
906
+ 3.57164582559486,
907
+ 0.13212091435535167,
908
+ 3.604979842102916,
909
+ 0.13165249469899307,
910
+ 3.637916618114634,
911
+ 0.1310201964456577,
912
+ 3.6703860523659544,
913
+ 0.13019943780579907,
914
+ 3.7023180435928182,
915
+ 0.12916563698987057,
916
+ 3.7336424905311643,
917
+ 0.1278942122083258,
918
+ 3.7642892919169353,
919
+ 0.12636058167161818,
920
+ 3.7941883464860684,
921
+ 0.12454016359020122,
922
+ 3.8232695529745073,
923
+ 0.12240837617452842,
924
+ 3.851462810118191,
925
+ 0.11994063763505322,
926
+ 3.87869801665306,
927
+ 0.11711236618222909,
928
+ 3.9049050713150533,
929
+ 0.11389898002650961,
930
+ 3.9300138728401133,
931
+ 0.11027589737834818,
932
+ 3.9539543199641796,
933
+ 0.10621853644819829,
934
+ 3.9766563114231923,
935
+ 0.10170231544651345,
936
+ 3.9980497459530917,
937
+ 0.09670265258374715,
938
+ 4.018064522289819,
939
+ 0.09119496607035282,
940
+ 4.036630539169314,
941
+ 0.08515678160902909,
942
+ 4.0536796986786845,
943
+ 0.07860345860325799,
944
+ 4.069179867065201,
945
+ 0.07158308159610326,
946
+ 4.083130018613067,
947
+ 0.06414481416665758,
948
+ 4.095530153322281,
949
+ 0.056337819894014214,
950
+ 4.106380271192843,
951
+ 0.04821126235726613,
952
+ 4.115680372224753,
953
+ 0.03981430513550636,
954
+ 4.123430456418012,
955
+ 0.03119611180782797,
956
+ 4.129630523772618,
957
+ 0.022405845953323955,
958
+ 4.134280574288573,
959
+ 0.013492671151087375,
960
+ 4.137380607965875,
961
+ 0.004505750980211237,
962
+ 4.1389306248045274,
963
+ -0.00450575098021142,
964
+ 4.1389306248045274,
965
+ -0.013492671151087546,
966
+ 4.137380607965876,
967
+ -0.022405845953323948,
968
+ 4.1342805742885735,
969
+ -0.03119611180782797,
970
+ 4.129630523772618,
971
+ -0.03981430513550636,
972
+ 4.123430456418011,
973
+ -0.04821126235726613,
974
+ 4.115680372224753,
975
+ -0.05633781989401422,
976
+ 4.106380271192842,
977
+ -0.0641448141666576,
978
+ 4.095530153322281,
979
+ -0.07158308159610326,
980
+ 4.083130018613067,
981
+ -0.07860345860325813,
982
+ 4.069179867065202,
983
+ -0.0851567816090292,
984
+ 4.053679698678684,
985
+ -0.09119496607035293,
986
+ 4.036630539169313,
987
+ -0.09670265258374725,
988
+ 4.018064522289819,
989
+ -0.10170231544651345,
990
+ 3.9980497459530913,
991
+ -0.10621853644819829,
992
+ 3.9766563114231923,
993
+ -0.11027589737834818,
994
+ 3.9539543199641796,
995
+ -0.11389898002650961,
996
+ 3.9300138728401133,
997
+ -0.11711236618222917,
998
+ 3.9049050713150533,
999
+ -0.11994063763505323,
1000
+ 3.8786980166530594,
1001
+ -0.12240837617452842,
1002
+ 3.851462810118191,
1003
+ -0.12454016359020126,
1004
+ 3.8232695529745073,
1005
+ -0.12636058167161818,
1006
+ 3.794188346486068,
1007
+ -0.12789421220832584,
1008
+ 3.7642892919169344,
1009
+ -0.12916563698987057,
1010
+ 3.733642490531164,
1011
+ -0.13019943780579907,
1012
+ 3.7023180435928182,
1013
+ -0.1310201964456577,
1014
+ 3.6703860523659544,
1015
+ -0.1316524946989931,
1016
+ 3.637916618114634,
1017
+ -0.13212091435535167,
1018
+ 3.6049798421029156,
1019
+ -0.13245003720428003,
1020
+ 3.57164582559486,
1021
+ -0.13266444503532462,
1022
+ 3.537984669854526,
1023
+ -0.13278871963803202,
1024
+ 3.5040664761459737,
1025
+ -0.1328474428019487,
1026
+ 3.4699613457332616,
1027
+ -0.1328651963166212,
1028
+ 3.4357393798804505,
1029
+ -0.13286639835065306,
1030
+ 3.4014702471277474,
1031
+ -0.13286564981607152,
1032
+ 3.367197652584227,
1033
+ -0.13286233487721033,
1034
+ 3.332925058040706,
1035
+ -0.13285452873085987,
1036
+ 3.2986524634971857,
1037
+ -0.13284030657381043,
1038
+ 3.2643798689536645,
1039
+ -0.13281774360285223,
1040
+ 3.230107274410144,
1041
+ -0.1327849150147756,
1042
+ 3.1958346798666235,
1043
+ -0.13273989600637093,
1044
+ 3.1615620853231023,
1045
+ -0.1326807617744284,
1046
+ 3.127289490779582,
1047
+ -0.13260558751573828,
1048
+ 3.093016896236061,
1049
+ -0.132512448427091,
1050
+ 3.05874430169254,
1051
+ -0.13239941970527677,
1052
+ 3.024471707149019,
1053
+ -0.13226457654708593,
1054
+ 2.990199112605499,
1055
+ -0.1321059941493088,
1056
+ 2.955926518061978,
1057
+ -0.13192174770873552,
1058
+ 2.921653923518457,
1059
+ -0.1317099124221566,
1060
+ 2.887381328974936,
1061
+ -0.13146856348636216,
1062
+ 2.8531087344314154,
1063
+ -0.13119577609814262,
1064
+ 2.8188361398878943,
1065
+ -0.1308896254542882,
1066
+ 2.7845635453443736,
1067
+ -0.13054818675158922,
1068
+ 2.750290950800853,
1069
+ -0.13016953518683602,
1070
+ 2.7160183562573317,
1071
+ -0.12975174595681885,
1072
+ 2.681745761713811,
1073
+ -0.12929291251040045,
1074
+ 2.6474730198695795,
1075
+ -0.12879409197670486,
1076
+ 2.6131760654709026,
1077
+ -0.12826255631551947,
1078
+ 2.5787806773718014,
1079
+ -0.1277063600442373,
1080
+ 2.5442063189082913,
1081
+ -0.12713355768025128,
1082
+ 2.5093724534163884,
1083
+ -0.12655220374095452,
1084
+ 2.4741985442321086,
1085
+ -0.12597035274373988,
1086
+ 2.4386040546914685,
1087
+ -0.12539605920600036,
1088
+ 2.4025084481304826,
1089
+ -0.12483737764512902,
1090
+ 2.3658311878851683,
1091
+ -0.12430236257851877,
1092
+ 2.3284917372915417,
1093
+ -0.12379906852356266,
1094
+ 2.290409559685618,
1095
+ -0.12333554999765368,
1096
+ 2.2515041184034152,
1097
+ -0.12291986151818474,
1098
+ 2.2116948767809457,
1099
+ -0.12256005760254887,
1100
+ 2.170901298154229,
1101
+ -0.12226419276813909,
1102
+ 2.129042845859279,
1103
+ -0.12204032153234831,
1104
+ 2.086038983232112,
1105
+ -0.12189649841256958,
1106
+ 2.041809173608745,
1107
+ -0.1218407779261959,
1108
+ 1.9962728803251935,
1109
+ -0.12188121459062021,
1110
+ 1.9493495667174738,
1111
+ -0.12202586292323549,
1112
+ 1.900958696121601,
1113
+ -0.12228277744143473,
1114
+ 1.8510197318735917,
1115
+ -0.12266001266261098,
1116
+ 1.7994521373094625,
1117
+ -0.12316561171701651,
1118
+ 1.7461753784729974,
1119
+ -0.12379627614283732,
1120
+ 1.6911116183446884,
1121
+ -0.12451608332035738,
1122
+ 1.6341907776597315,
1123
+ -0.1252832804138587,
1124
+ 1.5753441635304184,
1125
+ -0.12605611458762322,
1126
+ 1.5145030830690498,
1127
+ -0.12679283300593297,
1128
+ 1.4515988433879194,
1129
+ -0.12745168283306996,
1130
+ 1.3865627515993204,
1131
+ -0.12799091123331613,
1132
+ 1.3193261148155544,
1133
+ -0.1283687653709535,
1134
+ 1.249820240148912,
1135
+ -0.1285434924102641,
1136
+ 1.1779764347116948,
1137
+ -0.12847333951552983,
1138
+ 1.103726005616193,
1139
+ -0.12811655385103274,
1140
+ 1.0270002599747088,
1141
+ -0.12743138258105477,
1142
+ 0.9477305048995321,
1143
+ -0.12637607286987795,
1144
+ 0.8658480475029651,
1145
+ -0.12490887188178426,
1146
+ 0.7812841948972974,
1147
+ -0.12298802678105573,
1148
+ 0.6939702541948322,
1149
+ -0.12057178473197432,
1150
+ 0.6038375325078617,
1151
+ -0.1176183928988219,
1152
+ 0.5108173369486786,
1153
+ -0.11408609844588066,
1154
+ 0.414840974629586,
1155
+ -0.10993314853743241,
1156
+ 0.3158397526628728,
1157
+ -0.10511779033775936,
1158
+ 0.21374497816084256,
1159
+ -0.09959827101114316,
1160
+ 0.10848795823578346,
1161
+ -0.09333283772186624,
1162
+ -2.220446049250313e-16
1163
+ ],
1164
+ "nk": [
1165
+ "1.0"
1166
+ ]
1167
+ },
1168
+ {
1169
+ "name": "shape",
1170
+ "domain_id": 6,
1171
+ "priority": 4,
1172
+ "side_length_constraint": 0.7,
1173
+ "points": [
1174
+ 0.12254195613507153,
1175
+ 0.0,
1176
+ 0.12115144079306103,
1177
+ 0.08154167221316866,
1178
+ 0.12018969048207605,
1179
+ 0.15980759780449522,
1180
+ 0.11962618584540731,
1181
+ 0.23492876307042543,
1182
+ 0.1194304075263457,
1183
+ 0.3070361543074053,
1184
+ 0.11957183616818187,
1185
+ 0.3762607578118804,
1186
+ 0.12001995241420656,
1187
+ 0.44273355988029656,
1188
+ 0.12074423690771063,
1189
+ 0.5065855468090997,
1190
+ 0.1217141702919848,
1191
+ 0.5679477048947358,
1192
+ 0.12289923321031974,
1193
+ 0.6269510204336503,
1194
+ 0.12426890630600636,
1195
+ 0.6837264797222891,
1196
+ 0.12579267022233526,
1197
+ 0.7384050690570979,
1198
+ 0.1274400056025973,
1199
+ 0.7911177747345228,
1200
+ 0.12918039309008325,
1201
+ 0.8419955830510096,
1202
+ 0.1309833133280838,
1203
+ 0.8911694803030038,
1204
+ 0.13281824695988978,
1205
+ 0.9387704527869514,
1206
+ 0.13465467462879188,
1207
+ 0.9849294867992979,
1208
+ 0.13646207697808088,
1209
+ 1.0297775686364896,
1210
+ 0.13820993465104758,
1211
+ 1.0734456845949722,
1212
+ 0.13986772829098268,
1213
+ 1.1160648209711916,
1214
+ 0.14140493854117697,
1215
+ 1.1577659640615932,
1216
+ 0.14279104604492118,
1217
+ 1.1986801001626228,
1218
+ 0.14399553144550614,
1219
+ 1.2389382155707267,
1220
+ 0.14499290085253483,
1221
+ 1.278658666400971,
1222
+ 0.14578578139315843,
1223
+ 1.3178891340230108,
1224
+ 0.14638657629696383,
1225
+ 1.356652730156786,
1226
+ 0.14680769860890178,
1227
+ 1.3949725418539143,
1228
+ 0.14706156137392293,
1229
+ 1.4328716561660135,
1230
+ 0.14716057763697804,
1231
+ 1.4703731601447005,
1232
+ 0.14711716044301784,
1233
+ 1.5075001408415933,
1234
+ 0.146943722836993,
1235
+ 1.544275685308309,
1236
+ 0.14665267786385427,
1237
+ 1.5807228805964648,
1238
+ 0.14625643856855236,
1239
+ 1.6168648137576789,
1240
+ 0.14576741799603804,
1241
+ 1.6527245718435688,
1242
+ 0.14519802919126196,
1243
+ 1.6883252419057508,
1244
+ 0.14456068519917484,
1245
+ 1.7236899109958437,
1246
+ 0.14386779906472744,
1247
+ 1.7588416661654642,
1248
+ 0.14313178383287045,
1249
+ 1.7938035944662298,
1250
+ 0.14236505254855464,
1251
+ 1.8285987829497583,
1252
+ 0.1415800182567307,
1253
+ 1.863250318667667,
1254
+ 0.14078909400234926,
1255
+ 1.8977812886715735,
1256
+ 0.14000469283036115,
1257
+ 1.932214780013095,
1258
+ 0.13923922778571712,
1259
+ 1.966573879743849,
1260
+ 0.13850511191336778,
1261
+ 2.000881674915453,
1262
+ 0.1378147582582639,
1263
+ 2.035161252579525,
1264
+ 0.1371793974493985,
1265
+ 2.0694338893490207,
1266
+ 0.13660086973363933,
1267
+ 2.103706483892541,
1268
+ 0.13607653734523317,
1269
+ 2.137979078436062,
1270
+ 0.13560373494021172,
1271
+ 2.172251672979583,
1272
+ 0.13517979717460682,
1273
+ 2.206524267523103,
1274
+ 0.1348020587044503,
1275
+ 2.2407968620666243,
1276
+ 0.134467854185774,
1277
+ 2.2750694566101446,
1278
+ 0.13417451827460972,
1279
+ 2.3093420511536658,
1280
+ 0.13391938562698935,
1281
+ 2.343614645697187,
1282
+ 0.13369979089894463,
1283
+ 2.377887240240707,
1284
+ 0.1335130687465074,
1285
+ 2.4121598347842284,
1286
+ 0.1333565538257095,
1287
+ 2.446432429327749,
1288
+ 0.13322758079258273,
1289
+ 2.48070502387127,
1290
+ 0.13312348430315896,
1291
+ 2.51497761841479,
1292
+ 0.13304159901347004,
1293
+ 2.5492502129583117,
1294
+ 0.13297925957954765,
1295
+ 2.5835228075018315,
1296
+ 0.13293380065742377,
1297
+ 2.6177954020453527,
1298
+ 0.13290255690313016,
1299
+ 2.6520679965888734,
1300
+ 0.13288286297269863,
1301
+ 2.6863405911323945,
1302
+ 0.13287205352216103,
1303
+ 2.720613185675915,
1304
+ 0.1328674632075492,
1305
+ 2.754885780219436,
1306
+ 0.13286642668489487,
1307
+ 2.7891583747629567,
1308
+ 0.1328651963166212,
1309
+ 2.8234275075156594,
1310
+ 0.1328474428019487,
1311
+ 2.857649473368471,
1312
+ 0.13278871963803202,
1313
+ 2.891754603781182,
1314
+ 0.13266444503532465,
1315
+ 2.9256727974897356,
1316
+ 0.13245003720428,
1317
+ 2.9593339532300695,
1318
+ 0.13212091435535167,
1319
+ 2.9926679697381244,
1320
+ 0.13165249469899307,
1321
+ 3.0256047457498427,
1322
+ 0.1310201964456577,
1323
+ 3.0580741800011633,
1324
+ 0.13019943780579907,
1325
+ 3.090006171228027,
1326
+ 0.12916563698987057,
1327
+ 3.121330618166373,
1328
+ 0.1278942122083258,
1329
+ 3.1519774195521437,
1330
+ 0.12636058167161818,
1331
+ 3.1818764741212777,
1332
+ 0.12454016359020122,
1333
+ 3.210957680609716,
1334
+ 0.12240837617452842,
1335
+ 3.2391509377534,
1336
+ 0.11994063763505322,
1337
+ 3.2663861442882687,
1338
+ 0.11711236618222909,
1339
+ 3.292593198950262,
1340
+ 0.11389898002650961,
1341
+ 3.317702000475322,
1342
+ 0.11027589737834818,
1343
+ 3.3416424475993884,
1344
+ 0.10621853644819829,
1345
+ 3.3643444390584007,
1346
+ 0.10170231544651345,
1347
+ 3.3857378735883006,
1348
+ 0.09670265258374715,
1349
+ 3.4057526499250277,
1350
+ 0.09119496607035282,
1351
+ 3.424318666804523,
1352
+ 0.08515678160902909,
1353
+ 3.4413678263138943,
1354
+ 0.07860345860325799,
1355
+ 3.4568679947004104,
1356
+ 0.07158308159610326,
1357
+ 3.4708181462482757,
1358
+ 0.06414481416665758,
1359
+ 3.483218280957489,
1360
+ 0.056337819894014214,
1361
+ 3.494068398828052,
1362
+ 0.04821126235726613,
1363
+ 3.5033684998599615,
1364
+ 0.03981430513550636,
1365
+ 3.51111858405322,
1366
+ 0.03119611180782797,
1367
+ 3.5173186514078263,
1368
+ 0.022405845953323955,
1369
+ 3.521968701923781,
1370
+ 0.013492671151087375,
1371
+ 3.525068735601085,
1372
+ 0.004505750980211237,
1373
+ 3.526618752439737,
1374
+ -0.00450575098021142,
1375
+ 3.5266187524397368,
1376
+ -0.013492671151087546,
1377
+ 3.5250687356010846,
1378
+ -0.022405845953323948,
1379
+ 3.5219687019237815,
1380
+ -0.03119611180782797,
1381
+ 3.5173186514078263,
1382
+ -0.03981430513550636,
1383
+ 3.5111185840532197,
1384
+ -0.04821126235726613,
1385
+ 3.5033684998599615,
1386
+ -0.05633781989401422,
1387
+ 3.4940683988280514,
1388
+ -0.0641448141666576,
1389
+ 3.483218280957489,
1390
+ -0.07158308159610326,
1391
+ 3.470818146248276,
1392
+ -0.07860345860325813,
1393
+ 3.456867994700411,
1394
+ -0.0851567816090292,
1395
+ 3.4413678263138934,
1396
+ -0.09119496607035293,
1397
+ 3.4243186668045227,
1398
+ -0.09670265258374725,
1399
+ 3.405752649925028,
1400
+ -0.10170231544651345,
1401
+ 3.3857378735883006,
1402
+ -0.10621853644819829,
1403
+ 3.3643444390584007,
1404
+ -0.11027589737834818,
1405
+ 3.3416424475993884,
1406
+ -0.11389898002650961,
1407
+ 3.317702000475322,
1408
+ -0.11711236618222917,
1409
+ 3.292593198950262,
1410
+ -0.11994063763505323,
1411
+ 3.2663861442882673,
1412
+ -0.12240837617452842,
1413
+ 3.2391509377533994,
1414
+ -0.12454016359020126,
1415
+ 3.2109576806097158,
1416
+ -0.12636058167161818,
1417
+ 3.181876474121277,
1418
+ -0.12789421220832584,
1419
+ 3.1519774195521433,
1420
+ -0.12916563698987057,
1421
+ 3.121330618166373,
1422
+ -0.13019943780579907,
1423
+ 3.0900061712280276,
1424
+ -0.1310201964456577,
1425
+ 3.0580741800011633,
1426
+ -0.1316524946989931,
1427
+ 3.0256047457498427,
1428
+ -0.13212091435535167,
1429
+ 2.992667969738125,
1430
+ -0.13245003720428003,
1431
+ 2.959333953230069,
1432
+ -0.13266444503532462,
1433
+ 2.9256727974897347,
1434
+ -0.13278871963803202,
1435
+ 2.891754603781182,
1436
+ -0.1328474428019487,
1437
+ 2.857649473368471,
1438
+ -0.1328651963166212,
1439
+ 2.823427507515659,
1440
+ -0.1328664266848949,
1441
+ 2.7891583747629562,
1442
+ -0.1328674632075492,
1443
+ 2.7548857802194364,
1444
+ -0.13287205352216103,
1445
+ 2.720613185675915,
1446
+ -0.13288286297269863,
1447
+ 2.6863405911323945,
1448
+ -0.1329025569031302,
1449
+ 2.6520679965888734,
1450
+ -0.1329338006574238,
1451
+ 2.6177954020453527,
1452
+ -0.13297925957954765,
1453
+ 2.583522807501832,
1454
+ -0.13304159901347,
1455
+ 2.5492502129583112,
1456
+ -0.133123484303159,
1457
+ 2.5149776184147905,
1458
+ -0.13322758079258273,
1459
+ 2.4807050238712693,
1460
+ -0.1333565538257095,
1461
+ 2.4464324293277486,
1462
+ -0.13351306874650737,
1463
+ 2.4121598347842284,
1464
+ -0.1336997908989446,
1465
+ 2.377887240240707,
1466
+ -0.13391938562698938,
1467
+ 2.343614645697187,
1468
+ -0.13417451827460974,
1469
+ 2.3093420511536658,
1470
+ -0.13446785418577403,
1471
+ 2.2750694566101455,
1472
+ -0.1348020587044503,
1473
+ 2.2407968620666243,
1474
+ -0.13517979717460682,
1475
+ 2.2065242675231036,
1476
+ -0.13560373494021172,
1477
+ 2.1722516729795824,
1478
+ -0.13607653734523317,
1479
+ 2.1379790784360613,
1480
+ -0.13660086973363936,
1481
+ 2.103706483892541,
1482
+ -0.1371793974493985,
1483
+ 2.06943388934902,
1484
+ -0.1378147582582639,
1485
+ 2.035161252579525,
1486
+ -0.13850511191336778,
1487
+ 2.0008816749154534,
1488
+ -0.1392392277857171,
1489
+ 1.966573879743849,
1490
+ -0.14000469283036118,
1491
+ 1.9322147800130949,
1492
+ -0.1407890940023493,
1493
+ 1.897781288671573,
1494
+ -0.1415800182567307,
1495
+ 1.8632503186676668,
1496
+ -0.14236505254855464,
1497
+ 1.8285987829497583,
1498
+ -0.14313178383287045,
1499
+ 1.7938035944662294,
1500
+ -0.14386779906472744,
1501
+ 1.7588416661654636,
1502
+ -0.14456068519917484,
1503
+ 1.7236899109958428,
1504
+ -0.14519802919126193,
1505
+ 1.68832524190575,
1506
+ -0.14576741799603804,
1507
+ 1.6527245718435686,
1508
+ -0.14625643856855236,
1509
+ 1.6168648137576789,
1510
+ -0.14665267786385425,
1511
+ 1.580722880596465,
1512
+ -0.14694372283699303,
1513
+ 1.5442756853083088,
1514
+ -0.1471171604430178,
1515
+ 1.5075001408415927,
1516
+ -0.14716057763697804,
1517
+ 1.4703731601447,
1518
+ -0.14706156137392293,
1519
+ 1.4328716561660129,
1520
+ -0.14680769860890178,
1521
+ 1.394972541853914,
1522
+ -0.14638657629696386,
1523
+ 1.3566527301567854,
1524
+ -0.1457857813931584,
1525
+ 1.31788913402301,
1526
+ -0.14499290085253477,
1527
+ 1.2786586664009703,
1528
+ -0.14399553144550614,
1529
+ 1.2389382155707265,
1530
+ -0.14279104604492115,
1531
+ 1.198680100162622,
1532
+ -0.14140493854117694,
1533
+ 1.1577659640615927,
1534
+ -0.13986772829098262,
1535
+ 1.1160648209711905,
1536
+ -0.13820993465104756,
1537
+ 1.073445684594972,
1538
+ -0.13646207697808088,
1539
+ 1.0297775686364905,
1540
+ -0.13465467462879183,
1541
+ 0.9849294867992975,
1542
+ -0.13281824695988975,
1543
+ 0.9387704527869516,
1544
+ -0.13098331332808377,
1545
+ 0.891169480303003,
1546
+ -0.12918039309008328,
1547
+ 0.8419955830510097,
1548
+ -0.1274400056025973,
1549
+ 0.7911177747345218,
1550
+ -0.12579267022233526,
1551
+ 0.7384050690570978,
1552
+ -0.12426890630600632,
1553
+ 0.6837264797222877,
1554
+ -0.12289923321031973,
1555
+ 0.6269510204336499,
1556
+ -0.12171417029198475,
1557
+ 0.5679477048947342,
1558
+ -0.12074423690771065,
1559
+ 0.5065855468090994,
1560
+ -0.1200199524142066,
1561
+ 0.4427335598802972,
1562
+ -0.11957183616818186,
1563
+ 0.37626075781187956,
1564
+ -0.11943040752634569,
1565
+ 0.30703615430740566,
1566
+ -0.11962618584540735,
1567
+ 0.23492876307042435,
1568
+ -0.12018969048207603,
1569
+ 0.15980759780449538,
1570
+ -0.12115144079306105,
1571
+ 0.08154167221316712,
1572
+ -0.12254195613507153,
1573
+ -1.1102230246251565e-16
1574
+ ],
1575
+ "nk": [
1576
+ "1.0"
1577
+ ]
1578
+ }
1579
+ ],
1580
+ "grid": {
1581
+ "n_x": 100,
1582
+ "n_y": 100,
1583
+ "uol1": 1e-09
1584
+ },
1585
+ "domain_map": {
1586
+ "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/domain_ids.npz",
1587
+ "grid_shape": [
1588
+ 100,
1589
+ 100
1590
+ ]
1591
+ }
1592
+ }
samples/sample_0001/geometry.png ADDED

Git LFS Details

  • SHA256: 0b2d8d569d5ffed86a80c2f305dee0ebaa71546ca6d18c8f637b90469a539c2b
  • Pointer size: 131 Bytes
  • Size of remote file: 209 kB
samples/sample_0001/ooc/oc_iso_0/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b68467000715a9a5a39a9990988c63b7e4d4efe845b7b4587ca8d37f4fa97f50
3
+ size 12069
samples/sample_0001/ooc/oc_iso_0/oc_manifest.json ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T17:29:36.150689+00:00",
4
+ "oc_profile_label": "iso_0",
5
+ "plan_index": 0,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "isotropic",
9
+ "shape_symmetry": "isotropic",
10
+ "shape_bg_symmetry": "isotropic",
11
+ "interface_symmetry": "isotropic",
12
+ "shape_delta": [
13
+ [
14
+ 0.002739233746429086,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ 0.002739233746429086,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ 0.002739233746429086
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.002697867137638703,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.002697867137638703,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.002697867137638703
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ -0.009180529521276107,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ -0.009180529521276107,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ -0.009180529521276107
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.00016527635528529094,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.00016527635528529094,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.00016527635528529094
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ 0.006265404784005448,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.006265404784005448,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.006265404784005448
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.009127555772777218,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.009127555772777218,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.009127555772777218
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 21.54737587829917,
116
+ "widths": [
117
+ 1.162157015463428,
118
+ 1.162157015463428
119
+ ],
120
+ "segment_heights": [
121
+ 2.6807887585169543
122
+ ],
123
+ "height_bg": 6.345145384647835,
124
+ "top_offset": 2.0,
125
+ "bottom_offset": 2.0,
126
+ "n_interfaces": 1,
127
+ "interface_width_fractions": [
128
+ [
129
+ 0.9266949772916545,
130
+ 0.1600810925245839
131
+ ]
132
+ ],
133
+ "interface_height_fractions": [
134
+ [
135
+ 0.5645110230836746
136
+ ]
137
+ ],
138
+ "interface_fraction": null,
139
+ "interface_thickness": 1.0,
140
+ "substrate_y": 0.0,
141
+ "slc": 0.7,
142
+ "smooth": true,
143
+ "num_spline_points": 200
144
+ },
145
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_0",
146
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json",
147
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_0/nk_tensor.npz",
148
+ "grid_shape": [
149
+ 100,
150
+ 100
151
+ ]
152
+ }
samples/sample_0001/ooc/oc_iso_1/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73008c9ddde72b0fecf094307fd075bda302bf2df8d1a65783a8e3177546f79d
3
+ size 12070
samples/sample_0001/ooc/oc_iso_1/oc_manifest.json ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T17:29:36.151152+00:00",
4
+ "oc_profile_label": "iso_1",
5
+ "plan_index": 1,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "isotropic",
9
+ "shape_symmetry": "isotropic",
10
+ "shape_bg_symmetry": "isotropic",
11
+ "interface_symmetry": "isotropic",
12
+ "shape_delta": [
13
+ [
14
+ 0.00023643249400513364,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ 0.00023643249400513364,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ 0.00023643249400513364
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.009504636963259353,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.009504636963259353,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.009504636963259353
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ -0.007116807745607325,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ -0.007116807745607325,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ -0.007116807745607325
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.00948649447137244,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.00948649447137244,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.00948649447137244
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ -0.003763370959790291,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ -0.003763370959790291,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ -0.003763370959790291
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.004233264489725757,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.004233264489725757,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.004233264489725757
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 21.54737587829917,
116
+ "widths": [
117
+ 1.162157015463428,
118
+ 1.162157015463428
119
+ ],
120
+ "segment_heights": [
121
+ 2.6807887585169543
122
+ ],
123
+ "height_bg": 6.345145384647835,
124
+ "top_offset": 2.0,
125
+ "bottom_offset": 2.0,
126
+ "n_interfaces": 1,
127
+ "interface_width_fractions": [
128
+ [
129
+ 0.9266949772916545,
130
+ 0.1600810925245839
131
+ ]
132
+ ],
133
+ "interface_height_fractions": [
134
+ [
135
+ 0.5645110230836746
136
+ ]
137
+ ],
138
+ "interface_fraction": null,
139
+ "interface_thickness": 1.0,
140
+ "substrate_y": 0.0,
141
+ "slc": 0.7,
142
+ "smooth": true,
143
+ "num_spline_points": 200
144
+ },
145
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_1",
146
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json",
147
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_1/nk_tensor.npz",
148
+ "grid_shape": [
149
+ 100,
150
+ 100
151
+ ]
152
+ }
samples/sample_0001/ooc/oc_iso_2/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf488e5ba9ebe69888d2b08536f2e5ebb21bcaaf1251e1595ef6fd01272a45a3
3
+ size 12070
samples/sample_0001/ooc/oc_iso_2/oc_manifest.json ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T17:29:36.150477+00:00",
4
+ "oc_profile_label": "iso_2",
5
+ "plan_index": 2,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "isotropic",
9
+ "shape_symmetry": "isotropic",
10
+ "shape_bg_symmetry": "isotropic",
11
+ "interface_symmetry": "isotropic",
12
+ "shape_delta": [
13
+ [
14
+ -0.004767757315013672,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ -0.004767757315013672,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ -0.004767757315013672
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.002984911434141233,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.002984911434141233,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.002984911434141233
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ 0.006284514811885607,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ 0.006284514811885607,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ 0.006284514811885607
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.0009191594213509691,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.0009191594213509691,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.0009191594213509691
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ 0.0020020105193130806,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.0020020105193130806,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.0020020105193130806
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.007285605268117946,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.007285605268117946,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.007285605268117946
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 21.54737587829917,
116
+ "widths": [
117
+ 1.162157015463428,
118
+ 1.162157015463428
119
+ ],
120
+ "segment_heights": [
121
+ 2.6807887585169543
122
+ ],
123
+ "height_bg": 6.345145384647835,
124
+ "top_offset": 2.0,
125
+ "bottom_offset": 2.0,
126
+ "n_interfaces": 1,
127
+ "interface_width_fractions": [
128
+ [
129
+ 0.9266949772916545,
130
+ 0.1600810925245839
131
+ ]
132
+ ],
133
+ "interface_height_fractions": [
134
+ [
135
+ 0.5645110230836746
136
+ ]
137
+ ],
138
+ "interface_fraction": null,
139
+ "interface_thickness": 1.0,
140
+ "substrate_y": 0.0,
141
+ "slc": 0.7,
142
+ "smooth": true,
143
+ "num_spline_points": 200
144
+ },
145
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_2",
146
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json",
147
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_2/nk_tensor.npz",
148
+ "grid_shape": [
149
+ 100,
150
+ 100
151
+ ]
152
+ }
samples/sample_0001/ooc/oc_sweep_manifest.json ADDED
@@ -0,0 +1,990 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "created_at": "2026-07-06T17:29:41.366635+00:00",
3
+ "mode": "oc_only",
4
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json",
5
+ "dataset_name": "squiggles",
6
+ "sample_name": "sample_0001",
7
+ "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc",
8
+ "reference_energy_ev": 550.0,
9
+ "oc_sweep": {
10
+ "delta_bounds": [
11
+ -0.01,
12
+ 0.01
13
+ ],
14
+ "beta_bounds": [
15
+ 0.0,
16
+ 0.01
17
+ ],
18
+ "oc_profiles": [
19
+ {
20
+ "label": "iso_0",
21
+ "shape_symmetry": "isotropic",
22
+ "shape_bg_symmetry": "isotropic",
23
+ "interface_symmetry": "isotropic",
24
+ "seed": 0
25
+ },
26
+ {
27
+ "label": "iso_1",
28
+ "shape_symmetry": "isotropic",
29
+ "shape_bg_symmetry": "isotropic",
30
+ "interface_symmetry": "isotropic",
31
+ "seed": 1
32
+ },
33
+ {
34
+ "label": "iso_2",
35
+ "shape_symmetry": "isotropic",
36
+ "shape_bg_symmetry": "isotropic",
37
+ "interface_symmetry": "isotropic",
38
+ "seed": 2
39
+ },
40
+ {
41
+ "label": "uniax_0",
42
+ "shape_symmetry": "uniaxial",
43
+ "shape_bg_symmetry": "uniaxial",
44
+ "interface_symmetry": "uniaxial",
45
+ "seed": 10
46
+ },
47
+ {
48
+ "label": "uniax_1",
49
+ "shape_symmetry": "uniaxial",
50
+ "shape_bg_symmetry": "uniaxial",
51
+ "interface_symmetry": "uniaxial",
52
+ "seed": 11
53
+ },
54
+ {
55
+ "label": "uniax_2",
56
+ "shape_symmetry": "uniaxial",
57
+ "shape_bg_symmetry": "uniaxial",
58
+ "interface_symmetry": "uniaxial",
59
+ "seed": 12
60
+ }
61
+ ],
62
+ "symmetry_groups": null,
63
+ "base_seed": 42,
64
+ "energy_ev": 550.0,
65
+ "energies_ev": [
66
+ 550
67
+ ],
68
+ "thetas_deg": [
69
+ 0.0,
70
+ 20.0,
71
+ 45.0
72
+ ],
73
+ "include_field_grid": false
74
+ },
75
+ "count": 6,
76
+ "samples": [
77
+ {
78
+ "mode": "oc_only",
79
+ "created_at": "2026-07-06T17:29:36.150689+00:00",
80
+ "oc_profile_label": "iso_0",
81
+ "plan_index": 0,
82
+ "reference_energy_ev": 550.0,
83
+ "reference_wavelength_nm": 2.254258153330914,
84
+ "tensor_symmetry": "isotropic",
85
+ "shape_symmetry": "isotropic",
86
+ "shape_bg_symmetry": "isotropic",
87
+ "interface_symmetry": "isotropic",
88
+ "shape_delta": [
89
+ [
90
+ 0.002739233746429086,
91
+ 0.0,
92
+ 0.0
93
+ ],
94
+ [
95
+ 0.0,
96
+ 0.002739233746429086,
97
+ 0.0
98
+ ],
99
+ [
100
+ 0.0,
101
+ 0.0,
102
+ 0.002739233746429086
103
+ ]
104
+ ],
105
+ "shape_beta": [
106
+ [
107
+ 0.002697867137638703,
108
+ 0.0,
109
+ 0.0
110
+ ],
111
+ [
112
+ 0.0,
113
+ 0.002697867137638703,
114
+ 0.0
115
+ ],
116
+ [
117
+ 0.0,
118
+ 0.0,
119
+ 0.002697867137638703
120
+ ]
121
+ ],
122
+ "shape_bg_delta": [
123
+ [
124
+ -0.009180529521276107,
125
+ 0.0,
126
+ 0.0
127
+ ],
128
+ [
129
+ 0.0,
130
+ -0.009180529521276107,
131
+ 0.0
132
+ ],
133
+ [
134
+ 0.0,
135
+ 0.0,
136
+ -0.009180529521276107
137
+ ]
138
+ ],
139
+ "shape_bg_beta": [
140
+ [
141
+ 0.00016527635528529094,
142
+ 0.0,
143
+ 0.0
144
+ ],
145
+ [
146
+ 0.0,
147
+ 0.00016527635528529094,
148
+ 0.0
149
+ ],
150
+ [
151
+ 0.0,
152
+ 0.0,
153
+ 0.00016527635528529094
154
+ ]
155
+ ],
156
+ "interface_delta": [
157
+ [
158
+ 0.006265404784005448,
159
+ 0.0,
160
+ 0.0
161
+ ],
162
+ [
163
+ 0.0,
164
+ 0.006265404784005448,
165
+ 0.0
166
+ ],
167
+ [
168
+ 0.0,
169
+ 0.0,
170
+ 0.006265404784005448
171
+ ]
172
+ ],
173
+ "interface_beta": [
174
+ [
175
+ 0.009127555772777218,
176
+ 0.0,
177
+ 0.0
178
+ ],
179
+ [
180
+ 0.0,
181
+ 0.009127555772777218,
182
+ 0.0
183
+ ],
184
+ [
185
+ 0.0,
186
+ 0.0,
187
+ 0.009127555772777218
188
+ ]
189
+ ],
190
+ "resolved_params_nm": {
191
+ "pitch": 21.54737587829917,
192
+ "widths": [
193
+ 1.162157015463428,
194
+ 1.162157015463428
195
+ ],
196
+ "segment_heights": [
197
+ 2.6807887585169543
198
+ ],
199
+ "height_bg": 6.345145384647835,
200
+ "top_offset": 2.0,
201
+ "bottom_offset": 2.0,
202
+ "n_interfaces": 1,
203
+ "interface_width_fractions": [
204
+ [
205
+ 0.9266949772916545,
206
+ 0.1600810925245839
207
+ ]
208
+ ],
209
+ "interface_height_fractions": [
210
+ [
211
+ 0.5645110230836746
212
+ ]
213
+ ],
214
+ "interface_fraction": null,
215
+ "interface_thickness": 1.0,
216
+ "substrate_y": 0.0,
217
+ "slc": 0.7,
218
+ "smooth": true,
219
+ "num_spline_points": 200
220
+ },
221
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_0",
222
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json",
223
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_0/nk_tensor.npz",
224
+ "grid_shape": [
225
+ 100,
226
+ 100
227
+ ]
228
+ },
229
+ {
230
+ "mode": "oc_only",
231
+ "created_at": "2026-07-06T17:29:36.151152+00:00",
232
+ "oc_profile_label": "iso_1",
233
+ "plan_index": 1,
234
+ "reference_energy_ev": 550.0,
235
+ "reference_wavelength_nm": 2.254258153330914,
236
+ "tensor_symmetry": "isotropic",
237
+ "shape_symmetry": "isotropic",
238
+ "shape_bg_symmetry": "isotropic",
239
+ "interface_symmetry": "isotropic",
240
+ "shape_delta": [
241
+ [
242
+ 0.00023643249400513364,
243
+ 0.0,
244
+ 0.0
245
+ ],
246
+ [
247
+ 0.0,
248
+ 0.00023643249400513364,
249
+ 0.0
250
+ ],
251
+ [
252
+ 0.0,
253
+ 0.0,
254
+ 0.00023643249400513364
255
+ ]
256
+ ],
257
+ "shape_beta": [
258
+ [
259
+ 0.009504636963259353,
260
+ 0.0,
261
+ 0.0
262
+ ],
263
+ [
264
+ 0.0,
265
+ 0.009504636963259353,
266
+ 0.0
267
+ ],
268
+ [
269
+ 0.0,
270
+ 0.0,
271
+ 0.009504636963259353
272
+ ]
273
+ ],
274
+ "shape_bg_delta": [
275
+ [
276
+ -0.007116807745607325,
277
+ 0.0,
278
+ 0.0
279
+ ],
280
+ [
281
+ 0.0,
282
+ -0.007116807745607325,
283
+ 0.0
284
+ ],
285
+ [
286
+ 0.0,
287
+ 0.0,
288
+ -0.007116807745607325
289
+ ]
290
+ ],
291
+ "shape_bg_beta": [
292
+ [
293
+ 0.00948649447137244,
294
+ 0.0,
295
+ 0.0
296
+ ],
297
+ [
298
+ 0.0,
299
+ 0.00948649447137244,
300
+ 0.0
301
+ ],
302
+ [
303
+ 0.0,
304
+ 0.0,
305
+ 0.00948649447137244
306
+ ]
307
+ ],
308
+ "interface_delta": [
309
+ [
310
+ -0.003763370959790291,
311
+ 0.0,
312
+ 0.0
313
+ ],
314
+ [
315
+ 0.0,
316
+ -0.003763370959790291,
317
+ 0.0
318
+ ],
319
+ [
320
+ 0.0,
321
+ 0.0,
322
+ -0.003763370959790291
323
+ ]
324
+ ],
325
+ "interface_beta": [
326
+ [
327
+ 0.004233264489725757,
328
+ 0.0,
329
+ 0.0
330
+ ],
331
+ [
332
+ 0.0,
333
+ 0.004233264489725757,
334
+ 0.0
335
+ ],
336
+ [
337
+ 0.0,
338
+ 0.0,
339
+ 0.004233264489725757
340
+ ]
341
+ ],
342
+ "resolved_params_nm": {
343
+ "pitch": 21.54737587829917,
344
+ "widths": [
345
+ 1.162157015463428,
346
+ 1.162157015463428
347
+ ],
348
+ "segment_heights": [
349
+ 2.6807887585169543
350
+ ],
351
+ "height_bg": 6.345145384647835,
352
+ "top_offset": 2.0,
353
+ "bottom_offset": 2.0,
354
+ "n_interfaces": 1,
355
+ "interface_width_fractions": [
356
+ [
357
+ 0.9266949772916545,
358
+ 0.1600810925245839
359
+ ]
360
+ ],
361
+ "interface_height_fractions": [
362
+ [
363
+ 0.5645110230836746
364
+ ]
365
+ ],
366
+ "interface_fraction": null,
367
+ "interface_thickness": 1.0,
368
+ "substrate_y": 0.0,
369
+ "slc": 0.7,
370
+ "smooth": true,
371
+ "num_spline_points": 200
372
+ },
373
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_1",
374
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json",
375
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_1/nk_tensor.npz",
376
+ "grid_shape": [
377
+ 100,
378
+ 100
379
+ ]
380
+ },
381
+ {
382
+ "mode": "oc_only",
383
+ "created_at": "2026-07-06T17:29:36.150477+00:00",
384
+ "oc_profile_label": "iso_2",
385
+ "plan_index": 2,
386
+ "reference_energy_ev": 550.0,
387
+ "reference_wavelength_nm": 2.254258153330914,
388
+ "tensor_symmetry": "isotropic",
389
+ "shape_symmetry": "isotropic",
390
+ "shape_bg_symmetry": "isotropic",
391
+ "interface_symmetry": "isotropic",
392
+ "shape_delta": [
393
+ [
394
+ -0.004767757315013672,
395
+ 0.0,
396
+ 0.0
397
+ ],
398
+ [
399
+ 0.0,
400
+ -0.004767757315013672,
401
+ 0.0
402
+ ],
403
+ [
404
+ 0.0,
405
+ 0.0,
406
+ -0.004767757315013672
407
+ ]
408
+ ],
409
+ "shape_beta": [
410
+ [
411
+ 0.002984911434141233,
412
+ 0.0,
413
+ 0.0
414
+ ],
415
+ [
416
+ 0.0,
417
+ 0.002984911434141233,
418
+ 0.0
419
+ ],
420
+ [
421
+ 0.0,
422
+ 0.0,
423
+ 0.002984911434141233
424
+ ]
425
+ ],
426
+ "shape_bg_delta": [
427
+ [
428
+ 0.006284514811885607,
429
+ 0.0,
430
+ 0.0
431
+ ],
432
+ [
433
+ 0.0,
434
+ 0.006284514811885607,
435
+ 0.0
436
+ ],
437
+ [
438
+ 0.0,
439
+ 0.0,
440
+ 0.006284514811885607
441
+ ]
442
+ ],
443
+ "shape_bg_beta": [
444
+ [
445
+ 0.0009191594213509691,
446
+ 0.0,
447
+ 0.0
448
+ ],
449
+ [
450
+ 0.0,
451
+ 0.0009191594213509691,
452
+ 0.0
453
+ ],
454
+ [
455
+ 0.0,
456
+ 0.0,
457
+ 0.0009191594213509691
458
+ ]
459
+ ],
460
+ "interface_delta": [
461
+ [
462
+ 0.0020020105193130806,
463
+ 0.0,
464
+ 0.0
465
+ ],
466
+ [
467
+ 0.0,
468
+ 0.0020020105193130806,
469
+ 0.0
470
+ ],
471
+ [
472
+ 0.0,
473
+ 0.0,
474
+ 0.0020020105193130806
475
+ ]
476
+ ],
477
+ "interface_beta": [
478
+ [
479
+ 0.007285605268117946,
480
+ 0.0,
481
+ 0.0
482
+ ],
483
+ [
484
+ 0.0,
485
+ 0.007285605268117946,
486
+ 0.0
487
+ ],
488
+ [
489
+ 0.0,
490
+ 0.0,
491
+ 0.007285605268117946
492
+ ]
493
+ ],
494
+ "resolved_params_nm": {
495
+ "pitch": 21.54737587829917,
496
+ "widths": [
497
+ 1.162157015463428,
498
+ 1.162157015463428
499
+ ],
500
+ "segment_heights": [
501
+ 2.6807887585169543
502
+ ],
503
+ "height_bg": 6.345145384647835,
504
+ "top_offset": 2.0,
505
+ "bottom_offset": 2.0,
506
+ "n_interfaces": 1,
507
+ "interface_width_fractions": [
508
+ [
509
+ 0.9266949772916545,
510
+ 0.1600810925245839
511
+ ]
512
+ ],
513
+ "interface_height_fractions": [
514
+ [
515
+ 0.5645110230836746
516
+ ]
517
+ ],
518
+ "interface_fraction": null,
519
+ "interface_thickness": 1.0,
520
+ "substrate_y": 0.0,
521
+ "slc": 0.7,
522
+ "smooth": true,
523
+ "num_spline_points": 200
524
+ },
525
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_2",
526
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json",
527
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_2/nk_tensor.npz",
528
+ "grid_shape": [
529
+ 100,
530
+ 100
531
+ ]
532
+ },
533
+ {
534
+ "mode": "oc_only",
535
+ "created_at": "2026-07-06T17:29:36.148976+00:00",
536
+ "oc_profile_label": "uniax_0",
537
+ "plan_index": 3,
538
+ "reference_energy_ev": 550.0,
539
+ "reference_wavelength_nm": 2.254258153330914,
540
+ "tensor_symmetry": "uniaxial",
541
+ "shape_symmetry": "uniaxial",
542
+ "shape_bg_symmetry": "uniaxial",
543
+ "interface_symmetry": "uniaxial",
544
+ "shape_delta": [
545
+ [
546
+ 0.009120034192579509,
547
+ 0.0,
548
+ 0.0
549
+ ],
550
+ [
551
+ 0.0,
552
+ 0.009120034192579509,
553
+ 0.0
554
+ ],
555
+ [
556
+ 0.0,
557
+ 0.0,
558
+ -0.005846363798417063
559
+ ]
560
+ ],
561
+ "shape_beta": [
562
+ [
563
+ 0.008284448852745308,
564
+ 0.0,
565
+ 0.0
566
+ ],
567
+ [
568
+ 0.0,
569
+ 0.008284448852745308,
570
+ 0.0
571
+ ],
572
+ [
573
+ 0.0,
574
+ 0.0,
575
+ 0.0014928212308202027
576
+ ]
577
+ ],
578
+ "shape_bg_delta": [
579
+ [
580
+ 0.0002560923287312968,
581
+ 0.0,
582
+ 0.0
583
+ ],
584
+ [
585
+ 0.0,
586
+ 0.0002560923287312968,
587
+ 0.0
588
+ ],
589
+ [
590
+ 0.0,
591
+ 0.0,
592
+ -0.007281607919589868
593
+ ]
594
+ ],
595
+ "shape_bg_beta": [
596
+ [
597
+ 0.006890364797811311,
598
+ 0.0,
599
+ 0.0
600
+ ],
601
+ [
602
+ 0.0,
603
+ 0.006890364797811311,
604
+ 0.0
605
+ ],
606
+ [
607
+ 0.0,
608
+ 0.0,
609
+ 0.00841747724312279
610
+ ]
611
+ ],
612
+ "interface_delta": [
613
+ [
614
+ -0.0014898200519004676,
615
+ 0.0,
616
+ 0.0
617
+ ],
618
+ [
619
+ 0.0,
620
+ -0.0014898200519004676,
621
+ 0.0
622
+ ],
623
+ [
624
+ 0.0,
625
+ 0.0,
626
+ 0.009138520069067324
627
+ ]
628
+ ],
629
+ "interface_beta": [
630
+ [
631
+ 0.008253329063847983,
632
+ 0.0,
633
+ 0.0
634
+ ],
635
+ [
636
+ 0.0,
637
+ 0.008253329063847983,
638
+ 0.0
639
+ ],
640
+ [
641
+ 0.0,
642
+ 0.0,
643
+ 0.00338215312471576
644
+ ]
645
+ ],
646
+ "resolved_params_nm": {
647
+ "pitch": 21.54737587829917,
648
+ "widths": [
649
+ 1.162157015463428,
650
+ 1.162157015463428
651
+ ],
652
+ "segment_heights": [
653
+ 2.6807887585169543
654
+ ],
655
+ "height_bg": 6.345145384647835,
656
+ "top_offset": 2.0,
657
+ "bottom_offset": 2.0,
658
+ "n_interfaces": 1,
659
+ "interface_width_fractions": [
660
+ [
661
+ 0.9266949772916545,
662
+ 0.1600810925245839
663
+ ]
664
+ ],
665
+ "interface_height_fractions": [
666
+ [
667
+ 0.5645110230836746
668
+ ]
669
+ ],
670
+ "interface_fraction": null,
671
+ "interface_thickness": 1.0,
672
+ "substrate_y": 0.0,
673
+ "slc": 0.7,
674
+ "smooth": true,
675
+ "num_spline_points": 200
676
+ },
677
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_0",
678
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json",
679
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_0/nk_tensor.npz",
680
+ "grid_shape": [
681
+ 100,
682
+ 100
683
+ ]
684
+ },
685
+ {
686
+ "mode": "oc_only",
687
+ "created_at": "2026-07-06T17:29:36.148287+00:00",
688
+ "oc_profile_label": "uniax_1",
689
+ "plan_index": 4,
690
+ "reference_energy_ev": 550.0,
691
+ "reference_wavelength_nm": 2.254258153330914,
692
+ "tensor_symmetry": "uniaxial",
693
+ "shape_symmetry": "uniaxial",
694
+ "shape_bg_symmetry": "uniaxial",
695
+ "interface_symmetry": "uniaxial",
696
+ "shape_delta": [
697
+ [
698
+ -0.007428595944616008,
699
+ 0.0,
700
+ 0.0
701
+ ],
702
+ [
703
+ 0.0,
704
+ -0.007428595944616008,
705
+ 0.0
706
+ ],
707
+ [
708
+ 0.0,
709
+ 0.0,
710
+ -1.4442751197701192e-05
711
+ ]
712
+ ],
713
+ "shape_beta": [
714
+ [
715
+ 0.0060149835762335745,
716
+ 0.0,
717
+ 0.0
718
+ ],
719
+ [
720
+ 0.0,
721
+ 0.0060149835762335745,
722
+ 0.0
723
+ ],
724
+ [
725
+ 0.0,
726
+ 0.0,
727
+ 0.0002868900837194455
728
+ ]
729
+ ],
730
+ "shape_bg_delta": [
731
+ [
732
+ -0.0070414783084508815,
733
+ 0.0,
734
+ 0.0
735
+ ],
736
+ [
737
+ 0.0,
738
+ -0.0070414783084508815,
739
+ 0.0
740
+ ],
741
+ [
742
+ 0.0,
743
+ 0.0,
744
+ 0.00856422045920739
745
+ ]
746
+ ],
747
+ "shape_bg_beta": [
748
+ [
749
+ 0.0007042057615419683,
750
+ 0.0,
751
+ 0.0
752
+ ],
753
+ [
754
+ 0.0,
755
+ 0.0007042057615419683,
756
+ 0.0
757
+ ],
758
+ [
759
+ 0.0,
760
+ 0.0,
761
+ 0.0012977394939929798
762
+ ]
763
+ ],
764
+ "interface_delta": [
765
+ [
766
+ 0.008966569065835503,
767
+ 0.0,
768
+ 0.0
769
+ ],
770
+ [
771
+ 0.0,
772
+ 0.008966569065835503,
773
+ 0.0
774
+ ],
775
+ [
776
+ 0.0,
777
+ 0.0,
778
+ 0.0024376718559276575
779
+ ]
780
+ ],
781
+ "interface_beta": [
782
+ [
783
+ 0.00368993123729791,
784
+ 0.0,
785
+ 0.0
786
+ ],
787
+ [
788
+ 0.0,
789
+ 0.00368993123729791,
790
+ 0.0
791
+ ],
792
+ [
793
+ 0.0,
794
+ 0.0,
795
+ 0.005113900218032627
796
+ ]
797
+ ],
798
+ "resolved_params_nm": {
799
+ "pitch": 21.54737587829917,
800
+ "widths": [
801
+ 1.162157015463428,
802
+ 1.162157015463428
803
+ ],
804
+ "segment_heights": [
805
+ 2.6807887585169543
806
+ ],
807
+ "height_bg": 6.345145384647835,
808
+ "top_offset": 2.0,
809
+ "bottom_offset": 2.0,
810
+ "n_interfaces": 1,
811
+ "interface_width_fractions": [
812
+ [
813
+ 0.9266949772916545,
814
+ 0.1600810925245839
815
+ ]
816
+ ],
817
+ "interface_height_fractions": [
818
+ [
819
+ 0.5645110230836746
820
+ ]
821
+ ],
822
+ "interface_fraction": null,
823
+ "interface_thickness": 1.0,
824
+ "substrate_y": 0.0,
825
+ "slc": 0.7,
826
+ "smooth": true,
827
+ "num_spline_points": 200
828
+ },
829
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_1",
830
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json",
831
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_1/nk_tensor.npz",
832
+ "grid_shape": [
833
+ 100,
834
+ 100
835
+ ]
836
+ },
837
+ {
838
+ "mode": "oc_only",
839
+ "created_at": "2026-07-06T17:29:36.148822+00:00",
840
+ "oc_profile_label": "uniax_2",
841
+ "plan_index": 5,
842
+ "reference_energy_ev": 550.0,
843
+ "reference_wavelength_nm": 2.254258153330914,
844
+ "tensor_symmetry": "uniaxial",
845
+ "shape_symmetry": "uniaxial",
846
+ "shape_bg_symmetry": "uniaxial",
847
+ "interface_symmetry": "uniaxial",
848
+ "shape_delta": [
849
+ [
850
+ -0.004983510837831078,
851
+ 0.0,
852
+ 0.0
853
+ ],
854
+ [
855
+ 0.0,
856
+ -0.004983510837831078,
857
+ 0.0
858
+ ],
859
+ [
860
+ 0.0,
861
+ 0.0,
862
+ 0.008935058857188491
863
+ ]
864
+ ],
865
+ "shape_beta": [
866
+ [
867
+ 0.001893203845397613,
868
+ 0.0,
869
+ 0.0
870
+ ],
871
+ [
872
+ 0.0,
873
+ 0.001893203845397613,
874
+ 0.0
875
+ ],
876
+ [
877
+ 0.0,
878
+ 0.0,
879
+ 0.001792914104181076
880
+ ]
881
+ ],
882
+ "shape_bg_delta": [
883
+ [
884
+ -0.0030022151880808503,
885
+ 0.0,
886
+ 0.0
887
+ ],
888
+ [
889
+ 0.0,
890
+ -0.0030022151880808503,
891
+ 0.0
892
+ ],
893
+ [
894
+ 0.0,
895
+ 0.0,
896
+ -0.005389175068201881
897
+ ]
898
+ ],
899
+ "shape_bg_beta": [
900
+ [
901
+ 0.006704457427727847,
902
+ 0.0,
903
+ 0.0
904
+ ],
905
+ [
906
+ 0.0,
907
+ 0.006704457427727847,
908
+ 0.0
909
+ ],
910
+ [
911
+ 0.0,
912
+ 0.0,
913
+ 0.001150793821234475
914
+ ]
915
+ ],
916
+ "interface_delta": [
917
+ [
918
+ 0.007926187474093608,
919
+ 0.0,
920
+ 0.0
921
+ ],
922
+ [
923
+ 0.0,
924
+ 0.007926187474093608,
925
+ 0.0
926
+ ],
927
+ [
928
+ 0.0,
929
+ 0.0,
930
+ 0.007162609781678179
931
+ ]
932
+ ],
933
+ "interface_beta": [
934
+ [
935
+ 2.8270321866200598e-05,
936
+ 0.0,
937
+ 0.0
938
+ ],
939
+ [
940
+ 0.0,
941
+ 2.8270321866200598e-05,
942
+ 0.0
943
+ ],
944
+ [
945
+ 0.0,
946
+ 0.0,
947
+ 0.0054146616171879425
948
+ ]
949
+ ],
950
+ "resolved_params_nm": {
951
+ "pitch": 21.54737587829917,
952
+ "widths": [
953
+ 1.162157015463428,
954
+ 1.162157015463428
955
+ ],
956
+ "segment_heights": [
957
+ 2.6807887585169543
958
+ ],
959
+ "height_bg": 6.345145384647835,
960
+ "top_offset": 2.0,
961
+ "bottom_offset": 2.0,
962
+ "n_interfaces": 1,
963
+ "interface_width_fractions": [
964
+ [
965
+ 0.9266949772916545,
966
+ 0.1600810925245839
967
+ ]
968
+ ],
969
+ "interface_height_fractions": [
970
+ [
971
+ 0.5645110230836746
972
+ ]
973
+ ],
974
+ "interface_fraction": null,
975
+ "interface_thickness": 1.0,
976
+ "substrate_y": 0.0,
977
+ "slc": 0.7,
978
+ "smooth": true,
979
+ "num_spline_points": 200
980
+ },
981
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_2",
982
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json",
983
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_2/nk_tensor.npz",
984
+ "grid_shape": [
985
+ 100,
986
+ 100
987
+ ]
988
+ }
989
+ ]
990
+ }
samples/sample_0001/ooc/oc_uniax_0/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd963f1fde35079a1c7e61791b081b89ec5b0bbc0b0bc5ca5ab5d71e25202303
3
+ size 12067
samples/sample_0001/ooc/oc_uniax_0/oc_manifest.json ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T17:29:36.148976+00:00",
4
+ "oc_profile_label": "uniax_0",
5
+ "plan_index": 3,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "uniaxial",
9
+ "shape_symmetry": "uniaxial",
10
+ "shape_bg_symmetry": "uniaxial",
11
+ "interface_symmetry": "uniaxial",
12
+ "shape_delta": [
13
+ [
14
+ 0.009120034192579509,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ 0.009120034192579509,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ -0.005846363798417063
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.008284448852745308,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.008284448852745308,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.0014928212308202027
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ 0.0002560923287312968,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ 0.0002560923287312968,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ -0.007281607919589868
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.006890364797811311,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.006890364797811311,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.00841747724312279
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ -0.0014898200519004676,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ -0.0014898200519004676,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.009138520069067324
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.008253329063847983,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.008253329063847983,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.00338215312471576
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 21.54737587829917,
116
+ "widths": [
117
+ 1.162157015463428,
118
+ 1.162157015463428
119
+ ],
120
+ "segment_heights": [
121
+ 2.6807887585169543
122
+ ],
123
+ "height_bg": 6.345145384647835,
124
+ "top_offset": 2.0,
125
+ "bottom_offset": 2.0,
126
+ "n_interfaces": 1,
127
+ "interface_width_fractions": [
128
+ [
129
+ 0.9266949772916545,
130
+ 0.1600810925245839
131
+ ]
132
+ ],
133
+ "interface_height_fractions": [
134
+ [
135
+ 0.5645110230836746
136
+ ]
137
+ ],
138
+ "interface_fraction": null,
139
+ "interface_thickness": 1.0,
140
+ "substrate_y": 0.0,
141
+ "slc": 0.7,
142
+ "smooth": true,
143
+ "num_spline_points": 200
144
+ },
145
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_0",
146
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json",
147
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_0/nk_tensor.npz",
148
+ "grid_shape": [
149
+ 100,
150
+ 100
151
+ ]
152
+ }
samples/sample_0001/ooc/oc_uniax_1/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f25e302b1573e8a048d882a945962cf732056ff5af53499bc0f0723d08d67e6
3
+ size 12071
samples/sample_0001/ooc/oc_uniax_1/oc_manifest.json ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T17:29:36.148287+00:00",
4
+ "oc_profile_label": "uniax_1",
5
+ "plan_index": 4,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "uniaxial",
9
+ "shape_symmetry": "uniaxial",
10
+ "shape_bg_symmetry": "uniaxial",
11
+ "interface_symmetry": "uniaxial",
12
+ "shape_delta": [
13
+ [
14
+ -0.007428595944616008,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ -0.007428595944616008,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ -1.4442751197701192e-05
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.0060149835762335745,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.0060149835762335745,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.0002868900837194455
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ -0.0070414783084508815,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ -0.0070414783084508815,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ 0.00856422045920739
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.0007042057615419683,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.0007042057615419683,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.0012977394939929798
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ 0.008966569065835503,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.008966569065835503,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.0024376718559276575
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.00368993123729791,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.00368993123729791,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.005113900218032627
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 21.54737587829917,
116
+ "widths": [
117
+ 1.162157015463428,
118
+ 1.162157015463428
119
+ ],
120
+ "segment_heights": [
121
+ 2.6807887585169543
122
+ ],
123
+ "height_bg": 6.345145384647835,
124
+ "top_offset": 2.0,
125
+ "bottom_offset": 2.0,
126
+ "n_interfaces": 1,
127
+ "interface_width_fractions": [
128
+ [
129
+ 0.9266949772916545,
130
+ 0.1600810925245839
131
+ ]
132
+ ],
133
+ "interface_height_fractions": [
134
+ [
135
+ 0.5645110230836746
136
+ ]
137
+ ],
138
+ "interface_fraction": null,
139
+ "interface_thickness": 1.0,
140
+ "substrate_y": 0.0,
141
+ "slc": 0.7,
142
+ "smooth": true,
143
+ "num_spline_points": 200
144
+ },
145
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_1",
146
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json",
147
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_1/nk_tensor.npz",
148
+ "grid_shape": [
149
+ 100,
150
+ 100
151
+ ]
152
+ }
samples/sample_0001/ooc/oc_uniax_2/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6014626921da9f7a609b2c6297e8c276985f95dd03a055c5e6a6dcf53db33826
3
+ size 12070
samples/sample_0001/ooc/oc_uniax_2/oc_manifest.json ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T17:29:36.148822+00:00",
4
+ "oc_profile_label": "uniax_2",
5
+ "plan_index": 5,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "uniaxial",
9
+ "shape_symmetry": "uniaxial",
10
+ "shape_bg_symmetry": "uniaxial",
11
+ "interface_symmetry": "uniaxial",
12
+ "shape_delta": [
13
+ [
14
+ -0.004983510837831078,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ -0.004983510837831078,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ 0.008935058857188491
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.001893203845397613,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.001893203845397613,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.001792914104181076
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ -0.0030022151880808503,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ -0.0030022151880808503,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ -0.005389175068201881
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.006704457427727847,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.006704457427727847,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.001150793821234475
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ 0.007926187474093608,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.007926187474093608,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.007162609781678179
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 2.8270321866200598e-05,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 2.8270321866200598e-05,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.0054146616171879425
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 21.54737587829917,
116
+ "widths": [
117
+ 1.162157015463428,
118
+ 1.162157015463428
119
+ ],
120
+ "segment_heights": [
121
+ 2.6807887585169543
122
+ ],
123
+ "height_bg": 6.345145384647835,
124
+ "top_offset": 2.0,
125
+ "bottom_offset": 2.0,
126
+ "n_interfaces": 1,
127
+ "interface_width_fractions": [
128
+ [
129
+ 0.9266949772916545,
130
+ 0.1600810925245839
131
+ ]
132
+ ],
133
+ "interface_height_fractions": [
134
+ [
135
+ 0.5645110230836746
136
+ ]
137
+ ],
138
+ "interface_fraction": null,
139
+ "interface_thickness": 1.0,
140
+ "substrate_y": 0.0,
141
+ "slc": 0.7,
142
+ "smooth": true,
143
+ "num_spline_points": 200
144
+ },
145
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_2",
146
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json",
147
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_2/nk_tensor.npz",
148
+ "grid_shape": [
149
+ 100,
150
+ 100
151
+ ]
152
+ }
samples/sample_0002/domain_ids.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f30d8a2270b91762c4814fdf5ea9a0a18abe88c7587a07238d723df884d64cbf
3
+ size 3103
samples/sample_0002/geometry.json ADDED
@@ -0,0 +1,1598 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "created_at": "2026-07-07T07:12:05.515559+00:00",
3
+ "mode": "generate",
4
+ "units": "lambda",
5
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002",
6
+ "sample_kind": "interior",
7
+ "sample_label": "interior_0002",
8
+ "axis_name": null,
9
+ "axis_side": null,
10
+ "hypercube_coords": {
11
+ "pitch_ratio": 0.10150978088873475,
12
+ "height_bg_ratio": 0.2158997383274014,
13
+ "n_segments": 0.2693059883150615,
14
+ "width_ratio": 0.9601712992131191,
15
+ "segment_height_ratio": 0.36191193757195217,
16
+ "n_interfaces": 0.2143513741871319,
17
+ "interface_0_width_frac_0": 0.25883786784429375,
18
+ "interface_0_width_frac_1": 0.37900406174251733,
19
+ "interface_0_width_frac_2": 0.6958511071525789,
20
+ "interface_0_width_frac_3": 0.5,
21
+ "interface_0_width_frac_4": 0.5,
22
+ "interface_0_width_frac_5": 0.5,
23
+ "interface_0_width_frac_6": 0.5,
24
+ "interface_0_width_frac_7": 0.5,
25
+ "interface_0_width_frac_8": 0.5,
26
+ "interface_0_width_frac_9": 0.5,
27
+ "interface_0_width_frac_10": 0.5,
28
+ "interface_0_width_frac_11": 0.5,
29
+ "interface_0_width_frac_12": 0.5,
30
+ "interface_0_height_frac_0": 0.6241041157247504,
31
+ "interface_0_height_frac_1": 0.9730280496490226,
32
+ "interface_0_height_frac_2": 0.5,
33
+ "interface_0_height_frac_3": 0.5,
34
+ "interface_0_height_frac_4": 0.5,
35
+ "interface_0_height_frac_5": 0.5,
36
+ "interface_0_height_frac_6": 0.5,
37
+ "interface_0_height_frac_7": 0.5,
38
+ "interface_0_height_frac_8": 0.5,
39
+ "interface_0_height_frac_9": 0.5,
40
+ "interface_0_height_frac_10": 0.5,
41
+ "interface_0_height_frac_11": 0.5,
42
+ "interface_1_width_frac_0": 0.7657889570527182,
43
+ "interface_1_width_frac_1": 0.6464188392681722,
44
+ "interface_1_width_frac_2": 0.14357221697733225,
45
+ "interface_1_width_frac_3": 0.5,
46
+ "interface_1_width_frac_4": 0.5,
47
+ "interface_1_width_frac_5": 0.5,
48
+ "interface_1_width_frac_6": 0.5,
49
+ "interface_1_width_frac_7": 0.5,
50
+ "interface_1_width_frac_8": 0.5,
51
+ "interface_1_width_frac_9": 0.5,
52
+ "interface_1_width_frac_10": 0.5,
53
+ "interface_1_width_frac_11": 0.5,
54
+ "interface_1_width_frac_12": 0.5,
55
+ "interface_1_height_frac_0": 0.6538205820093876,
56
+ "interface_1_height_frac_1": 0.08758696587338521,
57
+ "interface_1_height_frac_2": 0.5,
58
+ "interface_1_height_frac_3": 0.5,
59
+ "interface_1_height_frac_4": 0.5,
60
+ "interface_1_height_frac_5": 0.5,
61
+ "interface_1_height_frac_6": 0.5,
62
+ "interface_1_height_frac_7": 0.5,
63
+ "interface_1_height_frac_8": 0.5,
64
+ "interface_1_height_frac_9": 0.5,
65
+ "interface_1_height_frac_10": 0.5,
66
+ "interface_1_height_frac_11": 0.5,
67
+ "interface_2_width_frac_0": 0.5,
68
+ "interface_2_width_frac_1": 0.5,
69
+ "interface_2_width_frac_2": 0.5,
70
+ "interface_2_width_frac_3": 0.5,
71
+ "interface_2_width_frac_4": 0.5,
72
+ "interface_2_width_frac_5": 0.5,
73
+ "interface_2_width_frac_6": 0.5,
74
+ "interface_2_width_frac_7": 0.5,
75
+ "interface_2_width_frac_8": 0.5,
76
+ "interface_2_width_frac_9": 0.5,
77
+ "interface_2_width_frac_10": 0.5,
78
+ "interface_2_width_frac_11": 0.5,
79
+ "interface_2_width_frac_12": 0.5,
80
+ "interface_2_height_frac_0": 0.5,
81
+ "interface_2_height_frac_1": 0.5,
82
+ "interface_2_height_frac_2": 0.5,
83
+ "interface_2_height_frac_3": 0.5,
84
+ "interface_2_height_frac_4": 0.5,
85
+ "interface_2_height_frac_5": 0.5,
86
+ "interface_2_height_frac_6": 0.5,
87
+ "interface_2_height_frac_7": 0.5,
88
+ "interface_2_height_frac_8": 0.5,
89
+ "interface_2_height_frac_9": 0.5,
90
+ "interface_2_height_frac_10": 0.5,
91
+ "interface_2_height_frac_11": 0.5
92
+ },
93
+ "active_axes": [
94
+ "pitch_ratio",
95
+ "height_bg_ratio",
96
+ "n_segments",
97
+ "width_ratio",
98
+ "segment_height_ratio",
99
+ "n_interfaces",
100
+ "interface_0_width_frac_0",
101
+ "interface_0_width_frac_1",
102
+ "interface_0_width_frac_2",
103
+ "interface_0_height_frac_0",
104
+ "interface_0_height_frac_1",
105
+ "interface_1_width_frac_0",
106
+ "interface_1_width_frac_1",
107
+ "interface_1_width_frac_2",
108
+ "interface_1_height_frac_0",
109
+ "interface_1_height_frac_1"
110
+ ],
111
+ "template_name": "layered_stack",
112
+ "template_config": {
113
+ "max_n_segments": 12,
114
+ "max_n_interfaces": 3,
115
+ "n_segments_bounds": [
116
+ 4,
117
+ 12
118
+ ],
119
+ "n_interfaces_bounds": [
120
+ 2,
121
+ 3
122
+ ],
123
+ "pitch_ratio": [
124
+ 1.5,
125
+ 2.0
126
+ ],
127
+ "height_bg_ratio": [
128
+ 1.0,
129
+ 2.5
130
+ ],
131
+ "width_ratio": [
132
+ 0.4,
133
+ 0.9
134
+ ],
135
+ "segment_height_ratio": [
136
+ 0.45,
137
+ 1.8
138
+ ],
139
+ "interface_width_fraction": [
140
+ [
141
+ 0.35,
142
+ 0.9
143
+ ],
144
+ [
145
+ 0.35,
146
+ 0.9
147
+ ],
148
+ [
149
+ 0.35,
150
+ 0.9
151
+ ],
152
+ [
153
+ 0.35,
154
+ 0.9
155
+ ],
156
+ [
157
+ 0.35,
158
+ 0.9
159
+ ],
160
+ [
161
+ 0.35,
162
+ 0.9
163
+ ],
164
+ [
165
+ 0.35,
166
+ 0.9
167
+ ],
168
+ [
169
+ 0.35,
170
+ 0.9
171
+ ],
172
+ [
173
+ 0.35,
174
+ 0.9
175
+ ],
176
+ [
177
+ 0.35,
178
+ 0.9
179
+ ],
180
+ [
181
+ 0.35,
182
+ 0.9
183
+ ],
184
+ [
185
+ 0.35,
186
+ 0.9
187
+ ],
188
+ [
189
+ 0.35,
190
+ 0.9
191
+ ]
192
+ ],
193
+ "interface_height_fraction": [
194
+ [
195
+ 0.35,
196
+ 0.9
197
+ ],
198
+ [
199
+ 0.35,
200
+ 0.9
201
+ ],
202
+ [
203
+ 0.35,
204
+ 0.9
205
+ ],
206
+ [
207
+ 0.35,
208
+ 0.9
209
+ ],
210
+ [
211
+ 0.35,
212
+ 0.9
213
+ ],
214
+ [
215
+ 0.35,
216
+ 0.9
217
+ ],
218
+ [
219
+ 0.35,
220
+ 0.9
221
+ ],
222
+ [
223
+ 0.35,
224
+ 0.9
225
+ ],
226
+ [
227
+ 0.35,
228
+ 0.9
229
+ ],
230
+ [
231
+ 0.35,
232
+ 0.9
233
+ ],
234
+ [
235
+ 0.35,
236
+ 0.9
237
+ ],
238
+ [
239
+ 0.35,
240
+ 0.9
241
+ ]
242
+ ]
243
+ },
244
+ "resolved_params_lambda": {
245
+ "pitch": 1.5507548904443673,
246
+ "widths": [
247
+ 0.8800856496065596,
248
+ 0.8800856496065596,
249
+ 0.8800856496065596,
250
+ 0.8800856496065596,
251
+ 0.8800856496065596,
252
+ 0.8800856496065596,
253
+ 0.8800856496065596
254
+ ],
255
+ "segment_heights": [
256
+ 0.9385811157221355,
257
+ 0.9385811157221355,
258
+ 0.9385811157221355,
259
+ 0.9385811157221355,
260
+ 0.9385811157221355,
261
+ 0.9385811157221355
262
+ ],
263
+ "height_bg": 1.3238496074911021,
264
+ "top_offset": 2.0,
265
+ "bottom_offset": 2.0,
266
+ "n_interfaces": 2,
267
+ "interface_width_fractions": [
268
+ [
269
+ 0.49236082731436154,
270
+ 0.5584522339583845,
271
+ 0.7327181089339184,
272
+ 0.625,
273
+ 0.625,
274
+ 0.625,
275
+ 0.625
276
+ ],
277
+ [
278
+ 0.771183926378995,
279
+ 0.7055303615974947,
280
+ 0.4289647193375327,
281
+ 0.625,
282
+ 0.625,
283
+ 0.625,
284
+ 0.625
285
+ ]
286
+ ],
287
+ "interface_height_fractions": [
288
+ [
289
+ 0.6932572636486127,
290
+ 0.8851654273069625,
291
+ 0.625,
292
+ 0.625,
293
+ 0.625,
294
+ 0.625
295
+ ],
296
+ [
297
+ 0.7096013201051632,
298
+ 0.39817283123036185,
299
+ 0.625,
300
+ 0.625,
301
+ 0.625,
302
+ 0.625
303
+ ]
304
+ ],
305
+ "interface_fraction": null,
306
+ "interface_thickness": 1.0,
307
+ "substrate_y": 0.0,
308
+ "slc": 0.7,
309
+ "smooth": true,
310
+ "num_spline_points": 200
311
+ },
312
+ "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.png",
313
+ "shapes": [
314
+ {
315
+ "name": "ComputationalDomain",
316
+ "domain_id": 1,
317
+ "priority": -1,
318
+ "side_length_constraint": 0.7,
319
+ "points": [
320
+ -0.7753774452221837,
321
+ -2.0,
322
+ 0.7753774452221837,
323
+ -2.0,
324
+ 0.7753774452221837,
325
+ 9.435042869002068,
326
+ -0.7753774452221837,
327
+ 9.435042869002068
328
+ ],
329
+ "nk": [
330
+ "1.0"
331
+ ]
332
+ },
333
+ {
334
+ "name": "shape_bg",
335
+ "domain_id": 3,
336
+ "priority": 1,
337
+ "side_length_constraint": 0.7,
338
+ "points": [
339
+ -0.7753774452221837,
340
+ 0.0,
341
+ 0.7753774452221837,
342
+ 0.0,
343
+ 0.7753774452221837,
344
+ 1.3238496074911021,
345
+ -0.7753774452221837,
346
+ 1.3238496074911021
347
+ ],
348
+ "nk": [
349
+ "1.0"
350
+ ]
351
+ },
352
+ {
353
+ "name": "interface_0",
354
+ "domain_id": 4,
355
+ "priority": 2,
356
+ "side_length_constraint": 0.7,
357
+ "points": [
358
+ 0.6634258003326681,
359
+ 0.0,
360
+ 0.6585242455405385,
361
+ 0.1970509557458419,
362
+ 0.653489759792398,
363
+ 0.38187394207650904,
364
+ 0.6483591593813185,
365
+ 0.5551345471251893,
366
+ 0.6431692606003708,
367
+ 0.7174983590250709,
368
+ 0.637956879742627,
369
+ 0.8696309659093417,
370
+ 0.6327588331011582,
371
+ 1.0121979559111893,
372
+ 0.6276119369690357,
373
+ 1.1458649171638022,
374
+ 0.6225530076393314,
375
+ 1.271297437800368,
376
+ 0.6176188614051165,
377
+ 1.3891611059540747,
378
+ 0.6128463145594625,
379
+ 1.500121509758111,
380
+ 0.6082721833954404,
381
+ 1.6048442373456635,
382
+ 0.6039332842061224,
383
+ 1.703994876849921,
384
+ 0.5998664332845794,
385
+ 1.7982390164040716,
386
+ 0.5961084469238833,
387
+ 1.8882422441413027,
388
+ 0.5926961414171052,
389
+ 1.974670148194803,
390
+ 0.5896663330573165,
391
+ 2.0581883166977595,
392
+ 0.5870558381375887,
393
+ 2.1394623377833604,
394
+ 0.5849014729509936,
395
+ 2.219157799584795,
396
+ 0.5832310060406679,
397
+ 2.297862846326514,
398
+ 0.5820246057373442,
399
+ 2.375758189829115,
400
+ 0.5812468420508675,
401
+ 2.452891028614534,
402
+ 0.5808622759433341,
403
+ 2.529308483760801,
404
+ 0.5808354683768389,
405
+ 2.6050576763459414,
406
+ 0.5811309803134775,
407
+ 2.6801857274479843,
408
+ 0.5817133727153461,
409
+ 2.7547397581449595,
410
+ 0.5825472065445395,
411
+ 2.828766889514892,
412
+ 0.5835970427631537,
413
+ 2.9023142426358133,
414
+ 0.5848274423332839,
415
+ 2.9754289385857478,
416
+ 0.586202966217026,
417
+ 3.0481580984427263,
418
+ 0.5876881753764754,
419
+ 3.120548843284776,
420
+ 0.5892476307737275,
421
+ 3.192648294189924,
422
+ 0.5908458933708782,
423
+ 3.2645035722362006,
424
+ 0.5924475241300228,
425
+ 3.3361617985016316,
426
+ 0.5940170840132567,
427
+ 3.4076700940642466,
428
+ 0.5955191339826758,
429
+ 3.4790755800020716,
430
+ 0.5969182350003754,
431
+ 3.550425377393138,
432
+ 0.5981829138757657,
433
+ 3.6217623058797233,
434
+ 0.5993093549871814,
435
+ 3.693099187162624,
436
+ 0.600305520572266,
437
+ 3.7644360684455256,
438
+ 0.6011794163896205,
439
+ 3.835772949728427,
440
+ 0.6019390481978466,
441
+ 3.9071098310113284,
442
+ 0.6025924217555454,
443
+ 3.9784467122942284,
444
+ 0.6031475428213184,
445
+ 4.0497835935771285,
446
+ 0.6036124171537671,
447
+ 4.121120474860031,
448
+ 0.6039950505114925,
449
+ 4.192457356142931,
450
+ 0.6043034486530962,
451
+ 4.263794237425832,
452
+ 0.6045456173371795,
453
+ 4.335131118708733,
454
+ 0.604729562322344,
455
+ 4.4064679999916345,
456
+ 0.6048632893671907,
457
+ 4.477804881274536,
458
+ 0.6049548042303212,
459
+ 4.549141762557436,
460
+ 0.6050121126703367,
461
+ 4.620478643840338,
462
+ 0.6050432204458388,
463
+ 4.691815525123238,
464
+ 0.6050561333154285,
465
+ 4.76315240640614,
466
+ 0.6050588570377076,
467
+ 4.83448928768904,
468
+ 0.6050588841045098,
469
+ 4.905826168971942,
470
+ 0.6050588841045097,
471
+ 4.977163050254843,
472
+ 0.6050588841045097,
473
+ 5.0484999315377435,
474
+ 0.6050588841045097,
475
+ 5.119836812820645,
476
+ 0.6050588841045097,
477
+ 5.191173694103545,
478
+ 0.6050588841045097,
479
+ 5.262510575386447,
480
+ 0.6050588841045097,
481
+ 5.333847456669348,
482
+ 0.6050588841045097,
483
+ 5.405184337952249,
484
+ 0.6050588841045098,
485
+ 5.476521219235151,
486
+ 0.6050588841045097,
487
+ 5.547858100518051,
488
+ 0.6050588841045097,
489
+ 5.619194981800952,
490
+ 0.6050588841045097,
491
+ 5.690531863083852,
492
+ 0.6050588841045097,
493
+ 5.761868744366754,
494
+ 0.6050588841045096,
495
+ 5.833205625649654,
496
+ 0.6050588841045097,
497
+ 5.904542506932556,
498
+ 0.6050588841045097,
499
+ 5.975879388215456,
500
+ 0.6050588841045098,
501
+ 6.0472162694983576,
502
+ 0.6050588841045097,
503
+ 6.118553150781259,
504
+ 0.6050501057871404,
505
+ 6.189880670290208,
506
+ 0.6049096271164687,
507
+ 6.261067735896061,
508
+ 0.6044347022318532,
509
+ 6.331898126102457,
510
+ 0.6034209473358838,
511
+ 6.402153872609723,
512
+ 0.6016639786311504,
513
+ 6.471617007118186,
514
+ 0.598959412320243,
515
+ 6.540069561328183,
516
+ 0.5951028646057516,
517
+ 6.60729356694004,
518
+ 0.5898899516902656,
519
+ 6.673071055654084,
520
+ 0.5831162897763753,
521
+ 6.737184059170651,
522
+ 0.5745774950666706,
523
+ 6.799414609190064,
524
+ 0.5640691837637413,
525
+ 6.85954473741266,
526
+ 0.5513869720701774,
527
+ 6.917356475538767,
528
+ 0.5363264761885685,
529
+ 6.972631855268713,
530
+ 0.5186833123215053,
531
+ 7.025152908302831,
532
+ 0.4982530966715765,
533
+ 7.074701666341447,
534
+ 0.4748314454413729,
535
+ 7.121060161084895,
536
+ 0.44821397483348435,
537
+ 7.164010424233501,
538
+ 0.4181963010505005,
539
+ 7.203334487487598,
540
+ 0.3845906244047936,
541
+ 7.238820278008665,
542
+ 0.3475200204888687,
543
+ 7.270366235560902,
544
+ 0.30738365961179254,
545
+ 7.297968948419109,
546
+ 0.26459030936838507,
547
+ 7.321628416583288,
548
+ 0.21954873735346658,
549
+ 7.341344640053436,
550
+ 0.17266771116185725,
551
+ 7.357117618829555,
552
+ 0.12435599838837634,
553
+ 7.368947352911644,
554
+ 0.07502236662784582,
555
+ 7.376833842299703,
556
+ 0.025075583475085036,
557
+ 7.380777086993733,
558
+ -0.025075583475085844,
559
+ 7.380777086993733,
560
+ -0.0750223666278466,
561
+ 7.376833842299703,
562
+ -0.12435599838837721,
563
+ 7.368947352911644,
564
+ -0.17266771116185722,
565
+ 7.357117618829556,
566
+ -0.21954873735346658,
567
+ 7.341344640053436,
568
+ -0.2645903093683851,
569
+ 7.3216284165832874,
570
+ -0.30738365961179315,
571
+ 7.297968948419109,
572
+ -0.3475200204888694,
573
+ 7.270366235560902,
574
+ -0.3845906244047941,
575
+ 7.238820278008665,
576
+ -0.41819630105050093,
577
+ 7.203334487487599,
578
+ -0.4482139748334847,
579
+ 7.1640104242335,
580
+ -0.4748314454413734,
581
+ 7.121060161084894,
582
+ -0.49825309667157675,
583
+ 7.074701666341447,
584
+ -0.5186833123215052,
585
+ 7.025152908302831,
586
+ -0.5363264761885688,
587
+ 6.9726318552687125,
588
+ -0.5513869720701775,
589
+ 6.9173564755387655,
590
+ -0.5640691837637415,
591
+ 6.85954473741266,
592
+ -0.5745774950666707,
593
+ 6.799414609190064,
594
+ -0.5831162897763753,
595
+ 6.737184059170648,
596
+ -0.5898899516902657,
597
+ 6.673071055654083,
598
+ -0.5951028646057516,
599
+ 6.607293566940038,
600
+ -0.598959412320243,
601
+ 6.540069561328181,
602
+ -0.6016639786311504,
603
+ 6.471617007118186,
604
+ -0.6034209473358839,
605
+ 6.4021538726097225,
606
+ -0.6044347022318531,
607
+ 6.331898126102456,
608
+ -0.6049096271164687,
609
+ 6.261067735896059,
610
+ -0.6050501057871402,
611
+ 6.189880670290205,
612
+ -0.6050588841045098,
613
+ 6.118553150781258,
614
+ -0.6050588841045097,
615
+ 6.047216269498357,
616
+ -0.6050588841045097,
617
+ 5.975879388215455,
618
+ -0.6050588841045097,
619
+ 5.904542506932555,
620
+ -0.6050588841045096,
621
+ 5.833205625649654,
622
+ -0.6050588841045097,
623
+ 5.761868744366753,
624
+ -0.6050588841045097,
625
+ 5.6905318630838515,
626
+ -0.6050588841045097,
627
+ 5.61919498180095,
628
+ -0.6050588841045096,
629
+ 5.547858100518049,
630
+ -0.6050588841045096,
631
+ 5.476521219235148,
632
+ -0.6050588841045097,
633
+ 5.405184337952248,
634
+ -0.6050588841045096,
635
+ 5.333847456669346,
636
+ -0.6050588841045098,
637
+ 5.262510575386446,
638
+ -0.6050588841045098,
639
+ 5.1911736941035445,
640
+ -0.6050588841045097,
641
+ 5.119836812820644,
642
+ -0.6050588841045097,
643
+ 5.048499931537742,
644
+ -0.6050588841045097,
645
+ 4.977163050254841,
646
+ -0.6050588841045097,
647
+ 4.905826168971941,
648
+ -0.6050588570377076,
649
+ 4.83448928768904,
650
+ -0.6050561333154286,
651
+ 4.763152406406138,
652
+ -0.6050432204458387,
653
+ 4.6918155251232365,
654
+ -0.6050121126703368,
655
+ 4.620478643840337,
656
+ -0.6049548042303211,
657
+ 4.549141762557434,
658
+ -0.6048632893671908,
659
+ 4.477804881274536,
660
+ -0.604729562322344,
661
+ 4.406467999991633,
662
+ -0.6045456173371796,
663
+ 4.335131118708733,
664
+ -0.6043034486530963,
665
+ 4.263794237425831,
666
+ -0.6039950505114925,
667
+ 4.19245735614293,
668
+ -0.6036124171537669,
669
+ 4.121120474860029,
670
+ -0.6031475428213184,
671
+ 4.049783593577128,
672
+ -0.6025924217555455,
673
+ 3.9784467122942275,
674
+ -0.6019390481978465,
675
+ 3.9071098310113253,
676
+ -0.6011794163896205,
677
+ 3.835772949728425,
678
+ -0.6003055205722659,
679
+ 3.764436068445524,
680
+ -0.5993093549871815,
681
+ 3.6930991871626246,
682
+ -0.5981829138757657,
683
+ 3.6217623058797224,
684
+ -0.5969182350003754,
685
+ 3.5504253773931373,
686
+ -0.5955191339826758,
687
+ 3.479075580002071,
688
+ -0.5940170840132565,
689
+ 3.4076700940642435,
690
+ -0.5924475241300227,
691
+ 3.33616179850163,
692
+ -0.5908458933708781,
693
+ 3.2645035722361984,
694
+ -0.5892476307737275,
695
+ 3.192648294189924,
696
+ -0.5876881753764752,
697
+ 3.1205488432847734,
698
+ -0.5862029662170261,
699
+ 3.048158098442727,
700
+ -0.584827442333284,
701
+ 2.9754289385857464,
702
+ -0.5835970427631536,
703
+ 2.902314242635813,
704
+ -0.5825472065445394,
705
+ 2.828766889514891,
706
+ -0.5817133727153461,
707
+ 2.754739758144957,
708
+ -0.5811309803134778,
709
+ 2.6801857274479834,
710
+ -0.5808354683768389,
711
+ 2.605057676345939,
712
+ -0.580862275943334,
713
+ 2.5293084837608,
714
+ -0.5812468420508676,
715
+ 2.4528910286145327,
716
+ -0.582024605737344,
717
+ 2.375758189829114,
718
+ -0.583231006040668,
719
+ 2.2978628463265123,
720
+ -0.5849014729509937,
721
+ 2.219157799584795,
722
+ -0.5870558381375889,
723
+ 2.1394623377833595,
724
+ -0.5896663330573164,
725
+ 2.0581883166977564,
726
+ -0.592696141417105,
727
+ 1.974670148194801,
728
+ -0.5961084469238833,
729
+ 1.8882422441413,
730
+ -0.5998664332845796,
731
+ 1.7982390164040707,
732
+ -0.6039332842061226,
733
+ 1.7039948768499187,
734
+ -0.6082721833954405,
735
+ 1.6048442373456626,
736
+ -0.6128463145594624,
737
+ 1.5001215097581082,
738
+ -0.6176188614051165,
739
+ 1.3891611059540745,
740
+ -0.6225530076393316,
741
+ 1.271297437800366,
742
+ -0.6276119369690358,
743
+ 1.1458649171638022,
744
+ -0.6327588331011582,
745
+ 1.0121979559111873,
746
+ -0.6379568797426272,
747
+ 0.8696309659093374,
748
+ -0.6431692606003709,
749
+ 0.7174983590250694,
750
+ -0.6483591593813186,
751
+ 0.5551345471251854,
752
+ -0.6534897597923981,
753
+ 0.38187394207650793,
754
+ -0.6585242455405386,
755
+ 0.19705095574583803,
756
+ -0.6634258003326681,
757
+ -4.440892098500626e-16
758
+ ],
759
+ "nk": [
760
+ "1.0"
761
+ ]
762
+ },
763
+ {
764
+ "name": "interface_1",
765
+ "domain_id": 5,
766
+ "priority": 3,
767
+ "side_length_constraint": 0.7,
768
+ "points": [
769
+ 0.2166598492738915,
770
+ 0.0,
771
+ 0.22156140406602112,
772
+ 0.10576591251964315,
773
+ 0.22659588981416146,
774
+ 0.20734552051567684,
775
+ 0.23172649022524114,
776
+ 0.30486584785371296,
777
+ 0.23691638900618855,
778
+ 0.3984539183993636,
779
+ 0.24212876986393253,
780
+ 0.4882367560182408,
781
+ 0.24732681650540136,
782
+ 0.5743413845759562,
783
+ 0.2524737126375237,
784
+ 0.656894827938122,
785
+ 0.257532641967228,
786
+ 0.7360241099703504,
787
+ 0.262466788201443,
788
+ 0.8118562545382532,
789
+ 0.2672393350470972,
790
+ 0.8845182855074425,
791
+ 0.271813466211119,
792
+ 0.9541372267435296,
793
+ 0.2761523654004372,
794
+ 1.0208401021121272,
795
+ 0.28021921632198,
796
+ 1.0847539354788474,
797
+ 0.28397720268267623,
798
+ 1.1460057507093016,
799
+ 0.2873895081894545,
800
+ 1.2047225716691023,
801
+ 0.29041931654924313,
802
+ 1.261031422223861,
803
+ 0.29302981146897067,
804
+ 1.3150593262391899,
805
+ 0.29518417665556596,
806
+ 1.3669333075807013,
807
+ 0.29685464356589164,
808
+ 1.4167784338725988,
809
+ 0.2980610438692155,
810
+ 1.4647094809530437,
811
+ 0.2988388075556919,
812
+ 1.5108378521000074,
813
+ 0.2992233736632256,
814
+ 1.5552749486352238,
815
+ 0.2992501812297207,
816
+ 1.5981321718804236,
817
+ 0.2989546692930819,
818
+ 1.6395209231573384,
819
+ 0.2983722768912136,
820
+ 1.6795526037877015,
821
+ 0.29753844306202004,
822
+ 1.7183386150932434,
823
+ 0.29648860684340594,
824
+ 1.7559903583956973,
825
+ 0.29525820727327556,
826
+ 1.792619235016794,
827
+ 0.2938826833895335,
828
+ 1.8283366462782662,
829
+ 0.2923974742300842,
830
+ 1.8632539935018455,
831
+ 0.290838018832832,
832
+ 1.897482678009264,
833
+ 0.28923975623568143,
834
+ 1.9311341011222531,
835
+ 0.2876381254765369,
836
+ 1.9643196641625453,
837
+ 0.28606856559330296,
838
+ 1.9971507684518721,
839
+ 0.2845665156238838,
840
+ 2.0297388153119655,
841
+ 0.2831674146061841,
842
+ 2.062195206064558,
843
+ 0.28190273573079383,
844
+ 2.094621172789765,
845
+ 0.28077629461937814,
846
+ 2.1270470279183566,
847
+ 0.2797801290342936,
848
+ 2.1594728830469476,
849
+ 0.27890623321693897,
850
+ 2.191898738175539,
851
+ 0.27814660140871306,
852
+ 2.2243245933041305,
853
+ 0.27749322785101416,
854
+ 2.256750448432722,
855
+ 0.2769381067852411,
856
+ 2.289176303561313,
857
+ 0.27647323245279265,
858
+ 2.3216021586899047,
859
+ 0.27609059909506706,
860
+ 2.3540280138184957,
861
+ 0.2757822009534633,
862
+ 2.386453868947087,
863
+ 0.27554003226937995,
864
+ 2.418879724075679,
865
+ 0.27535608728421557,
866
+ 2.45130557920427,
867
+ 0.27522236023936886,
868
+ 2.4837314343328614,
869
+ 0.27513084537623833,
870
+ 2.516157289461453,
871
+ 0.27507353693622283,
872
+ 2.548583144590044,
873
+ 0.27504242916072086,
874
+ 2.5810089997186356,
875
+ 0.27502951629113104,
876
+ 2.6134348548472275,
877
+ 0.275026792568852,
878
+ 2.645860709975818,
879
+ 0.27502676550204996,
880
+ 2.67828656510441,
881
+ 0.27502676550204996,
882
+ 2.710712420233001,
883
+ 0.27502676550204985,
884
+ 2.7431382753615923,
885
+ 0.27502676550204996,
886
+ 2.775564130490184,
887
+ 0.27502676550204985,
888
+ 2.807989985618775,
889
+ 0.27502676550204985,
890
+ 2.840415840747366,
891
+ 0.27502676550204985,
892
+ 2.872841695875958,
893
+ 0.27502676550204985,
894
+ 2.9052675510045494,
895
+ 0.27502676550204985,
896
+ 2.9376934061331403,
897
+ 0.27502676550204996,
898
+ 2.9701192612617318,
899
+ 0.27502676550204996,
900
+ 3.0025451163903236,
901
+ 0.27502676550204985,
902
+ 3.034970971518914,
903
+ 0.27502676550204985,
904
+ 3.0673968266475065,
905
+ 0.27502676550204985,
906
+ 3.099822681776097,
907
+ 0.27502676550204985,
908
+ 3.1322485369046884,
909
+ 0.27502676550204985,
910
+ 3.16467439203328,
911
+ 0.27502676550204985,
912
+ 3.1971002471618717,
913
+ 0.27502676550204985,
914
+ 3.229526102290463,
915
+ 0.27502277535779107,
916
+ 3.261947702067258,
917
+ 0.27495892141657663,
918
+ 3.294305459160828,
919
+ 0.27474304646902414,
920
+ 3.326501091072825,
921
+ 0.2742822487890382,
922
+ 3.3584355213034005,
923
+ 0.27348362665052295,
924
+ 3.3900096733527025,
925
+ 0.27225427832738314,
926
+ 3.421124470720883,
927
+ 0.2705013020935234,
928
+ 3.451680836908091,
929
+ 0.268131796222848,
930
+ 3.481579695414474,
931
+ 0.26505285898926145,
932
+ 3.510721969740186,
933
+ 0.26117158866666845,
934
+ 3.539008583385375,
935
+ 0.25639508352897333,
936
+ 3.5663404598501907,
937
+ 0.25063044185008065,
938
+ 3.592618522634785,
939
+ 0.2437847619038949,
940
+ 3.617743695239305,
941
+ 0.23576514196432055,
942
+ 3.6416169011639044,
943
+ 0.22647868030526203,
944
+ 3.664139063908731,
945
+ 0.21583247520062404,
946
+ 3.685211106973933,
947
+ 0.20373362492431107,
948
+ 3.7047339538596638,
949
+ 0.19008922775022746,
950
+ 3.722608528066072,
951
+ 0.17481392018399713,
952
+ 3.738738432848374,
953
+ 0.15796364567675852,
954
+ 3.753077504463028,
955
+ 0.1397198452780875,
956
+ 3.7656241921258493,
957
+ 0.12026832244017506,
958
+ 3.7763784958368394,
959
+ 0.09979488061521209,
960
+ 3.7853404155959978,
961
+ 0.07848532325538966,
962
+ 3.792509951403325,
963
+ 0.05652545381289839,
964
+ 3.79788710325882,
965
+ 0.034101075739929966,
966
+ 3.8014718711624833,
967
+ 0.011397992488675054,
968
+ 3.803264255114314,
969
+ -0.011397992488675318,
970
+ 3.803264255114315,
971
+ -0.03410107573993026,
972
+ 3.801471871162483,
973
+ -0.0565254538128987,
974
+ 3.79788710325882,
975
+ -0.07848532325538962,
976
+ 3.792509951403325,
977
+ -0.09979488061521204,
978
+ 3.7853404155959978,
979
+ -0.12026832244017502,
980
+ 3.7763784958368394,
981
+ -0.13971984527808776,
982
+ 3.765624192125849,
983
+ -0.15796364567675877,
984
+ 3.7530775044630276,
985
+ -0.17481392018399725,
986
+ 3.738738432848374,
987
+ -0.19008922775022766,
988
+ 3.722608528066072,
989
+ -0.20373362492431116,
990
+ 3.7047339538596633,
991
+ -0.2158324752006242,
992
+ 3.685211106973933,
993
+ -0.2264786803052621,
994
+ 3.66413906390873,
995
+ -0.2357651419643205,
996
+ 3.641616901163904,
997
+ -0.2437847619038948,
998
+ 3.617743695239305,
999
+ -0.25063044185008065,
1000
+ 3.5926185226347838,
1001
+ -0.25639508352897333,
1002
+ 3.5663404598501907,
1003
+ -0.26117158866666845,
1004
+ 3.539008583385374,
1005
+ -0.26505285898926145,
1006
+ 3.5107219697401852,
1007
+ -0.268131796222848,
1008
+ 3.481579695414474,
1009
+ -0.2705013020935234,
1010
+ 3.45168083690809,
1011
+ -0.27225427832738314,
1012
+ 3.4211244707208825,
1013
+ -0.27348362665052284,
1014
+ 3.390009673352703,
1015
+ -0.27428224878903806,
1016
+ 3.358435521303401,
1017
+ -0.27474304646902414,
1018
+ 3.326501091072825,
1019
+ -0.27495892141657663,
1020
+ 3.294305459160827,
1021
+ -0.27502277535779107,
1022
+ 3.261947702067257,
1023
+ -0.27502676550204985,
1024
+ 3.229526102290462,
1025
+ -0.27502676550204985,
1026
+ 3.1971002471618712,
1027
+ -0.27502676550204985,
1028
+ 3.16467439203328,
1029
+ -0.27502676550204985,
1030
+ 3.1322485369046884,
1031
+ -0.27502676550204985,
1032
+ 3.099822681776097,
1033
+ -0.27502676550204985,
1034
+ 3.067396826647506,
1035
+ -0.27502676550204985,
1036
+ 3.034970971518914,
1037
+ -0.27502676550204974,
1038
+ 3.0025451163903223,
1039
+ -0.27502676550204985,
1040
+ 2.9701192612617313,
1041
+ -0.27502676550204985,
1042
+ 2.9376934061331403,
1043
+ -0.27502676550204985,
1044
+ 2.905267551004549,
1045
+ -0.27502676550204985,
1046
+ 2.8728416958759575,
1047
+ -0.27502676550204985,
1048
+ 2.840415840747366,
1049
+ -0.27502676550204985,
1050
+ 2.807989985618775,
1051
+ -0.27502676550204985,
1052
+ 2.7755641304901837,
1053
+ -0.27502676550204985,
1054
+ 2.7431382753615914,
1055
+ -0.27502676550204985,
1056
+ 2.7107124202330004,
1057
+ -0.27502676550204985,
1058
+ 2.6782865651044094,
1059
+ -0.275026792568852,
1060
+ 2.6458607099758176,
1061
+ -0.27502951629113104,
1062
+ 2.613434854847226,
1063
+ -0.27504242916072075,
1064
+ 2.5810089997186347,
1065
+ -0.27507353693622283,
1066
+ 2.5485831445900438,
1067
+ -0.27513084537623833,
1068
+ 2.516157289461452,
1069
+ -0.27522236023936875,
1070
+ 2.4837314343328614,
1071
+ -0.27535608728421557,
1072
+ 2.4513055792042695,
1073
+ -0.27554003226937984,
1074
+ 2.418879724075679,
1075
+ -0.2757822009534633,
1076
+ 2.3864538689470867,
1077
+ -0.27609059909506695,
1078
+ 2.3540280138184957,
1079
+ -0.27647323245279254,
1080
+ 2.321602158689904,
1081
+ -0.2769381067852411,
1082
+ 2.289176303561312,
1083
+ -0.27749322785101416,
1084
+ 2.256750448432722,
1085
+ -0.27814660140871295,
1086
+ 2.2243245933041296,
1087
+ -0.27890623321693897,
1088
+ 2.191898738175539,
1089
+ -0.2797801290342936,
1090
+ 2.159472883046947,
1091
+ -0.28077629461937814,
1092
+ 2.1270470279183566,
1093
+ -0.28190273573079383,
1094
+ 2.094621172789765,
1095
+ -0.2831674146061841,
1096
+ 2.062195206064558,
1097
+ -0.2845665156238838,
1098
+ 2.029738815311965,
1099
+ -0.28606856559330285,
1100
+ 1.997150768451871,
1101
+ -0.2876381254765369,
1102
+ 1.9643196641625447,
1103
+ -0.28923975623568143,
1104
+ 1.9311341011222523,
1105
+ -0.290838018832832,
1106
+ 1.8974826780092637,
1107
+ -0.2923974742300842,
1108
+ 1.8632539935018446,
1109
+ -0.2938826833895336,
1110
+ 1.8283366462782664,
1111
+ -0.2952582072732757,
1112
+ 1.792619235016794,
1113
+ -0.29648860684340594,
1114
+ 1.7559903583956973,
1115
+ -0.29753844306201993,
1116
+ 1.718338615093243,
1117
+ -0.2983722768912135,
1118
+ 1.6795526037877004,
1119
+ -0.2989546692930818,
1120
+ 1.6395209231573382,
1121
+ -0.2992501812297207,
1122
+ 1.5981321718804222,
1123
+ -0.2992233736632255,
1124
+ 1.5552749486352233,
1125
+ -0.2988388075556919,
1126
+ 1.5108378521000065,
1127
+ -0.2980610438692154,
1128
+ 1.464709480953043,
1129
+ -0.29685464356589153,
1130
+ 1.4167784338725982,
1131
+ -0.29518417665556596,
1132
+ 1.366933307580701,
1133
+ -0.29302981146897067,
1134
+ 1.3150593262391892,
1135
+ -0.2904193165492429,
1136
+ 1.261031422223859,
1137
+ -0.2873895081894543,
1138
+ 1.2047225716691012,
1139
+ -0.2839772026826761,
1140
+ 1.1460057507092998,
1141
+ -0.2802192163219799,
1142
+ 1.0847539354788467,
1143
+ -0.27615236540043697,
1144
+ 1.0208401021121258,
1145
+ -0.271813466211119,
1146
+ 0.9541372267435293,
1147
+ -0.26723933504709707,
1148
+ 0.8845182855074407,
1149
+ -0.262466788201443,
1150
+ 0.811856254538253,
1151
+ -0.2575326419672279,
1152
+ 0.7360241099703493,
1153
+ -0.2524737126375236,
1154
+ 0.6568948279381224,
1155
+ -0.24732681650540125,
1156
+ 0.5743413845759551,
1157
+ -0.24212876986393234,
1158
+ 0.4882367560182383,
1159
+ -0.23691638900618853,
1160
+ 0.3984539183993627,
1161
+ -0.23172649022524097,
1162
+ 0.30486584785371074,
1163
+ -0.2265958898141614,
1164
+ 0.20734552051567628,
1165
+ -0.22156140406602096,
1166
+ 0.10576591251964108,
1167
+ -0.21665984927389145,
1168
+ -2.220446049250313e-16
1169
+ ],
1170
+ "nk": [
1171
+ "1.0"
1172
+ ]
1173
+ },
1174
+ {
1175
+ "name": "shape",
1176
+ "domain_id": 6,
1177
+ "priority": 4,
1178
+ "side_length_constraint": 0.7,
1179
+ "points": [
1180
+ 0.3393539534066975,
1181
+ 0.0,
1182
+ 0.33428309210061974,
1183
+ 0.10613473720704726,
1184
+ 0.3287041017296188,
1185
+ 0.20397506850049785,
1186
+ 0.32269477145685077,
1187
+ 0.29401095969775093,
1188
+ 0.31633289044547136,
1189
+ 0.37673237661620573,
1190
+ 0.3096962478586369,
1191
+ 0.45262928507326133,
1192
+ 0.3028626328595031,
1193
+ 0.5221916508863168,
1194
+ 0.295909834611226,
1195
+ 0.5859094398727713,
1196
+ 0.28891564227696176,
1197
+ 0.6442726178500242,
1198
+ 0.2819578450198662,
1199
+ 0.6977711506354747,
1200
+ 0.2751142320030955,
1201
+ 0.7468950040465218,
1202
+ 0.26846259238980535,
1203
+ 0.7921341439005644,
1204
+ 0.262080715343152,
1205
+ 0.8339785360150018,
1206
+ 0.2560463900262913,
1207
+ 0.8729181462072333,
1208
+ 0.2504374056023793,
1209
+ 0.9094429402946582,
1210
+ 0.24533155123457204,
1211
+ 0.9440428840946753,
1212
+ 0.24080661608602535,
1213
+ 0.9772079434246839,
1214
+ 0.23694038931989536,
1215
+ 1.009428084102083,
1216
+ 0.23381066009933807,
1217
+ 1.0411932719442722,
1218
+ 0.23147796733715523,
1219
+ 1.0729315690185675,
1220
+ 0.2299120963790355,
1221
+ 1.1047453617631007,
1222
+ 0.22905309313905706,
1223
+ 1.13663031455086,
1224
+ 0.22884098628104763,
1225
+ 1.1685820298510852,
1226
+ 0.22921580446883497,
1227
+ 1.2005961101330143,
1228
+ 0.23011757636624677,
1229
+ 1.2326681578658865,
1230
+ 0.23148633063711088,
1231
+ 1.2647937755189405,
1232
+ 0.23326209594525502,
1233
+ 1.296968565561415,
1234
+ 0.23538490095450695,
1235
+ 1.3291881304625495,
1236
+ 0.2377947743286944,
1237
+ 1.3614480726915814,
1238
+ 0.24043174473164508,
1239
+ 1.393743994717751,
1240
+ 0.24323584082718686,
1241
+ 1.426071499010296,
1242
+ 0.2461470912791474,
1243
+ 1.4584261880384561,
1244
+ 0.24910552475135458,
1245
+ 1.4908036642714695,
1246
+ 0.25205116990763593,
1247
+ 1.523199530178575,
1248
+ 0.2549240554118194,
1249
+ 1.5556093882290116,
1250
+ 0.25766420992773265,
1251
+ 1.5880288408920178,
1252
+ 0.26021166211920344,
1253
+ 1.6204534906368333,
1254
+ 0.2625132451018215,
1255
+ 1.6528793413601848,
1256
+ 0.2645632458084028,
1257
+ 1.685305196488776,
1258
+ 0.26637615918008234,
1259
+ 1.7177310516173678,
1260
+ 0.26796655482961934,
1261
+ 1.7501569067459588,
1262
+ 0.2693490023697733,
1263
+ 1.7825827618745502,
1264
+ 0.27053807141330344,
1265
+ 1.8150086170031416,
1266
+ 0.2715483315729691,
1267
+ 1.8474344721317328,
1268
+ 0.27239435246152965,
1269
+ 1.8798603272603245,
1270
+ 0.2730907036917443,
1271
+ 1.9122861823889157,
1272
+ 0.2736519548763726,
1273
+ 1.9447120375175069,
1274
+ 0.27409267562817363,
1275
+ 1.9771378926460983,
1276
+ 0.27442743555990684,
1277
+ 2.0095637477746893,
1278
+ 0.27467080428433166,
1279
+ 2.041989602903281,
1280
+ 0.2748373514142071,
1281
+ 2.0744154580318726,
1282
+ 0.2749416465622929,
1283
+ 2.106841313160464,
1284
+ 0.2749982593413481,
1285
+ 2.1392671682890554,
1286
+ 0.2750217593641321,
1287
+ 2.171693023417647,
1288
+ 0.27502671624340413,
1289
+ 2.204118878546238,
1290
+ 0.2750267655020499,
1291
+ 2.236544733674829,
1292
+ 0.2750267655020499,
1293
+ 2.2689705888034206,
1294
+ 0.27502676550204985,
1295
+ 2.301396443932012,
1296
+ 0.2750267655020499,
1297
+ 2.333822299060604,
1298
+ 0.27502676550204985,
1299
+ 2.366248154189195,
1300
+ 0.27502676550204985,
1301
+ 2.398674009317786,
1302
+ 0.27502676550204985,
1303
+ 2.4310998644463777,
1304
+ 0.27502676550204985,
1305
+ 2.463525719574969,
1306
+ 0.27502676550204985,
1307
+ 2.49595157470356,
1308
+ 0.2750267655020499,
1309
+ 2.5283774298321515,
1310
+ 0.2750267655020499,
1311
+ 2.5608032849607434,
1312
+ 0.27502676550204985,
1313
+ 2.5932291400893344,
1314
+ 0.27502676550204985,
1315
+ 2.6256549952179262,
1316
+ 0.27502676550204985,
1317
+ 2.6580808503465168,
1318
+ 0.27502676550204985,
1319
+ 2.6905067054751086,
1320
+ 0.27502676550204985,
1321
+ 2.7229325606036996,
1322
+ 0.27502676550204985,
1323
+ 2.7553584157322915,
1324
+ 0.27502676550204985,
1325
+ 2.7877842708608824,
1326
+ 0.27502277535779107,
1327
+ 2.820205870637678,
1328
+ 0.27495892141657663,
1329
+ 2.852563627731248,
1330
+ 0.27474304646902414,
1331
+ 2.8847592596432454,
1332
+ 0.2742822487890381,
1333
+ 2.9166936898738207,
1334
+ 0.2734836266505229,
1335
+ 2.9482678419231223,
1336
+ 0.27225427832738314,
1337
+ 2.9793826392913023,
1338
+ 0.2705013020935234,
1339
+ 3.0099390054785102,
1340
+ 0.26813179622284794,
1341
+ 3.0398378639848938,
1342
+ 0.26505285898926145,
1343
+ 3.0689801383106063,
1344
+ 0.26117158866666845,
1345
+ 3.0972667519557944,
1346
+ 0.25639508352897333,
1347
+ 3.124598628420611,
1348
+ 0.25063044185008065,
1349
+ 3.150876691205205,
1350
+ 0.24378476190389486,
1351
+ 3.1760018638097254,
1352
+ 0.23576514196432052,
1353
+ 3.1998750697343237,
1354
+ 0.226478680305262,
1355
+ 3.22239723247915,
1356
+ 0.215832475200624,
1357
+ 3.2434692755443533,
1358
+ 0.20373362492431105,
1359
+ 3.2629921224300835,
1360
+ 0.19008922775022744,
1361
+ 3.280866696636491,
1362
+ 0.1748139201839971,
1363
+ 3.296996601418794,
1364
+ 0.1579636456767585,
1365
+ 3.3113356730334473,
1366
+ 0.13971984527808748,
1367
+ 3.323882360696269,
1368
+ 0.12026832244017503,
1369
+ 3.33463666440726,
1370
+ 0.09979488061521206,
1371
+ 3.343598584166418,
1372
+ 0.07848532325538964,
1373
+ 3.3507681199737447,
1374
+ 0.05652545381289836,
1375
+ 3.3561452718292397,
1376
+ 0.03410107573992994,
1377
+ 3.359730039732903,
1378
+ 0.011397992488675027,
1379
+ 3.3615224236847348,
1380
+ -0.011397992488675346,
1381
+ 3.3615224236847343,
1382
+ -0.034101075739930285,
1383
+ 3.3597300397329026,
1384
+ -0.05652545381289873,
1385
+ 3.3561452718292397,
1386
+ -0.07848532325538965,
1387
+ 3.3507681199737447,
1388
+ -0.09979488061521206,
1389
+ 3.343598584166418,
1390
+ -0.12026832244017505,
1391
+ 3.33463666440726,
1392
+ -0.13971984527808778,
1393
+ 3.323882360696269,
1394
+ -0.1579636456767588,
1395
+ 3.3113356730334473,
1396
+ -0.17481392018399727,
1397
+ 3.296996601418794,
1398
+ -0.19008922775022769,
1399
+ 3.280866696636491,
1400
+ -0.20373362492431119,
1401
+ 3.262992122430083,
1402
+ -0.21583247520062424,
1403
+ 3.2434692755443533,
1404
+ -0.22647868030526214,
1405
+ 3.22239723247915,
1406
+ -0.23576514196432052,
1407
+ 3.199875069734324,
1408
+ -0.24378476190389484,
1409
+ 3.176001863809726,
1410
+ -0.25063044185008065,
1411
+ 3.1508766912052035,
1412
+ -0.2563950835289734,
1413
+ 3.1245986284206104,
1414
+ -0.2611715886666685,
1415
+ 3.097266751955794,
1416
+ -0.2650528589892615,
1417
+ 3.0689801383106046,
1418
+ -0.268131796222848,
1419
+ 3.039837863984894,
1420
+ -0.2705013020935234,
1421
+ 3.00993900547851,
1422
+ -0.2722542783273832,
1423
+ 2.979382639291302,
1424
+ -0.2734836266505229,
1425
+ 2.9482678419231227,
1426
+ -0.2742822487890381,
1427
+ 2.9166936898738207,
1428
+ -0.2747430464690242,
1429
+ 2.884759259643245,
1430
+ -0.27495892141657663,
1431
+ 2.852563627731247,
1432
+ -0.27502277535779107,
1433
+ 2.8202058706376767,
1434
+ -0.2750267655020499,
1435
+ 2.7877842708608824,
1436
+ -0.27502676550204985,
1437
+ 2.7553584157322906,
1438
+ -0.2750267655020499,
1439
+ 2.7229325606037,
1440
+ -0.27502676550204985,
1441
+ 2.690506705475108,
1442
+ -0.27502676550204985,
1443
+ 2.6580808503465168,
1444
+ -0.27502676550204985,
1445
+ 2.625654995217926,
1446
+ -0.27502676550204985,
1447
+ 2.593229140089334,
1448
+ -0.2750267655020498,
1449
+ 2.5608032849607425,
1450
+ -0.27502676550204985,
1451
+ 2.5283774298321506,
1452
+ -0.27502676550204985,
1453
+ 2.4959515747035597,
1454
+ -0.27502676550204985,
1455
+ 2.4635257195749682,
1456
+ -0.27502676550204985,
1457
+ 2.4310998644463773,
1458
+ -0.27502676550204985,
1459
+ 2.398674009317786,
1460
+ -0.27502676550204985,
1461
+ 2.3662481541891944,
1462
+ -0.2750267655020499,
1463
+ 2.333822299060603,
1464
+ -0.27502676550204985,
1465
+ 2.3013964439320116,
1466
+ -0.27502676550204985,
1467
+ 2.26897058880342,
1468
+ -0.27502676550204985,
1469
+ 2.2365447336748288,
1470
+ -0.27502671624340413,
1471
+ 2.204118878546238,
1472
+ -0.27502175936413203,
1473
+ 2.171693023417646,
1474
+ -0.2749982593413481,
1475
+ 2.1392671682890545,
1476
+ -0.27494164656229286,
1477
+ 2.1068413131604635,
1478
+ -0.2748373514142072,
1479
+ 2.0744154580318717,
1480
+ -0.2746708042843316,
1481
+ 2.041989602903281,
1482
+ -0.2744274355599069,
1483
+ 2.009563747774689,
1484
+ -0.27409267562817363,
1485
+ 1.9771378926460985,
1486
+ -0.27365195487637256,
1487
+ 1.9447120375175067,
1488
+ -0.2730907036917443,
1489
+ 1.9122861823889155,
1490
+ -0.2723943524615296,
1491
+ 1.8798603272603238,
1492
+ -0.27154833157296904,
1493
+ 1.8474344721317322,
1494
+ -0.2705380714133035,
1495
+ 1.8150086170031414,
1496
+ -0.26934900236977327,
1497
+ 1.7825827618745493,
1498
+ -0.26796655482961934,
1499
+ 1.7501569067459586,
1500
+ -0.2663761591800823,
1501
+ 1.7177310516173667,
1502
+ -0.26456324580840285,
1503
+ 1.685305196488776,
1504
+ -0.2625132451018215,
1505
+ 1.6528793413601846,
1506
+ -0.26021166211920344,
1507
+ 1.620453490636833,
1508
+ -0.2576642099277326,
1509
+ 1.5880288408920176,
1510
+ -0.2549240554118193,
1511
+ 1.5556093882290107,
1512
+ -0.2520511699076359,
1513
+ 1.5231995301785748,
1514
+ -0.24910552475135445,
1515
+ 1.4908036642714686,
1516
+ -0.24614709127914744,
1517
+ 1.4584261880384557,
1518
+ -0.2432358408271868,
1519
+ 1.4260714990102954,
1520
+ -0.24043174473164516,
1521
+ 1.3937439947177512,
1522
+ -0.23779477432869436,
1523
+ 1.3614480726915812,
1524
+ -0.23538490095450698,
1525
+ 1.3291881304625495,
1526
+ -0.233262095945255,
1527
+ 1.2969685655614145,
1528
+ -0.23148633063711085,
1529
+ 1.2647937755189396,
1530
+ -0.23011757636624677,
1531
+ 1.2326681578658862,
1532
+ -0.22921580446883494,
1533
+ 1.2005961101330136,
1534
+ -0.22884098628104763,
1535
+ 1.1685820298510847,
1536
+ -0.22905309313905706,
1537
+ 1.1366303145508592,
1538
+ -0.2299120963790355,
1539
+ 1.1047453617631005,
1540
+ -0.23147796733715525,
1541
+ 1.072931569018567,
1542
+ -0.23381066009933807,
1543
+ 1.0411932719442722,
1544
+ -0.23694038931989544,
1545
+ 1.0094280841020826,
1546
+ -0.24080661608602552,
1547
+ 0.977207943424683,
1548
+ -0.24533155123457207,
1549
+ 0.9440428840946749,
1550
+ -0.2504374056023794,
1551
+ 0.9094429402946573,
1552
+ -0.2560463900262913,
1553
+ 0.8729181462072333,
1554
+ -0.26208071534315214,
1555
+ 0.8339785360150012,
1556
+ -0.2684625923898054,
1557
+ 0.7921341439005642,
1558
+ -0.27511423200309554,
1559
+ 0.7468950040465208,
1560
+ -0.2819578450198662,
1561
+ 0.6977711506354747,
1562
+ -0.28891564227696187,
1563
+ 0.6442726178500237,
1564
+ -0.295909834611226,
1565
+ 0.5859094398727717,
1566
+ -0.3028626328595031,
1567
+ 0.5221916508863161,
1568
+ -0.30969624785863703,
1569
+ 0.45262928507325945,
1570
+ -0.3163328904454714,
1571
+ 0.3767323766162052,
1572
+ -0.3226947714568509,
1573
+ 0.29401095969774915,
1574
+ -0.32870410172961884,
1575
+ 0.20397506850049754,
1576
+ -0.33428309210061985,
1577
+ 0.10613473720704543,
1578
+ -0.3393539534066975,
1579
+ 0.0
1580
+ ],
1581
+ "nk": [
1582
+ "1.0"
1583
+ ]
1584
+ }
1585
+ ],
1586
+ "grid": {
1587
+ "n_x": 100,
1588
+ "n_y": 100,
1589
+ "uol1": 1e-09
1590
+ },
1591
+ "domain_map": {
1592
+ "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/domain_ids.npz",
1593
+ "grid_shape": [
1594
+ 100,
1595
+ 100
1596
+ ]
1597
+ }
1598
+ }
samples/sample_0002/geometry.png ADDED

Git LFS Details

  • SHA256: 9da6b9af0e2487afb77ceaa2bb2eeae11912134fe0d4a86373b4ffa592bc0241
  • Pointer size: 131 Bytes
  • Size of remote file: 206 kB
samples/sample_0002/ooc/oc_iso_0/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5429585b737ae246f0b23a091fb56e55f8b1d8acca6bb89d54ae20b6db181f08
3
+ size 12294
samples/sample_0002/ooc/oc_iso_0/oc_manifest.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T17:29:41.435751+00:00",
4
+ "oc_profile_label": "iso_0",
5
+ "plan_index": 0,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "isotropic",
9
+ "shape_symmetry": "isotropic",
10
+ "shape_bg_symmetry": "isotropic",
11
+ "interface_symmetry": "isotropic",
12
+ "shape_delta": [
13
+ [
14
+ 0.002739233746429086,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ 0.002739233746429086,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ 0.002739233746429086
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.002697867137638703,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.002697867137638703,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.002697867137638703
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ -0.009180529521276107,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ -0.009180529521276107,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ -0.009180529521276107
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.00016527635528529094,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.00016527635528529094,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.00016527635528529094
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ 0.006265404784005448,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.006265404784005448,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.006265404784005448
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.009127555772777218,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.009127555772777218,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.009127555772777218
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 3.0756047386577725,
116
+ "widths": [
117
+ 3.3473885875265807,
118
+ 3.3473885875265807,
119
+ 3.3473885875265807,
120
+ 3.3473885875265807,
121
+ 3.3473885875265807,
122
+ 3.3473885875265807,
123
+ 3.3473885875265807
124
+ ],
125
+ "segment_heights": [
126
+ 0.8800193948466682,
127
+ 0.8800193948466682,
128
+ 0.8800193948466682,
129
+ 0.8800193948466682,
130
+ 0.8800193948466682,
131
+ 0.8800193948466682
132
+ ],
133
+ "height_bg": 3.8867650640272116,
134
+ "top_offset": 2.0,
135
+ "bottom_offset": 2.0,
136
+ "n_interfaces": 2,
137
+ "interface_width_fractions": [
138
+ [
139
+ 0.7471928743145868,
140
+ 0.6380260816568479,
141
+ 0.55,
142
+ 0.55,
143
+ 0.55,
144
+ 0.55,
145
+ 0.55
146
+ ],
147
+ [
148
+ 0.55,
149
+ 0.55,
150
+ 0.55,
151
+ 0.55,
152
+ 0.55,
153
+ 0.55,
154
+ 0.55
155
+ ]
156
+ ],
157
+ "interface_height_fractions": [
158
+ [
159
+ 0.9447168662710645,
160
+ 0.75,
161
+ 0.75,
162
+ 0.75,
163
+ 0.75,
164
+ 0.75
165
+ ],
166
+ [
167
+ 0.75,
168
+ 0.75,
169
+ 0.75,
170
+ 0.75,
171
+ 0.75,
172
+ 0.75
173
+ ]
174
+ ],
175
+ "interface_fraction": null,
176
+ "interface_thickness": 1.0,
177
+ "substrate_y": 0.0,
178
+ "slc": 0.7,
179
+ "smooth": true,
180
+ "num_spline_points": 200
181
+ },
182
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_0",
183
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json",
184
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_0/nk_tensor.npz",
185
+ "grid_shape": [
186
+ 100,
187
+ 100
188
+ ]
189
+ }
samples/sample_0002/ooc/oc_iso_1/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbe162855874df91799078f0d1ec745650b120dcb622fa51360fe34867339ca5
3
+ size 12296
samples/sample_0002/ooc/oc_iso_1/oc_manifest.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T17:29:41.436123+00:00",
4
+ "oc_profile_label": "iso_1",
5
+ "plan_index": 1,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "isotropic",
9
+ "shape_symmetry": "isotropic",
10
+ "shape_bg_symmetry": "isotropic",
11
+ "interface_symmetry": "isotropic",
12
+ "shape_delta": [
13
+ [
14
+ 0.00023643249400513364,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ 0.00023643249400513364,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ 0.00023643249400513364
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.009504636963259353,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.009504636963259353,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.009504636963259353
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ -0.007116807745607325,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ -0.007116807745607325,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ -0.007116807745607325
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.00948649447137244,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.00948649447137244,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.00948649447137244
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ -0.003763370959790291,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ -0.003763370959790291,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ -0.003763370959790291
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.004233264489725757,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.004233264489725757,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.004233264489725757
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 3.0756047386577725,
116
+ "widths": [
117
+ 3.3473885875265807,
118
+ 3.3473885875265807,
119
+ 3.3473885875265807,
120
+ 3.3473885875265807,
121
+ 3.3473885875265807,
122
+ 3.3473885875265807,
123
+ 3.3473885875265807
124
+ ],
125
+ "segment_heights": [
126
+ 0.8800193948466682,
127
+ 0.8800193948466682,
128
+ 0.8800193948466682,
129
+ 0.8800193948466682,
130
+ 0.8800193948466682,
131
+ 0.8800193948466682
132
+ ],
133
+ "height_bg": 3.8867650640272116,
134
+ "top_offset": 2.0,
135
+ "bottom_offset": 2.0,
136
+ "n_interfaces": 2,
137
+ "interface_width_fractions": [
138
+ [
139
+ 0.7471928743145868,
140
+ 0.6380260816568479,
141
+ 0.55,
142
+ 0.55,
143
+ 0.55,
144
+ 0.55,
145
+ 0.55
146
+ ],
147
+ [
148
+ 0.55,
149
+ 0.55,
150
+ 0.55,
151
+ 0.55,
152
+ 0.55,
153
+ 0.55,
154
+ 0.55
155
+ ]
156
+ ],
157
+ "interface_height_fractions": [
158
+ [
159
+ 0.9447168662710645,
160
+ 0.75,
161
+ 0.75,
162
+ 0.75,
163
+ 0.75,
164
+ 0.75
165
+ ],
166
+ [
167
+ 0.75,
168
+ 0.75,
169
+ 0.75,
170
+ 0.75,
171
+ 0.75,
172
+ 0.75
173
+ ]
174
+ ],
175
+ "interface_fraction": null,
176
+ "interface_thickness": 1.0,
177
+ "substrate_y": 0.0,
178
+ "slc": 0.7,
179
+ "smooth": true,
180
+ "num_spline_points": 200
181
+ },
182
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_1",
183
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json",
184
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_1/nk_tensor.npz",
185
+ "grid_shape": [
186
+ 100,
187
+ 100
188
+ ]
189
+ }
samples/sample_0002/ooc/oc_iso_2/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f3ba1e408116619c35083f4df432757066471afcb5366dd1cf57248482f842c
3
+ size 12295
samples/sample_0002/ooc/oc_iso_2/oc_manifest.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T17:29:41.437002+00:00",
4
+ "oc_profile_label": "iso_2",
5
+ "plan_index": 2,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "isotropic",
9
+ "shape_symmetry": "isotropic",
10
+ "shape_bg_symmetry": "isotropic",
11
+ "interface_symmetry": "isotropic",
12
+ "shape_delta": [
13
+ [
14
+ -0.004767757315013672,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ -0.004767757315013672,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ -0.004767757315013672
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.002984911434141233,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.002984911434141233,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.002984911434141233
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ 0.006284514811885607,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ 0.006284514811885607,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ 0.006284514811885607
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.0009191594213509691,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.0009191594213509691,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.0009191594213509691
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ 0.0020020105193130806,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.0020020105193130806,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.0020020105193130806
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.007285605268117946,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.007285605268117946,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.007285605268117946
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 3.0756047386577725,
116
+ "widths": [
117
+ 3.3473885875265807,
118
+ 3.3473885875265807,
119
+ 3.3473885875265807,
120
+ 3.3473885875265807,
121
+ 3.3473885875265807,
122
+ 3.3473885875265807,
123
+ 3.3473885875265807
124
+ ],
125
+ "segment_heights": [
126
+ 0.8800193948466682,
127
+ 0.8800193948466682,
128
+ 0.8800193948466682,
129
+ 0.8800193948466682,
130
+ 0.8800193948466682,
131
+ 0.8800193948466682
132
+ ],
133
+ "height_bg": 3.8867650640272116,
134
+ "top_offset": 2.0,
135
+ "bottom_offset": 2.0,
136
+ "n_interfaces": 2,
137
+ "interface_width_fractions": [
138
+ [
139
+ 0.7471928743145868,
140
+ 0.6380260816568479,
141
+ 0.55,
142
+ 0.55,
143
+ 0.55,
144
+ 0.55,
145
+ 0.55
146
+ ],
147
+ [
148
+ 0.55,
149
+ 0.55,
150
+ 0.55,
151
+ 0.55,
152
+ 0.55,
153
+ 0.55,
154
+ 0.55
155
+ ]
156
+ ],
157
+ "interface_height_fractions": [
158
+ [
159
+ 0.9447168662710645,
160
+ 0.75,
161
+ 0.75,
162
+ 0.75,
163
+ 0.75,
164
+ 0.75
165
+ ],
166
+ [
167
+ 0.75,
168
+ 0.75,
169
+ 0.75,
170
+ 0.75,
171
+ 0.75,
172
+ 0.75
173
+ ]
174
+ ],
175
+ "interface_fraction": null,
176
+ "interface_thickness": 1.0,
177
+ "substrate_y": 0.0,
178
+ "slc": 0.7,
179
+ "smooth": true,
180
+ "num_spline_points": 200
181
+ },
182
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_2",
183
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json",
184
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_2/nk_tensor.npz",
185
+ "grid_shape": [
186
+ 100,
187
+ 100
188
+ ]
189
+ }
samples/sample_0002/ooc/oc_sweep_manifest.json ADDED
@@ -0,0 +1,1212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "created_at": "2026-07-06T17:29:49.215982+00:00",
3
+ "mode": "oc_only",
4
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json",
5
+ "dataset_name": "squiggles",
6
+ "sample_name": "sample_0002",
7
+ "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc",
8
+ "reference_energy_ev": 550.0,
9
+ "oc_sweep": {
10
+ "delta_bounds": [
11
+ -0.01,
12
+ 0.01
13
+ ],
14
+ "beta_bounds": [
15
+ 0.0,
16
+ 0.01
17
+ ],
18
+ "oc_profiles": [
19
+ {
20
+ "label": "iso_0",
21
+ "shape_symmetry": "isotropic",
22
+ "shape_bg_symmetry": "isotropic",
23
+ "interface_symmetry": "isotropic",
24
+ "seed": 0
25
+ },
26
+ {
27
+ "label": "iso_1",
28
+ "shape_symmetry": "isotropic",
29
+ "shape_bg_symmetry": "isotropic",
30
+ "interface_symmetry": "isotropic",
31
+ "seed": 1
32
+ },
33
+ {
34
+ "label": "iso_2",
35
+ "shape_symmetry": "isotropic",
36
+ "shape_bg_symmetry": "isotropic",
37
+ "interface_symmetry": "isotropic",
38
+ "seed": 2
39
+ },
40
+ {
41
+ "label": "uniax_0",
42
+ "shape_symmetry": "uniaxial",
43
+ "shape_bg_symmetry": "uniaxial",
44
+ "interface_symmetry": "uniaxial",
45
+ "seed": 10
46
+ },
47
+ {
48
+ "label": "uniax_1",
49
+ "shape_symmetry": "uniaxial",
50
+ "shape_bg_symmetry": "uniaxial",
51
+ "interface_symmetry": "uniaxial",
52
+ "seed": 11
53
+ },
54
+ {
55
+ "label": "uniax_2",
56
+ "shape_symmetry": "uniaxial",
57
+ "shape_bg_symmetry": "uniaxial",
58
+ "interface_symmetry": "uniaxial",
59
+ "seed": 12
60
+ }
61
+ ],
62
+ "symmetry_groups": null,
63
+ "base_seed": 42,
64
+ "energy_ev": 550.0,
65
+ "energies_ev": [
66
+ 550
67
+ ],
68
+ "thetas_deg": [
69
+ 0.0,
70
+ 20.0,
71
+ 45.0
72
+ ],
73
+ "include_field_grid": false
74
+ },
75
+ "count": 6,
76
+ "samples": [
77
+ {
78
+ "mode": "oc_only",
79
+ "created_at": "2026-07-06T17:29:41.435751+00:00",
80
+ "oc_profile_label": "iso_0",
81
+ "plan_index": 0,
82
+ "reference_energy_ev": 550.0,
83
+ "reference_wavelength_nm": 2.254258153330914,
84
+ "tensor_symmetry": "isotropic",
85
+ "shape_symmetry": "isotropic",
86
+ "shape_bg_symmetry": "isotropic",
87
+ "interface_symmetry": "isotropic",
88
+ "shape_delta": [
89
+ [
90
+ 0.002739233746429086,
91
+ 0.0,
92
+ 0.0
93
+ ],
94
+ [
95
+ 0.0,
96
+ 0.002739233746429086,
97
+ 0.0
98
+ ],
99
+ [
100
+ 0.0,
101
+ 0.0,
102
+ 0.002739233746429086
103
+ ]
104
+ ],
105
+ "shape_beta": [
106
+ [
107
+ 0.002697867137638703,
108
+ 0.0,
109
+ 0.0
110
+ ],
111
+ [
112
+ 0.0,
113
+ 0.002697867137638703,
114
+ 0.0
115
+ ],
116
+ [
117
+ 0.0,
118
+ 0.0,
119
+ 0.002697867137638703
120
+ ]
121
+ ],
122
+ "shape_bg_delta": [
123
+ [
124
+ -0.009180529521276107,
125
+ 0.0,
126
+ 0.0
127
+ ],
128
+ [
129
+ 0.0,
130
+ -0.009180529521276107,
131
+ 0.0
132
+ ],
133
+ [
134
+ 0.0,
135
+ 0.0,
136
+ -0.009180529521276107
137
+ ]
138
+ ],
139
+ "shape_bg_beta": [
140
+ [
141
+ 0.00016527635528529094,
142
+ 0.0,
143
+ 0.0
144
+ ],
145
+ [
146
+ 0.0,
147
+ 0.00016527635528529094,
148
+ 0.0
149
+ ],
150
+ [
151
+ 0.0,
152
+ 0.0,
153
+ 0.00016527635528529094
154
+ ]
155
+ ],
156
+ "interface_delta": [
157
+ [
158
+ 0.006265404784005448,
159
+ 0.0,
160
+ 0.0
161
+ ],
162
+ [
163
+ 0.0,
164
+ 0.006265404784005448,
165
+ 0.0
166
+ ],
167
+ [
168
+ 0.0,
169
+ 0.0,
170
+ 0.006265404784005448
171
+ ]
172
+ ],
173
+ "interface_beta": [
174
+ [
175
+ 0.009127555772777218,
176
+ 0.0,
177
+ 0.0
178
+ ],
179
+ [
180
+ 0.0,
181
+ 0.009127555772777218,
182
+ 0.0
183
+ ],
184
+ [
185
+ 0.0,
186
+ 0.0,
187
+ 0.009127555772777218
188
+ ]
189
+ ],
190
+ "resolved_params_nm": {
191
+ "pitch": 3.0756047386577725,
192
+ "widths": [
193
+ 3.3473885875265807,
194
+ 3.3473885875265807,
195
+ 3.3473885875265807,
196
+ 3.3473885875265807,
197
+ 3.3473885875265807,
198
+ 3.3473885875265807,
199
+ 3.3473885875265807
200
+ ],
201
+ "segment_heights": [
202
+ 0.8800193948466682,
203
+ 0.8800193948466682,
204
+ 0.8800193948466682,
205
+ 0.8800193948466682,
206
+ 0.8800193948466682,
207
+ 0.8800193948466682
208
+ ],
209
+ "height_bg": 3.8867650640272116,
210
+ "top_offset": 2.0,
211
+ "bottom_offset": 2.0,
212
+ "n_interfaces": 2,
213
+ "interface_width_fractions": [
214
+ [
215
+ 0.7471928743145868,
216
+ 0.6380260816568479,
217
+ 0.55,
218
+ 0.55,
219
+ 0.55,
220
+ 0.55,
221
+ 0.55
222
+ ],
223
+ [
224
+ 0.55,
225
+ 0.55,
226
+ 0.55,
227
+ 0.55,
228
+ 0.55,
229
+ 0.55,
230
+ 0.55
231
+ ]
232
+ ],
233
+ "interface_height_fractions": [
234
+ [
235
+ 0.9447168662710645,
236
+ 0.75,
237
+ 0.75,
238
+ 0.75,
239
+ 0.75,
240
+ 0.75
241
+ ],
242
+ [
243
+ 0.75,
244
+ 0.75,
245
+ 0.75,
246
+ 0.75,
247
+ 0.75,
248
+ 0.75
249
+ ]
250
+ ],
251
+ "interface_fraction": null,
252
+ "interface_thickness": 1.0,
253
+ "substrate_y": 0.0,
254
+ "slc": 0.7,
255
+ "smooth": true,
256
+ "num_spline_points": 200
257
+ },
258
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_0",
259
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json",
260
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_0/nk_tensor.npz",
261
+ "grid_shape": [
262
+ 100,
263
+ 100
264
+ ]
265
+ },
266
+ {
267
+ "mode": "oc_only",
268
+ "created_at": "2026-07-06T17:29:41.436123+00:00",
269
+ "oc_profile_label": "iso_1",
270
+ "plan_index": 1,
271
+ "reference_energy_ev": 550.0,
272
+ "reference_wavelength_nm": 2.254258153330914,
273
+ "tensor_symmetry": "isotropic",
274
+ "shape_symmetry": "isotropic",
275
+ "shape_bg_symmetry": "isotropic",
276
+ "interface_symmetry": "isotropic",
277
+ "shape_delta": [
278
+ [
279
+ 0.00023643249400513364,
280
+ 0.0,
281
+ 0.0
282
+ ],
283
+ [
284
+ 0.0,
285
+ 0.00023643249400513364,
286
+ 0.0
287
+ ],
288
+ [
289
+ 0.0,
290
+ 0.0,
291
+ 0.00023643249400513364
292
+ ]
293
+ ],
294
+ "shape_beta": [
295
+ [
296
+ 0.009504636963259353,
297
+ 0.0,
298
+ 0.0
299
+ ],
300
+ [
301
+ 0.0,
302
+ 0.009504636963259353,
303
+ 0.0
304
+ ],
305
+ [
306
+ 0.0,
307
+ 0.0,
308
+ 0.009504636963259353
309
+ ]
310
+ ],
311
+ "shape_bg_delta": [
312
+ [
313
+ -0.007116807745607325,
314
+ 0.0,
315
+ 0.0
316
+ ],
317
+ [
318
+ 0.0,
319
+ -0.007116807745607325,
320
+ 0.0
321
+ ],
322
+ [
323
+ 0.0,
324
+ 0.0,
325
+ -0.007116807745607325
326
+ ]
327
+ ],
328
+ "shape_bg_beta": [
329
+ [
330
+ 0.00948649447137244,
331
+ 0.0,
332
+ 0.0
333
+ ],
334
+ [
335
+ 0.0,
336
+ 0.00948649447137244,
337
+ 0.0
338
+ ],
339
+ [
340
+ 0.0,
341
+ 0.0,
342
+ 0.00948649447137244
343
+ ]
344
+ ],
345
+ "interface_delta": [
346
+ [
347
+ -0.003763370959790291,
348
+ 0.0,
349
+ 0.0
350
+ ],
351
+ [
352
+ 0.0,
353
+ -0.003763370959790291,
354
+ 0.0
355
+ ],
356
+ [
357
+ 0.0,
358
+ 0.0,
359
+ -0.003763370959790291
360
+ ]
361
+ ],
362
+ "interface_beta": [
363
+ [
364
+ 0.004233264489725757,
365
+ 0.0,
366
+ 0.0
367
+ ],
368
+ [
369
+ 0.0,
370
+ 0.004233264489725757,
371
+ 0.0
372
+ ],
373
+ [
374
+ 0.0,
375
+ 0.0,
376
+ 0.004233264489725757
377
+ ]
378
+ ],
379
+ "resolved_params_nm": {
380
+ "pitch": 3.0756047386577725,
381
+ "widths": [
382
+ 3.3473885875265807,
383
+ 3.3473885875265807,
384
+ 3.3473885875265807,
385
+ 3.3473885875265807,
386
+ 3.3473885875265807,
387
+ 3.3473885875265807,
388
+ 3.3473885875265807
389
+ ],
390
+ "segment_heights": [
391
+ 0.8800193948466682,
392
+ 0.8800193948466682,
393
+ 0.8800193948466682,
394
+ 0.8800193948466682,
395
+ 0.8800193948466682,
396
+ 0.8800193948466682
397
+ ],
398
+ "height_bg": 3.8867650640272116,
399
+ "top_offset": 2.0,
400
+ "bottom_offset": 2.0,
401
+ "n_interfaces": 2,
402
+ "interface_width_fractions": [
403
+ [
404
+ 0.7471928743145868,
405
+ 0.6380260816568479,
406
+ 0.55,
407
+ 0.55,
408
+ 0.55,
409
+ 0.55,
410
+ 0.55
411
+ ],
412
+ [
413
+ 0.55,
414
+ 0.55,
415
+ 0.55,
416
+ 0.55,
417
+ 0.55,
418
+ 0.55,
419
+ 0.55
420
+ ]
421
+ ],
422
+ "interface_height_fractions": [
423
+ [
424
+ 0.9447168662710645,
425
+ 0.75,
426
+ 0.75,
427
+ 0.75,
428
+ 0.75,
429
+ 0.75
430
+ ],
431
+ [
432
+ 0.75,
433
+ 0.75,
434
+ 0.75,
435
+ 0.75,
436
+ 0.75,
437
+ 0.75
438
+ ]
439
+ ],
440
+ "interface_fraction": null,
441
+ "interface_thickness": 1.0,
442
+ "substrate_y": 0.0,
443
+ "slc": 0.7,
444
+ "smooth": true,
445
+ "num_spline_points": 200
446
+ },
447
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_1",
448
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json",
449
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_1/nk_tensor.npz",
450
+ "grid_shape": [
451
+ 100,
452
+ 100
453
+ ]
454
+ },
455
+ {
456
+ "mode": "oc_only",
457
+ "created_at": "2026-07-06T17:29:41.437002+00:00",
458
+ "oc_profile_label": "iso_2",
459
+ "plan_index": 2,
460
+ "reference_energy_ev": 550.0,
461
+ "reference_wavelength_nm": 2.254258153330914,
462
+ "tensor_symmetry": "isotropic",
463
+ "shape_symmetry": "isotropic",
464
+ "shape_bg_symmetry": "isotropic",
465
+ "interface_symmetry": "isotropic",
466
+ "shape_delta": [
467
+ [
468
+ -0.004767757315013672,
469
+ 0.0,
470
+ 0.0
471
+ ],
472
+ [
473
+ 0.0,
474
+ -0.004767757315013672,
475
+ 0.0
476
+ ],
477
+ [
478
+ 0.0,
479
+ 0.0,
480
+ -0.004767757315013672
481
+ ]
482
+ ],
483
+ "shape_beta": [
484
+ [
485
+ 0.002984911434141233,
486
+ 0.0,
487
+ 0.0
488
+ ],
489
+ [
490
+ 0.0,
491
+ 0.002984911434141233,
492
+ 0.0
493
+ ],
494
+ [
495
+ 0.0,
496
+ 0.0,
497
+ 0.002984911434141233
498
+ ]
499
+ ],
500
+ "shape_bg_delta": [
501
+ [
502
+ 0.006284514811885607,
503
+ 0.0,
504
+ 0.0
505
+ ],
506
+ [
507
+ 0.0,
508
+ 0.006284514811885607,
509
+ 0.0
510
+ ],
511
+ [
512
+ 0.0,
513
+ 0.0,
514
+ 0.006284514811885607
515
+ ]
516
+ ],
517
+ "shape_bg_beta": [
518
+ [
519
+ 0.0009191594213509691,
520
+ 0.0,
521
+ 0.0
522
+ ],
523
+ [
524
+ 0.0,
525
+ 0.0009191594213509691,
526
+ 0.0
527
+ ],
528
+ [
529
+ 0.0,
530
+ 0.0,
531
+ 0.0009191594213509691
532
+ ]
533
+ ],
534
+ "interface_delta": [
535
+ [
536
+ 0.0020020105193130806,
537
+ 0.0,
538
+ 0.0
539
+ ],
540
+ [
541
+ 0.0,
542
+ 0.0020020105193130806,
543
+ 0.0
544
+ ],
545
+ [
546
+ 0.0,
547
+ 0.0,
548
+ 0.0020020105193130806
549
+ ]
550
+ ],
551
+ "interface_beta": [
552
+ [
553
+ 0.007285605268117946,
554
+ 0.0,
555
+ 0.0
556
+ ],
557
+ [
558
+ 0.0,
559
+ 0.007285605268117946,
560
+ 0.0
561
+ ],
562
+ [
563
+ 0.0,
564
+ 0.0,
565
+ 0.007285605268117946
566
+ ]
567
+ ],
568
+ "resolved_params_nm": {
569
+ "pitch": 3.0756047386577725,
570
+ "widths": [
571
+ 3.3473885875265807,
572
+ 3.3473885875265807,
573
+ 3.3473885875265807,
574
+ 3.3473885875265807,
575
+ 3.3473885875265807,
576
+ 3.3473885875265807,
577
+ 3.3473885875265807
578
+ ],
579
+ "segment_heights": [
580
+ 0.8800193948466682,
581
+ 0.8800193948466682,
582
+ 0.8800193948466682,
583
+ 0.8800193948466682,
584
+ 0.8800193948466682,
585
+ 0.8800193948466682
586
+ ],
587
+ "height_bg": 3.8867650640272116,
588
+ "top_offset": 2.0,
589
+ "bottom_offset": 2.0,
590
+ "n_interfaces": 2,
591
+ "interface_width_fractions": [
592
+ [
593
+ 0.7471928743145868,
594
+ 0.6380260816568479,
595
+ 0.55,
596
+ 0.55,
597
+ 0.55,
598
+ 0.55,
599
+ 0.55
600
+ ],
601
+ [
602
+ 0.55,
603
+ 0.55,
604
+ 0.55,
605
+ 0.55,
606
+ 0.55,
607
+ 0.55,
608
+ 0.55
609
+ ]
610
+ ],
611
+ "interface_height_fractions": [
612
+ [
613
+ 0.9447168662710645,
614
+ 0.75,
615
+ 0.75,
616
+ 0.75,
617
+ 0.75,
618
+ 0.75
619
+ ],
620
+ [
621
+ 0.75,
622
+ 0.75,
623
+ 0.75,
624
+ 0.75,
625
+ 0.75,
626
+ 0.75
627
+ ]
628
+ ],
629
+ "interface_fraction": null,
630
+ "interface_thickness": 1.0,
631
+ "substrate_y": 0.0,
632
+ "slc": 0.7,
633
+ "smooth": true,
634
+ "num_spline_points": 200
635
+ },
636
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_2",
637
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json",
638
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_2/nk_tensor.npz",
639
+ "grid_shape": [
640
+ 100,
641
+ 100
642
+ ]
643
+ },
644
+ {
645
+ "mode": "oc_only",
646
+ "created_at": "2026-07-06T17:29:41.437249+00:00",
647
+ "oc_profile_label": "uniax_0",
648
+ "plan_index": 3,
649
+ "reference_energy_ev": 550.0,
650
+ "reference_wavelength_nm": 2.254258153330914,
651
+ "tensor_symmetry": "uniaxial",
652
+ "shape_symmetry": "uniaxial",
653
+ "shape_bg_symmetry": "uniaxial",
654
+ "interface_symmetry": "uniaxial",
655
+ "shape_delta": [
656
+ [
657
+ 0.009120034192579509,
658
+ 0.0,
659
+ 0.0
660
+ ],
661
+ [
662
+ 0.0,
663
+ 0.009120034192579509,
664
+ 0.0
665
+ ],
666
+ [
667
+ 0.0,
668
+ 0.0,
669
+ -0.005846363798417063
670
+ ]
671
+ ],
672
+ "shape_beta": [
673
+ [
674
+ 0.008284448852745308,
675
+ 0.0,
676
+ 0.0
677
+ ],
678
+ [
679
+ 0.0,
680
+ 0.008284448852745308,
681
+ 0.0
682
+ ],
683
+ [
684
+ 0.0,
685
+ 0.0,
686
+ 0.0014928212308202027
687
+ ]
688
+ ],
689
+ "shape_bg_delta": [
690
+ [
691
+ 0.0002560923287312968,
692
+ 0.0,
693
+ 0.0
694
+ ],
695
+ [
696
+ 0.0,
697
+ 0.0002560923287312968,
698
+ 0.0
699
+ ],
700
+ [
701
+ 0.0,
702
+ 0.0,
703
+ -0.007281607919589868
704
+ ]
705
+ ],
706
+ "shape_bg_beta": [
707
+ [
708
+ 0.006890364797811311,
709
+ 0.0,
710
+ 0.0
711
+ ],
712
+ [
713
+ 0.0,
714
+ 0.006890364797811311,
715
+ 0.0
716
+ ],
717
+ [
718
+ 0.0,
719
+ 0.0,
720
+ 0.00841747724312279
721
+ ]
722
+ ],
723
+ "interface_delta": [
724
+ [
725
+ -0.0014898200519004676,
726
+ 0.0,
727
+ 0.0
728
+ ],
729
+ [
730
+ 0.0,
731
+ -0.0014898200519004676,
732
+ 0.0
733
+ ],
734
+ [
735
+ 0.0,
736
+ 0.0,
737
+ 0.009138520069067324
738
+ ]
739
+ ],
740
+ "interface_beta": [
741
+ [
742
+ 0.008253329063847983,
743
+ 0.0,
744
+ 0.0
745
+ ],
746
+ [
747
+ 0.0,
748
+ 0.008253329063847983,
749
+ 0.0
750
+ ],
751
+ [
752
+ 0.0,
753
+ 0.0,
754
+ 0.00338215312471576
755
+ ]
756
+ ],
757
+ "resolved_params_nm": {
758
+ "pitch": 3.0756047386577725,
759
+ "widths": [
760
+ 3.3473885875265807,
761
+ 3.3473885875265807,
762
+ 3.3473885875265807,
763
+ 3.3473885875265807,
764
+ 3.3473885875265807,
765
+ 3.3473885875265807,
766
+ 3.3473885875265807
767
+ ],
768
+ "segment_heights": [
769
+ 0.8800193948466682,
770
+ 0.8800193948466682,
771
+ 0.8800193948466682,
772
+ 0.8800193948466682,
773
+ 0.8800193948466682,
774
+ 0.8800193948466682
775
+ ],
776
+ "height_bg": 3.8867650640272116,
777
+ "top_offset": 2.0,
778
+ "bottom_offset": 2.0,
779
+ "n_interfaces": 2,
780
+ "interface_width_fractions": [
781
+ [
782
+ 0.7471928743145868,
783
+ 0.6380260816568479,
784
+ 0.55,
785
+ 0.55,
786
+ 0.55,
787
+ 0.55,
788
+ 0.55
789
+ ],
790
+ [
791
+ 0.55,
792
+ 0.55,
793
+ 0.55,
794
+ 0.55,
795
+ 0.55,
796
+ 0.55,
797
+ 0.55
798
+ ]
799
+ ],
800
+ "interface_height_fractions": [
801
+ [
802
+ 0.9447168662710645,
803
+ 0.75,
804
+ 0.75,
805
+ 0.75,
806
+ 0.75,
807
+ 0.75
808
+ ],
809
+ [
810
+ 0.75,
811
+ 0.75,
812
+ 0.75,
813
+ 0.75,
814
+ 0.75,
815
+ 0.75
816
+ ]
817
+ ],
818
+ "interface_fraction": null,
819
+ "interface_thickness": 1.0,
820
+ "substrate_y": 0.0,
821
+ "slc": 0.7,
822
+ "smooth": true,
823
+ "num_spline_points": 200
824
+ },
825
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_0",
826
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json",
827
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_0/nk_tensor.npz",
828
+ "grid_shape": [
829
+ 100,
830
+ 100
831
+ ]
832
+ },
833
+ {
834
+ "mode": "oc_only",
835
+ "created_at": "2026-07-06T17:29:41.436756+00:00",
836
+ "oc_profile_label": "uniax_1",
837
+ "plan_index": 4,
838
+ "reference_energy_ev": 550.0,
839
+ "reference_wavelength_nm": 2.254258153330914,
840
+ "tensor_symmetry": "uniaxial",
841
+ "shape_symmetry": "uniaxial",
842
+ "shape_bg_symmetry": "uniaxial",
843
+ "interface_symmetry": "uniaxial",
844
+ "shape_delta": [
845
+ [
846
+ -0.007428595944616008,
847
+ 0.0,
848
+ 0.0
849
+ ],
850
+ [
851
+ 0.0,
852
+ -0.007428595944616008,
853
+ 0.0
854
+ ],
855
+ [
856
+ 0.0,
857
+ 0.0,
858
+ -1.4442751197701192e-05
859
+ ]
860
+ ],
861
+ "shape_beta": [
862
+ [
863
+ 0.0060149835762335745,
864
+ 0.0,
865
+ 0.0
866
+ ],
867
+ [
868
+ 0.0,
869
+ 0.0060149835762335745,
870
+ 0.0
871
+ ],
872
+ [
873
+ 0.0,
874
+ 0.0,
875
+ 0.0002868900837194455
876
+ ]
877
+ ],
878
+ "shape_bg_delta": [
879
+ [
880
+ -0.0070414783084508815,
881
+ 0.0,
882
+ 0.0
883
+ ],
884
+ [
885
+ 0.0,
886
+ -0.0070414783084508815,
887
+ 0.0
888
+ ],
889
+ [
890
+ 0.0,
891
+ 0.0,
892
+ 0.00856422045920739
893
+ ]
894
+ ],
895
+ "shape_bg_beta": [
896
+ [
897
+ 0.0007042057615419683,
898
+ 0.0,
899
+ 0.0
900
+ ],
901
+ [
902
+ 0.0,
903
+ 0.0007042057615419683,
904
+ 0.0
905
+ ],
906
+ [
907
+ 0.0,
908
+ 0.0,
909
+ 0.0012977394939929798
910
+ ]
911
+ ],
912
+ "interface_delta": [
913
+ [
914
+ 0.008966569065835503,
915
+ 0.0,
916
+ 0.0
917
+ ],
918
+ [
919
+ 0.0,
920
+ 0.008966569065835503,
921
+ 0.0
922
+ ],
923
+ [
924
+ 0.0,
925
+ 0.0,
926
+ 0.0024376718559276575
927
+ ]
928
+ ],
929
+ "interface_beta": [
930
+ [
931
+ 0.00368993123729791,
932
+ 0.0,
933
+ 0.0
934
+ ],
935
+ [
936
+ 0.0,
937
+ 0.00368993123729791,
938
+ 0.0
939
+ ],
940
+ [
941
+ 0.0,
942
+ 0.0,
943
+ 0.005113900218032627
944
+ ]
945
+ ],
946
+ "resolved_params_nm": {
947
+ "pitch": 3.0756047386577725,
948
+ "widths": [
949
+ 3.3473885875265807,
950
+ 3.3473885875265807,
951
+ 3.3473885875265807,
952
+ 3.3473885875265807,
953
+ 3.3473885875265807,
954
+ 3.3473885875265807,
955
+ 3.3473885875265807
956
+ ],
957
+ "segment_heights": [
958
+ 0.8800193948466682,
959
+ 0.8800193948466682,
960
+ 0.8800193948466682,
961
+ 0.8800193948466682,
962
+ 0.8800193948466682,
963
+ 0.8800193948466682
964
+ ],
965
+ "height_bg": 3.8867650640272116,
966
+ "top_offset": 2.0,
967
+ "bottom_offset": 2.0,
968
+ "n_interfaces": 2,
969
+ "interface_width_fractions": [
970
+ [
971
+ 0.7471928743145868,
972
+ 0.6380260816568479,
973
+ 0.55,
974
+ 0.55,
975
+ 0.55,
976
+ 0.55,
977
+ 0.55
978
+ ],
979
+ [
980
+ 0.55,
981
+ 0.55,
982
+ 0.55,
983
+ 0.55,
984
+ 0.55,
985
+ 0.55,
986
+ 0.55
987
+ ]
988
+ ],
989
+ "interface_height_fractions": [
990
+ [
991
+ 0.9447168662710645,
992
+ 0.75,
993
+ 0.75,
994
+ 0.75,
995
+ 0.75,
996
+ 0.75
997
+ ],
998
+ [
999
+ 0.75,
1000
+ 0.75,
1001
+ 0.75,
1002
+ 0.75,
1003
+ 0.75,
1004
+ 0.75
1005
+ ]
1006
+ ],
1007
+ "interface_fraction": null,
1008
+ "interface_thickness": 1.0,
1009
+ "substrate_y": 0.0,
1010
+ "slc": 0.7,
1011
+ "smooth": true,
1012
+ "num_spline_points": 200
1013
+ },
1014
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_1",
1015
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json",
1016
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_1/nk_tensor.npz",
1017
+ "grid_shape": [
1018
+ 100,
1019
+ 100
1020
+ ]
1021
+ },
1022
+ {
1023
+ "mode": "oc_only",
1024
+ "created_at": "2026-07-06T17:29:41.437455+00:00",
1025
+ "oc_profile_label": "uniax_2",
1026
+ "plan_index": 5,
1027
+ "reference_energy_ev": 550.0,
1028
+ "reference_wavelength_nm": 2.254258153330914,
1029
+ "tensor_symmetry": "uniaxial",
1030
+ "shape_symmetry": "uniaxial",
1031
+ "shape_bg_symmetry": "uniaxial",
1032
+ "interface_symmetry": "uniaxial",
1033
+ "shape_delta": [
1034
+ [
1035
+ -0.004983510837831078,
1036
+ 0.0,
1037
+ 0.0
1038
+ ],
1039
+ [
1040
+ 0.0,
1041
+ -0.004983510837831078,
1042
+ 0.0
1043
+ ],
1044
+ [
1045
+ 0.0,
1046
+ 0.0,
1047
+ 0.008935058857188491
1048
+ ]
1049
+ ],
1050
+ "shape_beta": [
1051
+ [
1052
+ 0.001893203845397613,
1053
+ 0.0,
1054
+ 0.0
1055
+ ],
1056
+ [
1057
+ 0.0,
1058
+ 0.001893203845397613,
1059
+ 0.0
1060
+ ],
1061
+ [
1062
+ 0.0,
1063
+ 0.0,
1064
+ 0.001792914104181076
1065
+ ]
1066
+ ],
1067
+ "shape_bg_delta": [
1068
+ [
1069
+ -0.0030022151880808503,
1070
+ 0.0,
1071
+ 0.0
1072
+ ],
1073
+ [
1074
+ 0.0,
1075
+ -0.0030022151880808503,
1076
+ 0.0
1077
+ ],
1078
+ [
1079
+ 0.0,
1080
+ 0.0,
1081
+ -0.005389175068201881
1082
+ ]
1083
+ ],
1084
+ "shape_bg_beta": [
1085
+ [
1086
+ 0.006704457427727847,
1087
+ 0.0,
1088
+ 0.0
1089
+ ],
1090
+ [
1091
+ 0.0,
1092
+ 0.006704457427727847,
1093
+ 0.0
1094
+ ],
1095
+ [
1096
+ 0.0,
1097
+ 0.0,
1098
+ 0.001150793821234475
1099
+ ]
1100
+ ],
1101
+ "interface_delta": [
1102
+ [
1103
+ 0.007926187474093608,
1104
+ 0.0,
1105
+ 0.0
1106
+ ],
1107
+ [
1108
+ 0.0,
1109
+ 0.007926187474093608,
1110
+ 0.0
1111
+ ],
1112
+ [
1113
+ 0.0,
1114
+ 0.0,
1115
+ 0.007162609781678179
1116
+ ]
1117
+ ],
1118
+ "interface_beta": [
1119
+ [
1120
+ 2.8270321866200598e-05,
1121
+ 0.0,
1122
+ 0.0
1123
+ ],
1124
+ [
1125
+ 0.0,
1126
+ 2.8270321866200598e-05,
1127
+ 0.0
1128
+ ],
1129
+ [
1130
+ 0.0,
1131
+ 0.0,
1132
+ 0.0054146616171879425
1133
+ ]
1134
+ ],
1135
+ "resolved_params_nm": {
1136
+ "pitch": 3.0756047386577725,
1137
+ "widths": [
1138
+ 3.3473885875265807,
1139
+ 3.3473885875265807,
1140
+ 3.3473885875265807,
1141
+ 3.3473885875265807,
1142
+ 3.3473885875265807,
1143
+ 3.3473885875265807,
1144
+ 3.3473885875265807
1145
+ ],
1146
+ "segment_heights": [
1147
+ 0.8800193948466682,
1148
+ 0.8800193948466682,
1149
+ 0.8800193948466682,
1150
+ 0.8800193948466682,
1151
+ 0.8800193948466682,
1152
+ 0.8800193948466682
1153
+ ],
1154
+ "height_bg": 3.8867650640272116,
1155
+ "top_offset": 2.0,
1156
+ "bottom_offset": 2.0,
1157
+ "n_interfaces": 2,
1158
+ "interface_width_fractions": [
1159
+ [
1160
+ 0.7471928743145868,
1161
+ 0.6380260816568479,
1162
+ 0.55,
1163
+ 0.55,
1164
+ 0.55,
1165
+ 0.55,
1166
+ 0.55
1167
+ ],
1168
+ [
1169
+ 0.55,
1170
+ 0.55,
1171
+ 0.55,
1172
+ 0.55,
1173
+ 0.55,
1174
+ 0.55,
1175
+ 0.55
1176
+ ]
1177
+ ],
1178
+ "interface_height_fractions": [
1179
+ [
1180
+ 0.9447168662710645,
1181
+ 0.75,
1182
+ 0.75,
1183
+ 0.75,
1184
+ 0.75,
1185
+ 0.75
1186
+ ],
1187
+ [
1188
+ 0.75,
1189
+ 0.75,
1190
+ 0.75,
1191
+ 0.75,
1192
+ 0.75,
1193
+ 0.75
1194
+ ]
1195
+ ],
1196
+ "interface_fraction": null,
1197
+ "interface_thickness": 1.0,
1198
+ "substrate_y": 0.0,
1199
+ "slc": 0.7,
1200
+ "smooth": true,
1201
+ "num_spline_points": 200
1202
+ },
1203
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_2",
1204
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json",
1205
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_2/nk_tensor.npz",
1206
+ "grid_shape": [
1207
+ 100,
1208
+ 100
1209
+ ]
1210
+ }
1211
+ ]
1212
+ }
samples/sample_0002/ooc/oc_uniax_0/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aef6048072893536e47656eb1cc80df93f07cf8086ffc686f8c05f86b9d4b9b
3
+ size 12294
samples/sample_0002/ooc/oc_uniax_0/oc_manifest.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T17:29:41.437249+00:00",
4
+ "oc_profile_label": "uniax_0",
5
+ "plan_index": 3,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "uniaxial",
9
+ "shape_symmetry": "uniaxial",
10
+ "shape_bg_symmetry": "uniaxial",
11
+ "interface_symmetry": "uniaxial",
12
+ "shape_delta": [
13
+ [
14
+ 0.009120034192579509,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ 0.009120034192579509,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ -0.005846363798417063
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.008284448852745308,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.008284448852745308,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.0014928212308202027
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ 0.0002560923287312968,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ 0.0002560923287312968,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ -0.007281607919589868
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.006890364797811311,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.006890364797811311,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.00841747724312279
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ -0.0014898200519004676,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ -0.0014898200519004676,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.009138520069067324
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.008253329063847983,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.008253329063847983,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.00338215312471576
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 3.0756047386577725,
116
+ "widths": [
117
+ 3.3473885875265807,
118
+ 3.3473885875265807,
119
+ 3.3473885875265807,
120
+ 3.3473885875265807,
121
+ 3.3473885875265807,
122
+ 3.3473885875265807,
123
+ 3.3473885875265807
124
+ ],
125
+ "segment_heights": [
126
+ 0.8800193948466682,
127
+ 0.8800193948466682,
128
+ 0.8800193948466682,
129
+ 0.8800193948466682,
130
+ 0.8800193948466682,
131
+ 0.8800193948466682
132
+ ],
133
+ "height_bg": 3.8867650640272116,
134
+ "top_offset": 2.0,
135
+ "bottom_offset": 2.0,
136
+ "n_interfaces": 2,
137
+ "interface_width_fractions": [
138
+ [
139
+ 0.7471928743145868,
140
+ 0.6380260816568479,
141
+ 0.55,
142
+ 0.55,
143
+ 0.55,
144
+ 0.55,
145
+ 0.55
146
+ ],
147
+ [
148
+ 0.55,
149
+ 0.55,
150
+ 0.55,
151
+ 0.55,
152
+ 0.55,
153
+ 0.55,
154
+ 0.55
155
+ ]
156
+ ],
157
+ "interface_height_fractions": [
158
+ [
159
+ 0.9447168662710645,
160
+ 0.75,
161
+ 0.75,
162
+ 0.75,
163
+ 0.75,
164
+ 0.75
165
+ ],
166
+ [
167
+ 0.75,
168
+ 0.75,
169
+ 0.75,
170
+ 0.75,
171
+ 0.75,
172
+ 0.75
173
+ ]
174
+ ],
175
+ "interface_fraction": null,
176
+ "interface_thickness": 1.0,
177
+ "substrate_y": 0.0,
178
+ "slc": 0.7,
179
+ "smooth": true,
180
+ "num_spline_points": 200
181
+ },
182
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_0",
183
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json",
184
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_0/nk_tensor.npz",
185
+ "grid_shape": [
186
+ 100,
187
+ 100
188
+ ]
189
+ }
samples/sample_0002/ooc/oc_uniax_1/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5794efcd94e105c33546ede7b3c153e2126f97578951c4ac2178eda2468f1da2
3
+ size 12295
samples/sample_0002/ooc/oc_uniax_1/oc_manifest.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T17:29:41.436756+00:00",
4
+ "oc_profile_label": "uniax_1",
5
+ "plan_index": 4,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "uniaxial",
9
+ "shape_symmetry": "uniaxial",
10
+ "shape_bg_symmetry": "uniaxial",
11
+ "interface_symmetry": "uniaxial",
12
+ "shape_delta": [
13
+ [
14
+ -0.007428595944616008,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ -0.007428595944616008,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ -1.4442751197701192e-05
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.0060149835762335745,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.0060149835762335745,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.0002868900837194455
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ -0.0070414783084508815,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ -0.0070414783084508815,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ 0.00856422045920739
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.0007042057615419683,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.0007042057615419683,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.0012977394939929798
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ 0.008966569065835503,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.008966569065835503,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.0024376718559276575
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 0.00368993123729791,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 0.00368993123729791,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.005113900218032627
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 3.0756047386577725,
116
+ "widths": [
117
+ 3.3473885875265807,
118
+ 3.3473885875265807,
119
+ 3.3473885875265807,
120
+ 3.3473885875265807,
121
+ 3.3473885875265807,
122
+ 3.3473885875265807,
123
+ 3.3473885875265807
124
+ ],
125
+ "segment_heights": [
126
+ 0.8800193948466682,
127
+ 0.8800193948466682,
128
+ 0.8800193948466682,
129
+ 0.8800193948466682,
130
+ 0.8800193948466682,
131
+ 0.8800193948466682
132
+ ],
133
+ "height_bg": 3.8867650640272116,
134
+ "top_offset": 2.0,
135
+ "bottom_offset": 2.0,
136
+ "n_interfaces": 2,
137
+ "interface_width_fractions": [
138
+ [
139
+ 0.7471928743145868,
140
+ 0.6380260816568479,
141
+ 0.55,
142
+ 0.55,
143
+ 0.55,
144
+ 0.55,
145
+ 0.55
146
+ ],
147
+ [
148
+ 0.55,
149
+ 0.55,
150
+ 0.55,
151
+ 0.55,
152
+ 0.55,
153
+ 0.55,
154
+ 0.55
155
+ ]
156
+ ],
157
+ "interface_height_fractions": [
158
+ [
159
+ 0.9447168662710645,
160
+ 0.75,
161
+ 0.75,
162
+ 0.75,
163
+ 0.75,
164
+ 0.75
165
+ ],
166
+ [
167
+ 0.75,
168
+ 0.75,
169
+ 0.75,
170
+ 0.75,
171
+ 0.75,
172
+ 0.75
173
+ ]
174
+ ],
175
+ "interface_fraction": null,
176
+ "interface_thickness": 1.0,
177
+ "substrate_y": 0.0,
178
+ "slc": 0.7,
179
+ "smooth": true,
180
+ "num_spline_points": 200
181
+ },
182
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_1",
183
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json",
184
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_1/nk_tensor.npz",
185
+ "grid_shape": [
186
+ 100,
187
+ 100
188
+ ]
189
+ }
samples/sample_0002/ooc/oc_uniax_2/nk_tensor.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddae11345bddf1bb39b83eb839e9b4ddade3d751afa711870d17eaa8c5069be7
3
+ size 12299
samples/sample_0002/ooc/oc_uniax_2/oc_manifest.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "oc_only",
3
+ "created_at": "2026-07-06T17:29:41.437455+00:00",
4
+ "oc_profile_label": "uniax_2",
5
+ "plan_index": 5,
6
+ "reference_energy_ev": 550.0,
7
+ "reference_wavelength_nm": 2.254258153330914,
8
+ "tensor_symmetry": "uniaxial",
9
+ "shape_symmetry": "uniaxial",
10
+ "shape_bg_symmetry": "uniaxial",
11
+ "interface_symmetry": "uniaxial",
12
+ "shape_delta": [
13
+ [
14
+ -0.004983510837831078,
15
+ 0.0,
16
+ 0.0
17
+ ],
18
+ [
19
+ 0.0,
20
+ -0.004983510837831078,
21
+ 0.0
22
+ ],
23
+ [
24
+ 0.0,
25
+ 0.0,
26
+ 0.008935058857188491
27
+ ]
28
+ ],
29
+ "shape_beta": [
30
+ [
31
+ 0.001893203845397613,
32
+ 0.0,
33
+ 0.0
34
+ ],
35
+ [
36
+ 0.0,
37
+ 0.001893203845397613,
38
+ 0.0
39
+ ],
40
+ [
41
+ 0.0,
42
+ 0.0,
43
+ 0.001792914104181076
44
+ ]
45
+ ],
46
+ "shape_bg_delta": [
47
+ [
48
+ -0.0030022151880808503,
49
+ 0.0,
50
+ 0.0
51
+ ],
52
+ [
53
+ 0.0,
54
+ -0.0030022151880808503,
55
+ 0.0
56
+ ],
57
+ [
58
+ 0.0,
59
+ 0.0,
60
+ -0.005389175068201881
61
+ ]
62
+ ],
63
+ "shape_bg_beta": [
64
+ [
65
+ 0.006704457427727847,
66
+ 0.0,
67
+ 0.0
68
+ ],
69
+ [
70
+ 0.0,
71
+ 0.006704457427727847,
72
+ 0.0
73
+ ],
74
+ [
75
+ 0.0,
76
+ 0.0,
77
+ 0.001150793821234475
78
+ ]
79
+ ],
80
+ "interface_delta": [
81
+ [
82
+ 0.007926187474093608,
83
+ 0.0,
84
+ 0.0
85
+ ],
86
+ [
87
+ 0.0,
88
+ 0.007926187474093608,
89
+ 0.0
90
+ ],
91
+ [
92
+ 0.0,
93
+ 0.0,
94
+ 0.007162609781678179
95
+ ]
96
+ ],
97
+ "interface_beta": [
98
+ [
99
+ 2.8270321866200598e-05,
100
+ 0.0,
101
+ 0.0
102
+ ],
103
+ [
104
+ 0.0,
105
+ 2.8270321866200598e-05,
106
+ 0.0
107
+ ],
108
+ [
109
+ 0.0,
110
+ 0.0,
111
+ 0.0054146616171879425
112
+ ]
113
+ ],
114
+ "resolved_params_nm": {
115
+ "pitch": 3.0756047386577725,
116
+ "widths": [
117
+ 3.3473885875265807,
118
+ 3.3473885875265807,
119
+ 3.3473885875265807,
120
+ 3.3473885875265807,
121
+ 3.3473885875265807,
122
+ 3.3473885875265807,
123
+ 3.3473885875265807
124
+ ],
125
+ "segment_heights": [
126
+ 0.8800193948466682,
127
+ 0.8800193948466682,
128
+ 0.8800193948466682,
129
+ 0.8800193948466682,
130
+ 0.8800193948466682,
131
+ 0.8800193948466682
132
+ ],
133
+ "height_bg": 3.8867650640272116,
134
+ "top_offset": 2.0,
135
+ "bottom_offset": 2.0,
136
+ "n_interfaces": 2,
137
+ "interface_width_fractions": [
138
+ [
139
+ 0.7471928743145868,
140
+ 0.6380260816568479,
141
+ 0.55,
142
+ 0.55,
143
+ 0.55,
144
+ 0.55,
145
+ 0.55
146
+ ],
147
+ [
148
+ 0.55,
149
+ 0.55,
150
+ 0.55,
151
+ 0.55,
152
+ 0.55,
153
+ 0.55,
154
+ 0.55
155
+ ]
156
+ ],
157
+ "interface_height_fractions": [
158
+ [
159
+ 0.9447168662710645,
160
+ 0.75,
161
+ 0.75,
162
+ 0.75,
163
+ 0.75,
164
+ 0.75
165
+ ],
166
+ [
167
+ 0.75,
168
+ 0.75,
169
+ 0.75,
170
+ 0.75,
171
+ 0.75,
172
+ 0.75
173
+ ]
174
+ ],
175
+ "interface_fraction": null,
176
+ "interface_thickness": 1.0,
177
+ "substrate_y": 0.0,
178
+ "slc": 0.7,
179
+ "smooth": true,
180
+ "num_spline_points": 200
181
+ },
182
+ "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_2",
183
+ "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json",
184
+ "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_2/nk_tensor.npz",
185
+ "grid_shape": [
186
+ 100,
187
+ 100
188
+ ]
189
+ }