diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..c96597a11b4bfa05bab3a1e478e20d23283ebf9d --- /dev/null +++ b/README.md @@ -0,0 +1,58 @@ +--- +license: mit +task_categories: + - image-segmentation +tags: + - electromagnetics + - nanophotonics + - jcmwave + - optical-constants +--- + +# Squiggles Layered-Stack Dataset + +Wavelength-normalized layered nanostructure geometries with per-pixel domain labels +and optical-constant (nk) maps for multiple symmetry classes. + +## Layout + +``` +samples/ + sample_XXXX/ + geometry.json + geometry.png + domain_ids.npz + ooc/oc_iso_0/nk_tensor.npz + fields/run_.../electric_field.npz + fields/run_.../electric_field_overlay.png + fields/run_.../nk_tensor.npz +manifest.json +squiggles_loader.py +``` + +## Quick start + +```python +from squiggles_loader import geometry_at_energy, load_domain_ids, load_nk_tensor + +energy_ev = 550.0 +geom_nm = geometry_at_energy("samples/sample_0000/geometry.json", energy_ev=energy_ev) +domain = load_domain_ids("samples/sample_0000/domain_ids.npz", energy_ev=energy_ev) +nk = load_nk_tensor("samples/sample_0000/ooc/oc_iso_0/nk_tensor.npz", energy_ev=energy_ev) + +print(geom_nm["units"]) +print(domain["domain_ids"].shape, domain["X_nm"].min(), domain["X_nm"].max()) +print(nk["nk_tensor"].shape) +``` + +Geometry shape points are stored in lambda units in ``geometry.json``. Pass your +target photon energy in eV to convert coordinates and grids to nanometers. + +NPZ grids store ``X`` and ``Y`` in meters by default. The loader exposes ``X_nm`` +and ``Y_nm`` for convenience. + +## Labeled regions + +- ``domain_ids.npz``: integer domain label per grid pixel +- ``ooc/*/nk_tensor.npz``: complex refractive-index tensor map per OC profile +- ``fields/*/nk_tensor.npz``: nk map used for a field solve (when present) diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1c960e9d21955ab20e19079504b92dc7eeed5e7a --- /dev/null +++ b/manifest.json @@ -0,0 +1,7009 @@ +{ + "dataset_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles", + "staging_dir": "/tmp/squiggles-hf", + "sample_count": 200, + "include_fields": true, + "include_ooc": true, + "samples": [ + { + "sample_id": "sample_0000", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0000/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0000/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0000/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0000/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0000/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0000/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0000/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0000/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0000/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0000/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0000/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0000/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0000/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0000/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0000/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0000/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0001", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0001/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0001/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0001/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0001/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0001/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0001/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0001/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0001/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0001/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0001/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0001/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0001/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0001/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0001/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0001/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0001/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0002", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0002/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0002/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0002/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0002/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0002/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0002/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0002/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0002/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0002/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0002/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0002/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0002/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0002/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0002/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0002/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0002/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0003", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0003/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0003/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0003/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0003/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0003/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0003/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0003/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0003/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0003/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0003/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0003/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0003/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0003/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0003/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0003/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0003/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0004", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0004/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0004/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0004/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0004/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0004/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0004/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0004/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0004/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0004/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0004/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0004/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0004/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0004/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0004/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0004/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0004/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0005", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0005/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0005/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0005/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0005/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0005/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0005/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0005/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0005/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0005/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0005/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0005/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0005/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0005/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0005/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0005/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0005/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0006", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0006/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0006/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0006/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0006/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0006/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0006/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0006/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0006/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0006/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0006/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0006/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0006/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0006/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0006/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0006/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0006/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0007", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0007/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0007/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0007/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0007/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0007/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0007/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0007/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0007/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0007/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0007/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0007/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0007/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0007/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0007/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0007/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0007/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0008", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0008/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0008/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0008/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0008/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0008/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0008/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0008/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0008/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0008/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0008/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0008/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0008/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0008/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0008/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0008/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0008/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0009", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0009/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0009/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0009/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0009/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0009/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0009/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0009/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0009/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0009/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0009/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0009/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0009/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0009/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0009/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0009/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0009/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0010", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0010/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0010/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0010/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0010/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0010/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0010/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0010/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0010/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0010/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0010/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0010/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0010/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0010/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0010/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0010/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0010/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0011", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0011/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0011/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0011/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0011/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0011/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0011/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0011/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0011/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0011/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0011/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0011/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0011/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0011/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0011/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0011/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0011/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0012", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0012/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0012/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0012/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0012/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0012/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0012/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0012/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0012/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0012/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0012/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0012/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0012/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0012/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0012/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0012/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0012/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0013", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0013/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0013/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0013/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0013/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0013/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0013/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0013/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0013/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0013/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0013/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0013/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0013/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0013/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0013/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0013/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0013/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0014", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0014/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0014/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0014/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0014/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0014/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0014/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0014/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0014/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0014/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0014/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0014/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0014/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0014/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0014/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0014/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0014/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0015", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0015/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0015/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0015/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0015/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0015/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0015/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0015/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0015/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0015/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0015/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0015/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0015/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0015/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0015/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0015/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0015/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0016", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0016/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0016/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0016/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0016/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0016/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0016/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0016/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0016/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0016/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0016/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0016/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0016/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0016/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0016/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0016/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0016/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0017", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0017/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0017/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0017/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0017/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0017/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0017/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0017/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0017/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0017/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0017/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0017/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0017/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0017/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0017/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0017/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0017/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0018", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0018/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0018/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0018/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0018/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0018/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0018/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0018/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0018/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0018/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0018/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0018/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0018/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0018/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0018/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0018/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0018/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0019", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0019/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0019/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0019/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0019/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0019/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0019/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0019/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0019/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0019/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0019/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0019/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0019/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0019/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0019/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0019/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0019/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0020", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0020/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0020/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0020/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0020/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0020/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0020/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0020/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0020/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0020/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0020/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0020/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0020/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0020/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0020/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0020/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0020/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0021", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0021/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0021/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0021/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0021/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0021/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0021/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0021/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0021/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0021/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0021/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0021/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0021/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0021/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0021/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0021/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0021/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0022", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0022/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0022/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0022/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0022/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0022/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0022/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0022/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0022/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0022/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0022/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0022/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0022/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0022/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0022/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0022/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0022/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0023", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0023/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0023/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0023/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0023/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0023/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0023/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0023/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0023/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0023/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0023/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0023/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0023/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0023/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0023/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0023/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0023/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0024", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0024/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0024/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0024/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0024/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0024/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0024/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0024/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0024/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0024/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0024/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0024/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0024/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0024/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0024/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0024/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0024/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0025", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0025/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0025/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0025/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0025/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0025/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0025/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0025/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0025/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0025/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0025/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0025/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0025/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0025/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0025/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0025/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0025/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0026", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0026/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0026/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0026/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0026/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0026/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0026/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0026/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0026/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0026/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0026/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0026/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0026/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0026/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0026/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0026/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0026/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0027", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0027/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0027/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0027/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0027/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0027/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0027/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0027/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0027/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0027/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0027/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0027/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0027/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0027/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0027/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0027/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0027/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0028", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0028/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0028/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0028/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0028/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0028/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0028/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0028/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0028/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0028/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0028/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0028/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0028/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0028/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0028/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0028/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0028/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0029", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0029/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0029/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0029/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0029/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0029/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0029/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0029/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0029/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0029/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0029/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0029/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0029/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0029/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0029/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0029/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0029/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0030", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0030/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0030/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0030/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0030/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0030/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0030/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0030/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0030/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0030/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0030/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0030/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0030/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0030/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0030/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0030/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0030/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0031", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0031/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0031/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0031/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0031/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0031/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0031/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0031/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0031/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0031/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0031/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0031/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0031/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0031/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0031/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0031/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0031/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0032", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0032/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0032/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0032/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0032/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0032/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0032/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0032/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0032/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0032/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0032/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0032/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0032/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0032/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0032/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0032/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0032/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0033", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0033/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0033/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0033/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0033/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0033/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0033/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0033/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0033/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0033/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0033/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0033/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0033/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0033/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0033/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0033/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0033/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0034", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0034/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0034/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0034/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0034/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0034/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0034/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0034/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0034/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0034/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0034/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0034/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0034/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0034/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0034/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0034/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0034/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0035", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0035/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0035/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0035/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0035/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0035/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0035/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0035/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0035/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0035/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0035/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0035/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0035/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0035/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0035/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0035/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0035/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0036", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0036/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0036/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0036/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0036/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0036/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0036/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0036/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0036/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0036/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0036/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0036/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0036/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0036/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0036/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0036/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0036/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0037", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0037/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0037/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0037/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0037/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0037/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0037/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0037/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0037/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0037/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0037/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0037/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0037/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0037/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0037/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0037/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0037/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0038", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0038/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0038/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0038/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0038/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0038/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0038/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0038/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0038/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0038/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0038/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0038/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0038/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0038/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0038/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0038/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0038/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0039", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0039/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0039/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0039/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0039/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0039/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0039/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0039/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0039/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0039/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0039/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0039/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0039/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0039/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0039/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0039/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0039/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0040", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0040/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0040/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0040/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0040/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0040/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0040/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0040/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0040/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0040/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0040/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0040/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0040/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0040/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0040/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0040/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0040/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0041", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0041/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0041/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0041/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0041/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0041/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0041/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0041/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0041/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0041/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0041/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0041/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0041/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0041/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0041/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0041/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0041/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0042", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0042/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0042/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0042/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0042/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0042/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0042/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0042/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0042/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0042/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0042/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0042/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0042/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0042/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0042/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0042/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0042/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0043", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0043/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0043/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0043/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0043/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0043/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0043/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0043/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0043/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0043/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0043/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0043/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0043/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0043/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0043/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0043/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0043/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0044", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0044/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0044/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0044/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0044/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0044/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0044/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0044/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0044/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0044/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0044/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0044/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0044/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0044/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0044/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0044/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0044/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0045", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0045/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0045/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0045/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0045/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0045/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0045/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0045/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0045/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0045/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0045/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0045/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0045/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0045/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0045/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0045/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0045/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0046", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0046/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0046/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0046/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0046/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0046/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0046/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0046/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0046/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0046/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0046/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0046/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0046/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0046/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0046/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0046/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0046/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0047", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0047/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0047/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0047/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0047/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0047/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0047/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0047/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0047/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0047/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0047/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0047/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0047/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0047/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0047/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0047/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0047/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0048", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0048/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0048/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0048/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0048/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0048/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0048/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0048/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0048/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0048/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0048/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0048/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0048/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0048/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0048/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0048/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0048/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0049", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0049/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0049/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0049/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0049/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0049/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0049/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0049/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0049/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0049/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0049/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0049/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0049/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0049/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0049/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0049/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0049/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0050", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0050/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0050/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0050/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0050/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0050/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0050/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0050/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0050/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0050/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0050/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0050/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0050/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0050/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0050/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0050/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0050/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0051", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0051/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0051/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0051/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0051/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0051/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0051/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0051/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0051/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0051/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0051/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0051/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0051/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0051/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0051/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0051/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0051/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0052", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0052/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0052/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0052/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0052/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0052/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0052/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0052/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0052/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0052/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0052/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0052/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0052/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0052/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0052/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0052/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0052/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0053", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0053/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0053/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0053/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0053/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0053/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0053/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0053/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0053/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0053/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0053/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0053/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0053/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0053/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0053/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0053/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0053/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0054", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0054/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0054/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0054/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0054/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0054/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0054/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0054/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0054/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0054/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0054/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0054/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0054/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0054/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0054/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0054/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0054/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0055", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0055/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0055/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0055/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0055/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0055/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0055/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0055/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0055/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0055/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0055/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0055/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0055/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0055/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0055/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0055/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0055/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0056", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0056/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0056/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0056/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0056/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0056/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0056/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0056/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0056/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0056/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0056/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0056/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0056/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0056/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0056/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0056/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0056/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0057", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0057/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0057/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0057/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0057/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0057/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0057/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0057/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0057/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0057/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0057/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0057/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0057/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0057/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0057/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0057/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0057/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0058", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0058/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0058/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0058/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0058/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0058/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0058/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0058/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0058/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0058/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0058/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0058/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0058/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0058/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0058/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0058/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0058/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0059", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0059/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0059/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0059/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0059/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0059/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0059/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0059/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0059/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0059/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0059/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0059/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0059/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0059/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0059/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0059/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0059/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0060", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0060/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0060/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0060/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0060/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0060/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0060/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0060/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0060/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0060/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0060/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0060/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0060/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0060/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0060/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0060/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0060/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0061", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0061/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0061/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0061/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0061/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0061/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0061/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0061/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0061/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0061/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0061/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0061/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0061/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0061/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0061/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0061/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0061/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0062", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0062/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0062/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0062/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0062/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0062/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0062/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0062/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0062/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0062/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0062/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0062/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0062/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0062/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0062/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0062/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0062/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0063", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0063/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0063/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0063/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0063/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0063/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0063/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0063/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0063/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0063/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0063/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0063/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0063/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0063/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0063/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0063/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0063/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0064", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0064/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0064/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0064/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0064/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0064/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0064/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0064/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0064/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0064/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0064/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0064/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0064/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0064/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0064/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0064/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0064/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0065", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0065/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0065/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0065/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0065/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0065/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0065/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0065/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0065/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0065/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0065/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0065/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0065/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0065/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0065/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0065/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0065/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0066", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0066/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0066/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0066/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0066/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0066/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0066/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0066/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0066/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0066/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0066/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0066/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0066/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0066/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0066/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0066/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0066/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0067", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0067/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0067/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0067/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0067/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0067/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0067/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0067/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0067/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0067/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0067/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0067/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0067/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0067/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0067/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0067/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0067/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0068", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0068/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0068/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0068/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0068/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0068/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0068/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0068/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0068/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0068/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0068/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0068/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0068/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0068/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0068/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0068/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0068/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0069", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0069/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0069/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0069/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0069/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0069/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0069/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0069/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0069/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0069/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0069/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0069/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0069/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0069/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0069/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0069/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0069/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0070", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0070/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0070/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0070/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0070/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0070/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0070/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0070/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0070/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0070/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0070/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0070/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0070/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0070/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0070/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0070/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0070/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0071", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0071/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0071/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0071/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0071/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0071/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0071/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0071/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0071/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0071/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0071/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0071/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0071/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0071/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0071/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0071/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0071/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0072", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0072/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0072/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0072/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0072/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0072/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0072/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0072/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0072/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0072/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0072/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0072/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0072/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0072/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0072/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0072/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0072/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0073", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0073/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0073/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0073/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0073/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0073/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0073/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0073/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0073/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0073/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0073/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0073/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0073/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0073/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0073/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0073/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0073/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0074", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0074/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0074/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0074/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0074/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0074/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0074/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0074/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0074/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0074/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0074/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0074/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0074/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0074/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0074/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0074/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0074/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0075", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0075/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0075/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0075/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0075/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0075/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0075/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0075/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0075/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0075/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0075/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0075/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0075/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0075/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0075/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0075/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0075/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0076", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0076/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0076/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0076/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0076/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0076/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0076/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0076/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0076/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0076/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0076/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0076/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0076/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0076/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0076/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0076/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0076/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0077", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0077/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0077/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0077/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0077/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0077/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0077/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0077/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0077/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0077/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0077/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0077/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0077/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0077/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0077/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0077/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0077/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0078", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0078/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0078/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0078/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0078/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0078/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0078/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0078/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0078/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0078/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0078/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0078/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0078/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0078/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0078/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0078/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0078/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0079", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0079/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0079/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0079/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0079/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0079/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0079/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0079/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0079/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0079/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0079/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0079/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0079/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0079/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0079/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0079/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0079/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0080", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0080/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0080/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0080/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0080/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0080/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0080/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0080/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0080/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0080/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0080/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0080/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0080/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0080/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0080/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0080/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0080/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0081", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0081/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0081/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0081/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0081/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0081/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0081/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0081/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0081/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0081/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0081/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0081/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0081/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0081/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0081/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0081/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0081/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0082", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0082/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0082/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0082/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0082/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0082/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0082/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0082/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0082/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0082/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0082/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0082/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0082/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0082/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0082/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0082/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0082/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0083", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0083/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0083/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0083/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0083/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0083/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0083/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0083/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0083/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0083/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0083/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0083/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0083/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0083/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0083/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0083/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0083/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0084", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0084/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0084/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0084/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0084/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0084/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0084/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0084/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0084/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0084/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0084/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0084/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0084/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0084/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0084/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0084/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0084/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0085", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0085/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0085/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0085/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0085/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0085/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0085/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0085/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0085/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0085/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0085/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0085/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0085/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0085/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0085/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0085/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0085/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0086", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0086/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0086/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0086/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0086/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0086/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0086/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0086/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0086/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0086/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0086/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0086/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0086/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0086/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0086/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0086/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0086/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0087", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0087/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0087/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0087/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0087/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0087/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0087/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0087/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0087/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0087/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0087/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0087/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0087/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0087/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0087/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0087/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0087/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0088", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0088/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0088/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0088/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0088/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0088/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0088/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0088/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0088/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0088/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0088/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0088/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0088/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0088/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0088/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0088/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0088/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0089", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0089/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0089/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0089/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0089/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0089/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0089/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0089/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0089/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0089/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0089/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0089/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0089/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0089/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0089/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0089/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0089/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0090", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0090/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0090/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0090/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0090/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0090/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0090/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0090/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0090/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0090/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0090/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0090/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0090/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0090/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0090/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0090/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0090/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0091", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0091/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0091/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0091/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0091/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0091/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0091/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0091/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0091/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0091/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0091/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0091/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0091/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0091/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0091/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0091/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0091/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0092", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0092/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0092/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0092/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0092/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0092/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0092/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0092/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0092/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0092/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0092/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0092/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0092/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0092/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0092/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0092/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0092/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0093", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0093/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0093/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0093/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0093/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0093/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0093/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0093/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0093/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0093/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0093/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0093/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0093/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0093/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0093/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0093/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0093/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0094", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0094/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0094/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0094/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0094/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0094/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0094/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0094/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0094/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0094/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0094/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0094/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0094/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0094/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0094/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0094/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0094/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0095", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0095/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0095/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0095/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0095/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0095/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0095/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0095/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0095/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0095/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0095/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0095/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0095/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0095/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0095/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0095/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0095/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0096", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0096/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0096/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0096/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0096/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0096/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0096/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0096/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0096/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0096/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0096/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0096/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0096/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0096/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0096/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0096/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0096/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0097", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0097/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0097/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0097/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0097/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0097/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0097/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0097/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0097/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0097/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0097/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0097/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0097/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0097/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0097/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0097/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0097/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0098", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0098/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0098/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0098/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0098/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0098/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0098/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0098/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0098/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0098/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0098/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0098/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0098/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0098/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0098/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0098/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0098/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0099", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0099/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0099/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0099/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0099/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0099/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0099/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0099/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0099/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0099/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0099/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0099/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0099/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0099/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0099/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0099/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0099/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0100", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0100/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0100/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0100/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0100/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0100/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0100/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0100/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0100/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0100/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0100/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0100/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0100/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0100/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0100/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0100/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0100/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0101", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0101/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0101/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0101/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0101/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0101/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0101/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0101/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0101/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0101/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0101/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0101/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0101/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0101/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0101/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0101/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0101/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0102", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0102/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0102/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0102/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0102/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0102/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0102/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0102/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0102/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0102/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0102/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0102/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0102/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0102/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0102/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0102/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0102/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0103", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0103/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0103/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0103/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0103/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0103/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0103/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0103/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0103/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0103/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0103/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0103/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0103/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0103/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0103/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0103/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0103/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0104", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0104/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0104/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0104/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0104/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0104/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0104/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0104/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0104/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0104/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0104/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0104/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0104/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0104/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0104/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0104/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0104/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0105", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0105/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0105/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0105/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0105/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0105/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0105/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0105/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0105/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0105/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0105/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0105/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0105/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0105/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0105/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0105/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0105/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0106", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0106/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0106/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0106/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0106/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0106/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0106/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0106/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0106/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0106/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0106/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0106/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0106/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0106/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0106/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0106/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0106/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0107", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0107/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0107/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0107/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0107/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0107/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0107/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0107/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0107/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0107/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0107/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0107/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0107/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0107/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0107/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0107/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0107/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0108", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0108/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0108/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0108/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0108/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0108/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0108/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0108/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0108/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0108/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0108/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0108/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0108/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0108/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0108/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0108/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0108/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0109", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0109/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0109/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0109/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0109/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0109/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0109/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0109/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0109/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0109/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0109/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0109/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0109/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0109/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0109/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0109/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0109/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0110", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0110/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0110/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0110/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0110/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0110/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0110/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0110/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0110/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0110/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0110/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0110/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0110/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0110/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0110/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0110/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0110/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0111", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0111/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0111/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0111/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0111/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0111/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0111/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0111/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0111/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0111/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0111/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0111/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0111/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0111/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0111/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0111/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0111/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0112", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0112/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0112/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0112/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0112/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0112/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0112/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0112/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0112/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0112/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0112/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0112/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0112/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0112/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0112/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0112/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0112/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0113", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0113/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0113/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0113/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0113/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0113/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0113/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0113/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0113/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0113/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0113/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0113/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0113/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0113/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0113/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0113/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0113/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0114", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0114/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0114/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0114/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0114/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0114/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0114/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0114/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0114/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0114/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0114/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0114/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0114/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0114/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0114/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0114/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0114/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0115", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0115/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0115/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0115/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0115/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0115/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0115/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0115/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0115/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0115/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0115/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0115/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0115/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0115/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0115/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0115/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0115/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0116", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0116/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0116/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0116/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0116/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0116/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0116/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0116/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0116/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0116/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0116/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0116/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0116/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0116/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0116/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0116/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0116/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0117", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0117/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0117/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0117/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0117/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0117/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0117/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0117/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0117/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0117/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0117/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0117/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0117/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0117/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0117/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0117/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0117/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0118", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0118/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0118/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0118/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0118/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0118/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0118/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0118/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0118/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0118/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0118/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0118/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0118/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0118/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0118/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0118/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0118/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0119", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0119/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0119/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0119/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0119/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0119/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0119/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0119/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0119/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0119/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0119/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0119/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0119/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0119/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0119/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0119/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0119/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0120", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0120/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0120/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0120/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0120/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0120/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0120/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0120/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0120/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0120/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0120/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0120/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0120/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0120/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0120/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0120/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0120/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0121", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0121/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0121/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0121/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0121/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0121/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0121/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0121/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0121/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0121/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0121/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0121/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0121/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0121/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0121/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0121/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0121/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0122", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0122/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0122/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0122/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0122/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0122/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0122/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0122/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0122/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0122/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0122/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0122/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0122/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0122/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0122/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0122/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0122/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0123", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0123/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0123/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0123/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0123/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0123/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0123/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0123/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0123/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0123/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0123/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0123/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0123/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0123/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0123/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0123/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0123/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0124", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0124/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0124/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0124/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0124/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0124/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0124/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0124/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0124/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0124/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0124/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0124/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0124/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0124/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0124/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0124/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0124/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0125", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0125/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0125/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0125/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0125/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0125/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0125/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0125/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0125/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0125/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0125/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0125/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0125/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0125/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0125/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0125/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0125/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0126", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0126/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0126/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0126/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0126/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0126/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0126/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0126/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0126/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0126/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0126/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0126/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0126/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0126/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0126/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0126/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0126/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0127", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0127/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0127/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0127/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0127/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0127/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0127/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0127/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0127/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0127/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0127/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0127/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0127/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0127/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0127/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0127/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0127/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0128", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0128/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0128/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0128/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0128/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0128/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0128/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0128/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0128/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0128/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0128/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0128/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0128/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0128/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0128/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0128/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0128/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0129", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0129/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0129/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0129/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0129/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0129/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0129/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0129/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0129/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0129/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0129/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0129/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0129/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0129/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0129/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0129/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0129/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0130", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0130/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0130/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0130/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0130/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0130/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0130/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0130/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0130/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0130/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0130/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0130/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0130/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0130/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0130/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0130/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0130/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0131", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0131/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0131/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0131/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0131/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0131/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0131/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0131/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0131/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0131/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0131/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0131/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0131/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0131/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0131/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0131/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0131/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0132", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0132/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0132/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0132/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0132/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0132/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0132/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0132/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0132/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0132/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0132/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0132/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0132/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0132/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0132/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0132/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0132/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0133", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0133/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0133/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0133/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0133/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0133/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0133/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0133/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0133/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0133/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0133/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0133/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0133/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0133/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0133/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0133/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0133/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0134", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0134/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0134/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0134/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0134/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0134/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0134/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0134/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0134/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0134/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0134/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0134/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0134/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0134/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0134/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0134/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0134/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0135", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0135/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0135/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0135/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0135/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0135/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0135/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0135/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0135/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0135/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0135/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0135/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0135/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0135/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0135/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0135/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0135/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0136", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0136/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0136/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0136/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0136/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0136/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0136/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0136/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0136/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0136/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0136/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0136/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0136/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0136/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0136/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0136/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0136/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0137", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0137/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0137/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0137/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0137/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0137/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0137/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0137/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0137/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0137/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0137/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0137/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0137/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0137/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0137/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0137/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0137/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0138", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0138/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0138/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0138/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0138/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0138/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0138/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0138/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0138/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0138/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0138/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0138/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0138/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0138/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0138/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0138/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0138/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0139", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0139/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0139/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0139/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0139/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0139/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0139/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0139/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0139/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0139/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0139/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0139/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0139/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0139/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0139/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0139/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0139/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0140", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0140/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0140/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0140/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0140/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0140/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0140/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0140/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0140/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0140/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0140/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0140/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0140/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0140/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0140/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0140/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0140/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0141", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0141/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0141/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0141/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0141/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0141/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0141/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0141/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0141/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0141/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0141/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0141/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0141/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0141/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0141/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0141/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0141/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0142", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0142/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0142/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0142/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0142/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0142/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0142/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0142/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0142/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0142/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0142/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0142/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0142/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0142/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0142/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0142/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0142/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0143", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0143/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0143/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0143/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0143/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0143/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0143/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0143/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0143/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0143/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0143/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0143/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0143/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0143/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0143/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0143/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0143/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0144", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0144/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0144/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0144/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0144/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0144/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0144/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0144/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0144/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0144/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0144/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0144/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0144/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0144/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0144/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0144/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0144/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0145", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0145/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0145/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0145/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0145/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0145/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0145/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0145/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0145/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0145/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0145/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0145/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0145/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0145/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0145/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0145/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0145/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0146", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0146/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0146/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0146/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0146/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0146/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0146/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0146/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0146/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0146/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0146/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0146/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0146/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0146/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0146/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0146/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0146/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0147", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0147/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0147/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0147/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0147/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0147/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0147/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0147/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0147/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0147/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0147/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0147/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0147/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0147/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0147/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0147/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0147/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0148", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0148/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0148/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0148/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0148/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0148/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0148/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0148/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0148/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0148/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0148/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0148/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0148/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0148/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0148/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0148/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0148/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0149", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0149/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0149/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0149/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0149/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0149/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0149/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0149/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0149/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0149/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0149/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0149/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0149/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0149/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0149/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0149/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0149/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0150", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0150/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0150/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0150/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0150/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0150/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0150/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0150/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0150/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0150/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0150/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0150/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0150/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0150/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0150/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0150/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0150/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0151", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0151/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0151/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0151/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0151/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0151/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0151/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0151/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0151/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0151/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0151/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0151/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0151/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0151/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0151/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0151/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0151/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0152", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0152/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0152/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0152/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0152/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0152/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0152/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0152/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0152/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0152/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0152/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0152/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0152/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0152/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0152/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0152/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0152/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0153", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0153/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0153/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0153/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0153/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0153/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0153/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0153/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0153/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0153/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0153/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0153/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0153/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0153/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0153/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0153/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0153/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0154", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0154/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0154/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0154/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0154/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0154/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0154/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0154/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0154/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0154/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0154/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0154/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0154/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0154/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0154/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0154/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0154/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0155", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0155/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0155/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0155/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0155/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0155/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0155/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0155/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0155/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0155/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0155/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0155/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0155/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0155/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0155/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0155/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0155/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0156", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0156/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0156/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0156/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0156/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0156/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0156/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0156/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0156/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0156/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0156/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0156/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0156/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0156/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0156/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0156/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0156/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0157", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0157/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0157/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0157/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0157/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0157/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0157/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0157/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0157/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0157/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0157/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0157/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0157/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0157/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0157/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0157/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0157/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0158", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0158/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0158/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0158/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0158/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0158/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0158/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0158/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0158/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0158/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0158/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0158/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0158/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0158/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0158/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0158/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0158/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0159", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0159/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0159/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0159/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0159/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0159/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0159/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0159/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0159/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0159/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0159/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0159/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0159/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0159/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0159/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0159/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0159/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0160", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0160/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0160/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0160/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0160/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0160/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0160/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0160/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0160/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0160/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0160/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0160/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0160/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0160/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0160/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0160/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0160/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0161", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0161/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0161/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0161/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0161/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0161/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0161/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0161/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0161/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0161/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0161/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0161/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0161/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0161/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0161/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0161/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0161/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0162", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0162/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0162/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0162/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0162/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0162/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0162/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0162/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0162/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0162/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0162/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0162/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0162/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0162/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0162/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0162/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0162/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0163", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0163/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0163/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0163/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0163/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0163/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0163/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0163/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0163/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0163/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0163/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0163/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0163/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0163/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0163/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0163/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0163/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0164", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0164/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0164/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0164/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0164/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0164/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0164/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0164/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0164/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0164/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0164/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0164/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0164/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0164/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0164/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0164/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0164/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0165", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0165/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0165/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0165/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0165/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0165/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0165/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0165/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0165/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0165/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0165/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0165/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0165/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0165/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0165/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0165/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0165/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0166", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0166/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0166/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0166/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0166/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0166/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0166/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0166/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0166/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0166/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0166/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0166/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0166/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0166/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0166/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0166/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0166/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0167", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0167/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0167/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0167/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0167/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0167/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0167/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0167/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0167/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0167/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0167/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0167/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0167/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0167/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0167/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0167/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0167/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0168", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0168/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0168/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0168/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0168/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0168/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0168/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0168/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0168/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0168/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0168/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0168/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0168/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0168/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0168/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0168/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0168/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0169", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0169/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0169/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0169/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0169/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0169/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0169/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0169/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0169/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0169/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0169/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0169/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0169/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0169/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0169/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0169/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0169/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0170", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0170/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0170/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0170/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0170/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0170/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0170/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0170/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0170/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0170/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0170/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0170/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0170/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0170/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0170/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0170/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0170/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0171", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0171/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0171/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0171/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0171/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0171/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0171/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0171/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0171/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0171/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0171/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0171/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0171/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0171/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0171/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0171/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0171/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0172", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0172/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0172/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0172/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0172/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0172/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0172/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0172/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0172/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0172/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0172/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0172/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0172/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0172/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0172/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0172/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0172/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0173", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0173/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0173/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0173/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0173/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0173/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0173/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0173/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0173/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0173/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0173/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0173/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0173/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0173/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0173/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0173/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0173/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0174", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0174/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0174/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0174/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0174/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0174/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0174/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0174/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0174/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0174/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0174/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0174/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0174/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0174/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0174/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0174/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0174/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0175", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0175/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0175/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0175/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0175/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0175/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0175/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0175/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0175/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0175/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0175/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0175/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0175/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0175/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0175/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0175/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0175/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0176", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0176/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0176/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0176/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0176/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0176/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0176/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0176/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0176/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0176/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0176/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0176/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0176/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0176/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0176/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0176/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0176/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0177", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0177/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0177/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0177/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0177/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0177/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0177/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0177/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0177/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0177/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0177/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0177/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0177/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0177/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0177/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0177/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0177/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0178", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0178/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0178/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0178/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0178/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0178/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0178/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0178/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0178/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0178/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0178/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0178/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0178/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0178/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0178/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0178/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0178/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0179", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0179/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0179/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0179/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0179/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0179/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0179/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0179/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0179/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0179/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0179/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0179/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0179/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0179/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0179/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0179/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0179/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0180", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0180/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0180/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0180/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0180/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0180/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0180/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0180/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0180/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0180/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0180/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0180/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0180/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0180/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0180/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0180/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0180/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0181", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0181/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0181/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0181/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0181/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0181/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0181/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0181/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0181/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0181/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0181/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0181/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0181/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0181/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0181/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0181/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0181/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0182", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0182/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0182/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0182/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0182/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0182/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0182/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0182/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0182/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0182/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0182/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0182/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0182/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0182/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0182/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0182/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0182/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0183", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0183/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0183/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0183/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0183/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0183/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0183/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0183/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0183/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0183/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0183/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0183/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0183/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0183/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0183/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0183/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0183/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0184", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0184/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0184/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0184/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0184/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0184/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0184/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0184/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0184/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0184/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0184/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0184/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0184/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0184/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0184/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0184/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0184/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0185", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0185/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0185/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0185/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0185/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0185/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0185/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0185/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0185/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0185/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0185/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0185/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0185/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0185/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0185/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0185/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0185/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0186", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0186/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0186/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0186/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0186/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0186/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0186/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0186/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0186/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0186/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0186/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0186/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0186/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0186/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0186/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0186/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0186/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0187", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0187/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0187/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0187/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0187/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0187/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0187/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0187/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0187/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0187/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0187/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0187/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0187/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0187/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0187/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0187/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0187/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0188", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0188/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0188/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0188/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0188/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0188/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0188/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0188/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0188/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0188/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0188/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0188/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0188/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0188/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0188/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0188/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0188/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0189", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0189/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0189/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0189/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0189/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0189/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0189/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0189/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0189/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0189/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0189/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0189/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0189/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0189/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0189/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0189/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0189/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0190", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0190/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0190/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0190/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0190/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0190/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0190/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0190/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0190/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0190/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0190/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0190/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0190/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0190/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0190/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0190/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0190/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0191", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0191/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0191/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0191/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0191/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0191/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0191/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0191/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0191/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0191/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0191/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0191/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0191/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0191/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0191/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0191/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0191/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0192", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0192/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0192/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0192/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0192/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0192/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0192/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0192/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0192/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0192/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0192/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0192/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0192/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0192/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0192/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0192/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0192/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0193", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0193/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0193/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0193/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0193/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0193/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0193/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0193/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0193/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0193/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0193/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0193/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0193/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0193/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0193/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0193/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0193/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0194", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0194/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0194/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0194/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0194/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0194/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0194/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0194/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0194/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0194/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0194/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0194/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0194/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0194/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0194/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0194/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0194/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0195", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0195/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0195/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0195/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0195/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0195/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0195/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0195/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0195/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0195/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0195/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0195/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0195/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0195/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0195/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0195/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0195/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0196", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0196/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0196/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0196/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0196/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0196/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0196/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0196/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0196/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0196/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0196/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0196/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0196/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0196/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0196/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0196/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0196/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0197", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0197/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0197/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0197/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0197/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0197/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0197/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0197/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0197/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0197/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0197/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0197/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0197/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0197/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0197/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0197/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0197/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0198", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0198/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0198/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0198/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0198/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0198/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0198/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0198/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0198/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0198/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0198/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0198/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0198/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0198/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0198/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0198/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0198/ooc/oc_sweep_manifest.json" + }, + { + "sample_id": "sample_0199", + "files": { + "geometry_json": "/tmp/squiggles-hf/samples/sample_0199/geometry.json", + "geometry_png": "/tmp/squiggles-hf/samples/sample_0199/geometry.png", + "domain_ids_npz": "/tmp/squiggles-hf/samples/sample_0199/domain_ids.npz" + }, + "ooc": { + "oc_iso_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0199/ooc/oc_iso_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0199/ooc/oc_iso_0/oc_manifest.json" + }, + "oc_iso_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0199/ooc/oc_iso_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0199/ooc/oc_iso_1/oc_manifest.json" + }, + "oc_iso_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0199/ooc/oc_iso_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0199/ooc/oc_iso_2/oc_manifest.json" + }, + "oc_uniax_0": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0199/ooc/oc_uniax_0/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0199/ooc/oc_uniax_0/oc_manifest.json" + }, + "oc_uniax_1": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0199/ooc/oc_uniax_1/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0199/ooc/oc_uniax_1/oc_manifest.json" + }, + "oc_uniax_2": { + "nk_tensor_npz": "/tmp/squiggles-hf/samples/sample_0199/ooc/oc_uniax_2/nk_tensor.npz", + "oc_manifest_json": "/tmp/squiggles-hf/samples/sample_0199/ooc/oc_uniax_2/oc_manifest.json" + } + }, + "ooc_sweep_manifest_json": "/tmp/squiggles-hf/samples/sample_0199/ooc/oc_sweep_manifest.json" + } + ] +} \ No newline at end of file diff --git a/samples/sample_0000/domain_ids.npz b/samples/sample_0000/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..54dbe8fbe0f52c993d7ece71a6879897be895dbf --- /dev/null +++ b/samples/sample_0000/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c4fe9b9203e070a4317dec145b0e9c4c170deaa0f51f92c94163939260152f +size 3099 diff --git a/samples/sample_0000/geometry.json b/samples/sample_0000/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..36bbe16a4c71bb4793be647c629706282e9bca7f --- /dev/null +++ b/samples/sample_0000/geometry.json @@ -0,0 +1,1622 @@ +{ + "created_at": "2026-07-07T07:12:05.543460+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000", + "sample_kind": "interior", + "sample_label": "interior_0000", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.5390535471165336, + "height_bg_ratio": 0.2021212281305801, + "n_segments": 0.834122954182211, + "width_ratio": 0.3262053369356799, + "segment_height_ratio": 0.7138812830170986, + "n_interfaces": 0.44892316840777824, + "interface_0_width_frac_0": 0.6349191725708603, + "interface_0_width_frac_1": 0.803337621822182, + "interface_0_width_frac_2": 0.795953873465228, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.35432467613079444, + "interface_0_height_frac_1": 0.6898552166120303, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.48229653541887174, + "interface_1_width_frac_1": 0.5059905711593597, + "interface_1_width_frac_2": 0.22054292785107132, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.3273010633382216, + "interface_1_height_frac_1": 0.9955211484769246, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.7695267735582667, + "widths": [ + 0.56310266846784, + 0.56310266846784, + 0.56310266846784, + 0.56310266846784, + 0.56310266846784, + 0.56310266846784, + 0.56310266846784, + 0.56310266846784, + 0.56310266846784, + 0.56310266846784, + 0.56310266846784 + ], + "segment_heights": [ + 1.4137397320730831, + 1.4137397320730831, + 1.4137397320730831, + 1.4137397320730831, + 1.4137397320730831, + 1.4137397320730831, + 1.4137397320730831, + 1.4137397320730831, + 1.4137397320730831, + 1.4137397320730831 + ], + "height_bg": 1.30318184219587, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.6992055449139731, + 0.7918356920022002, + 0.7877746304058754, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.6152630944803794, + 0.6282948141376479, + 0.47129861031808923, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.5448785718719369, + 0.7294203691366167, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.5300155848360218, + 0.8975366316623086, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.8847633867791334, + -2.0, + 0.8847633867791334, + -2.0, + 0.8847633867791334, + 21.4045689376538, + -0.8847633867791334, + 21.4045689376538 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.8847633867791334, + 0.0, + 0.8847633867791334, + 0.0, + 0.8847633867791334, + 1.30318184219587, + -0.8847633867791334, + 1.30318184219587 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.3662404143935558, + 0.0, + 0.3594822945746834, + 0.5584406716806176, + 0.35408112738731645, + 1.0588870465264664, + 0.34993612738101576, + 1.506738574931894, + 0.34694650910534197, + 1.9073947072912472, + 0.34501148710985596, + 2.2662548939988736, + 0.3440302759441184, + 2.588718585449122, + 0.3439020901576899, + 2.8801852320363377, + 0.3445261443001314, + 3.14605428415487, + 0.3458016529210035, + 3.3917251921990657, + 0.347627830569867, + 3.6225974065632722, + 0.34990443856076436, + 3.843955049084339, + 0.3525423861887581, + 4.058730807640296, + 0.35546299095758715, + 4.267661975688643, + 0.35858796896229683, + 4.471401772168465, + 0.36183903629793335, + 4.670603416018851, + 0.36513790905954235, + 4.865920126178884, + 0.36840630334216984, + 5.058005121587652, + 0.37156593524086157, + 5.2475116211842385, + 0.3745385208506635, + 5.43509284390773, + 0.37724577626662137, + 5.621402008697213, + 0.37960942045524515, + 5.8070923186192225, + 0.3815741326107419, + 5.992690059827309, + 0.3831630546864251, + 6.178287801035396, + 0.384416075014789, + 6.363885542243485, + 0.38537308192832764, + 6.549483283451569, + 0.3860739637595353, + 6.735081024659658, + 0.386558608840906, + 6.920678765867744, + 0.3868669055049342, + 7.106276507075831, + 0.3870387420841138, + 7.291874248283919, + 0.3871140069109392, + 7.477471989492005, + 0.3871325883179043, + 7.663069730700092, + 0.38713308457164, + 7.848667471908178, + 0.38713308457164, + 8.034265213116267, + 0.3871330845716401, + 8.219862954324352, + 0.38713308457164, + 8.405460695532438, + 0.38713308457164, + 8.591058436740525, + 0.38713308457164, + 8.776656177948611, + 0.38713308457164, + 8.9622539191567, + 0.3871330845716401, + 9.147851660364788, + 0.38713308457164, + 9.333449401572873, + 0.38713308457164, + 9.519047142780959, + 0.38713308457164, + 9.704644883989046, + 0.38713308457164, + 9.890242625197134, + 0.38713308457164, + 10.075840366405224, + 0.38713308457164, + 10.261438107613309, + 0.3871330845716401, + 10.447035848821397, + 0.38713308457164, + 10.632633590029481, + 0.38713308457164, + 10.818231331237568, + 0.38713308457164, + 11.003829072445653, + 0.38713308457164, + 11.18942681365374, + 0.38713308457164, + 11.37502455486183, + 0.38713308457164, + 11.560622296069916, + 0.3871330845716401, + 11.746220037278004, + 0.38713308457164, + 11.931817778486089, + 0.3871330845716401, + 12.117415519694177, + 0.38713308457164, + 12.303013260902263, + 0.38713308457164, + 12.488611002110352, + 0.38713308457164, + 12.674208743318436, + 0.3871330845716401, + 12.859806484526525, + 0.38713308457164, + 13.045404225734611, + 0.38713308457164, + 13.231001966942697, + 0.38713308457164, + 13.41659970815078, + 0.38713308457164, + 13.60219744935887, + 0.38713308457164, + 13.787795190566955, + 0.38713308457164, + 13.973392931775047, + 0.38713308457164, + 14.15899067298313, + 0.3871330845716401, + 14.344588414191223, + 0.38713308457164, + 14.530186155399306, + 0.38713308457164, + 14.715783896607391, + 0.3871330845716401, + 14.901381637815478, + 0.3871330845716401, + 15.086979379023566, + 0.38713308457164, + 15.27257712023165, + 0.38713308457164, + 15.45817486143974, + 0.38713308457164, + 15.643772602647827, + 0.38713308457164, + 15.829370343855913, + 0.38713308457164, + 16.014968085063998, + 0.38713308457164, + 16.20056582627209, + 0.38713308457164, + 16.38616356748017, + 0.38713308457164, + 16.571761308688263, + 0.38713308457164, + 16.757359049896348, + 0.38713308457164, + 16.942956791104436, + 0.3871330845716401, + 17.128554532312524, + 0.38713308457164, + 17.31415227352061, + 0.38713203657527107, + 17.49974738360264, + 0.38693385063692765, + 17.684847554205817, + 0.3859198977749788, + 17.86789963983872, + 0.3834162835742727, + 18.047211744221553, + 0.3787491136196569, + 18.221091971074518, + 0.37124449349597943, + 18.387848424117823, + 0.3602285287880881, + 18.545789207071685, + 0.34502732508083045, + 18.693222423656294, + 0.32496698795905476, + 18.828456177591868, + 0.2993736230076085, + 18.949798572598596, + 0.2675733358113396, + 19.055557712396702, + 0.22902703048805834, + 19.14415451023625, + 0.18442181603213217, + 19.21503605964235, + 0.1350993406701418, + 19.268197221696926, + 0.08240739323238959, + 19.30363799639998, + 0.027693762549180982, + 19.321358383751505, + -0.027693762549179907, + 19.321358383751505, + -0.08240739323238852, + 19.303637996399978, + -0.1350993406701408, + 19.26819722169693, + -0.18442181603213212, + 19.21503605964235, + -0.22902703048805828, + 19.144154510236245, + -0.2675733358113396, + 19.055557712396702, + -0.2993736230076084, + 18.949798572598596, + -0.32496698795905465, + 18.828456177591864, + -0.34502732508083045, + 18.693222423656294, + -0.3602285287880881, + 18.54578920707168, + -0.3712444934959793, + 18.387848424117823, + -0.3787491136196569, + 18.221091971074518, + -0.3834162835742726, + 18.047211744221556, + -0.3859198977749788, + 17.86789963983872, + -0.38693385063692753, + 17.684847554205817, + -0.38713203657527107, + 17.49974738360264, + -0.38713308457163986, + 17.31415227352061, + -0.38713308457164, + 17.128554532312524, + -0.38713308457163986, + 16.942956791104436, + -0.38713308457163986, + 16.757359049896355, + -0.38713308457164, + 16.571761308688263, + -0.38713308457164, + 16.38616356748018, + -0.38713308457164, + 16.20056582627209, + -0.38713308457164, + 16.014968085064005, + -0.38713308457164, + 15.829370343855917, + -0.38713308457164, + 15.643772602647829, + -0.38713308457164, + 15.458174861439742, + -0.38713308457163986, + 15.272577120231656, + -0.38713308457164, + 15.086979379023568, + -0.38713308457164, + 14.901381637815481, + -0.38713308457164, + 14.715783896607393, + -0.38713308457163986, + 14.530186155399308, + -0.3871330845716401, + 14.344588414191223, + -0.38713308457164, + 14.15899067298313, + -0.38713308457164, + 13.973392931775047, + -0.38713308457164, + 13.787795190566959, + -0.38713308457163986, + 13.60219744935887, + -0.38713308457164, + 13.416599708150786, + -0.38713308457163986, + 13.2310019669427, + -0.38713308457164, + 13.045404225734616, + -0.38713308457164, + 12.85980648452653, + -0.38713308457164, + 12.674208743318442, + -0.38713308457164, + 12.488611002110355, + -0.38713308457163986, + 12.303013260902267, + -0.38713308457164, + 12.117415519694182, + -0.38713308457164, + 11.931817778486096, + -0.38713308457163986, + 11.746220037278006, + -0.38713308457164, + 11.56062229606992, + -0.38713308457164, + 11.375024554861833, + -0.38713308457164, + 11.189426813653744, + -0.38713308457164, + 11.00382907244566, + -0.38713308457164, + 10.81823133123757, + -0.38713308457163986, + 10.632633590029483, + -0.3871330845716401, + 10.447035848821399, + -0.38713308457164, + 10.26143810761331, + -0.38713308457164, + 10.075840366405224, + -0.38713308457164, + 9.890242625197136, + -0.38713308457164, + 9.70464488398905, + -0.38713308457163986, + 9.51904714278096, + -0.38713308457163986, + 9.333449401572874, + -0.38713308457163986, + 9.147851660364791, + -0.38713308457164, + 8.962253919156703, + -0.38713308457164, + 8.776656177948617, + -0.38713308457164, + 8.59105843674053, + -0.38713308457163986, + 8.405460695532442, + -0.38713308457164, + 8.219862954324356, + -0.38713308457164, + 8.034265213116269, + -0.38713308457164, + 7.848667471908182, + -0.3871325883179043, + 7.663069730700094, + -0.3871140069109391, + 7.477471989492003, + -0.3870387420841137, + 7.29187424828392, + -0.3868669055049341, + 7.106276507075835, + -0.386558608840906, + 6.920678765867747, + -0.3860739637595352, + 6.735081024659662, + -0.38537308192832753, + 6.549483283451572, + -0.3844160750147889, + 6.363885542243489, + -0.3831630546864251, + 6.178287801035398, + -0.3815741326107419, + 5.992690059827314, + -0.37960942045524515, + 5.807092318619223, + -0.37724577626662137, + 5.621402008697218, + -0.3745385208506635, + 5.435092843907731, + -0.37156593524086157, + 5.247511621184242, + -0.36840630334216984, + 5.058005121587653, + -0.36513790905954235, + 4.865920126178889, + -0.36183903629793324, + 4.67060341601885, + -0.35858796896229683, + 4.471401772168469, + -0.35546299095758693, + 4.267661975688641, + -0.3525423861887581, + 4.058730807640298, + -0.34990443856076425, + 3.843955049084338, + -0.347627830569867, + 3.6225974065632744, + -0.3458016529210034, + 3.3917251921990643, + -0.3445261443001314, + 3.1460542841548733, + -0.3439020901576899, + 2.880185232036335, + -0.3440302759441184, + 2.588718585449124, + -0.34501148710985585, + 2.266254893998882, + -0.34694650910534197, + 1.9073947072912494, + -0.34993612738101565, + 1.5067385749319036, + -0.35408112738731634, + 1.058887046526468, + -0.35948229457468317, + 0.5584406716806289, + -0.3662404143935557, + 8.881784197001252e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.19686225407428423, + 0.0, + 0.2036203738931567, + 0.21380310923606496, + 0.20902154108052362, + 0.4144275387904003, + 0.2131665410868243, + 0.602626188377, + 0.21615615936249802, + 0.779151957709858, + 0.21809118135798405, + 0.9447577465029686, + 0.21907239252372163, + 1.100196454470326, + 0.21920057831015002, + 1.2462209813259235, + 0.2185765241677086, + 1.3835842267837566, + 0.2173010155468365, + 1.513039090557818, + 0.21547483789797306, + 1.635338472362102, + 0.21319822990707563, + 1.751231003828973, + 0.2105602822790818, + 1.8613782946744357, + 0.20763967751025297, + 1.9663607074125806, + 0.2045146995055432, + 2.06675549312599, + 0.20126363216990673, + 2.163139902897247, + 0.19796475940829764, + 2.2560911878089334, + 0.19469636512567015, + 2.346186598943633, + 0.19153673322697837, + 2.4340033873839277, + 0.1885641476171765, + 2.5201188042124, + 0.1858568922012187, + 2.6051101005116326, + 0.18349324801259487, + 2.6895545133375984, + 0.18152853585709816, + 2.7739171229776383, + 0.17993961378141496, + 2.858279732617678, + 0.17868659345305113, + 2.9426423422577175, + 0.17772958653951246, + 3.0270049518977564, + 0.1770287047083048, + 3.1113675615377963, + 0.176544059626934, + 3.195730171177835, + 0.17623576296290588, + 3.280092780817875, + 0.17606392638372623, + 3.364455390457915, + 0.17598866155690088, + 3.448818000097954, + 0.17597008014993565, + 3.533180609737993, + 0.17596958389620002, + 3.617543219378033, + 0.17596958389620002, + 3.7019058290180724, + 0.17596958389620002, + 3.7862684386581122, + 0.17596958389620002, + 3.8706310482981507, + 0.17596958389620002, + 3.95499365793819, + 0.17596958389620002, + 4.03935626757823, + 0.17596958389620002, + 4.12371887721827, + 0.17596958389620002, + 4.20808148685831, + 0.17596958389620002, + 4.292444096498349, + 0.1759695838962, + 4.376806706138388, + 0.17596958389620002, + 4.461169315778427, + 0.17596958389620002, + 4.545531925418467, + 0.17596958389620002, + 4.629894535058507, + 0.17596958389620002, + 4.714257144698546, + 0.17596958389620002, + 4.798619754338587, + 0.1759695838962, + 4.882982363978625, + 0.1759695838962, + 4.9673449736186654, + 0.1759695838962, + 5.051707583258703, + 0.17596958389620002, + 5.136070192898743, + 0.17596958389620002, + 5.220432802538783, + 0.17596958389620004, + 5.304795412178823, + 0.17596958389620004, + 5.3891580218188615, + 0.1759695838962, + 5.473520631458902, + 0.17596958389620002, + 5.557883241098941, + 0.17596958389620002, + 5.6422458507389806, + 0.17596958389620002, + 5.726608460379021, + 0.17596958389620002, + 5.810971070019059, + 0.17596958389620004, + 5.895333679659099, + 0.17596958389620004, + 5.979696289299138, + 0.17596958389620002, + 6.0640588989391775, + 0.17596958389620002, + 6.148421508579217, + 0.1759695838962, + 6.232784118219255, + 0.17596958389620002, + 6.317146727859296, + 0.17596958389620004, + 6.401509337499337, + 0.17596958389620002, + 6.485871947139375, + 0.17596958389620004, + 6.570234556779416, + 0.17596958389620002, + 6.654597166419454, + 0.17596958389620002, + 6.7389597760594935, + 0.17596958389620002, + 6.823322385699533, + 0.17596958389620002, + 6.907684995339572, + 0.17596958389620002, + 6.992047604979612, + 0.17596958389620004, + 7.076410214619651, + 0.17596958389620002, + 7.160772824259691, + 0.17596958389620002, + 7.245135433899731, + 0.1759695838962, + 7.32949804353977, + 0.17596958389620002, + 7.41386065317981, + 0.1759695838962, + 7.49822326281985, + 0.17596958389620002, + 7.582585872459888, + 0.1759695838962, + 7.666948482099928, + 0.17596958389620002, + 7.751311091739967, + 0.17596958389620004, + 7.835673701380007, + 0.1759695838962, + 7.920036311020046, + 0.1759691075342141, + 8.004397724693694, + 0.17587902301678532, + 8.08853416587696, + 0.1754181353522631, + 8.171739659346459, + 0.17428012889739672, + 8.253245161338656, + 0.172158688008935, + 8.332281628090003, + 0.16874749704362704, + 8.408080015836962, + 0.16374024035822188, + 8.479871280815988, + 0.1568306023094684, + 8.546886379263537, + 0.14771226725411582, + 8.608356267416072, + 0.13607891954891296, + 8.663511901510041, + 0.12162424355060894, + 8.711584237781906, + 0.10410319567639018, + 8.751855509527156, + 0.08382809819642371, + 8.784074395620838, + 0.06140879121370083, + 8.8082385601911, + 0.03745790601472256, + 8.824348003237942, + 0.012588073885991358, + 8.832402724761364, + -0.012588073885990862, + 8.832402724761364, + -0.03745790601472205, + 8.82434800323794, + -0.061408791213700346, + 8.808238560191102, + -0.08382809819642367, + 8.78407439562084, + -0.10410319567639013, + 8.751855509527156, + -0.12162424355060888, + 8.71158423778191, + -0.1360789195489129, + 8.663511901510041, + -0.14771226725411576, + 8.608356267416074, + -0.15683060230946838, + 8.54688637926354, + -0.1637402403582218, + 8.47987128081599, + -0.168747497043627, + 8.408080015836964, + -0.17215868800893494, + 8.332281628090007, + -0.17428012889739664, + 8.25324516133866, + -0.17541813535226308, + 8.17173965934646, + -0.17587902301678524, + 8.088534165876961, + -0.17596910753421408, + 8.004397724693696, + -0.17596958389619996, + 7.920036311020048, + -0.17596958389619996, + 7.835673701380009, + -0.1759695838962, + 7.75131109173997, + -0.17596958389619996, + 7.66694848209993, + -0.17596958389619996, + 7.582585872459891, + -0.1759695838962, + 7.498223262819852, + -0.17596958389619996, + 7.413860653179812, + -0.1759695838962, + 7.329498043539773, + -0.1759695838962, + 7.245135433899733, + -0.17596958389619996, + 7.160772824259694, + -0.17596958389619996, + 7.076410214619655, + -0.17596958389619996, + 6.992047604979614, + -0.17596958389619996, + 6.907684995339575, + -0.1759695838962, + 6.8233223856995355, + -0.17596958389619993, + 6.738959776059495, + -0.17596958389619993, + 6.654597166419456, + -0.1759695838962, + 6.570234556779417, + -0.17596958389619996, + 6.485871947139376, + -0.1759695838962, + 6.401509337499338, + -0.17596958389619993, + 6.317146727859297, + -0.17596958389619993, + 6.232784118219258, + -0.17596958389619993, + 6.148421508579219, + -0.17596958389619996, + 6.064058898939179, + -0.17596958389619996, + 5.979696289299142, + -0.1759695838962, + 5.895333679659102, + -0.17596958389619993, + 5.810971070019062, + -0.17596958389619996, + 5.726608460379023, + -0.17596958389619996, + 5.642245850738983, + -0.1759695838962, + 5.557883241098944, + -0.1759695838962, + 5.473520631458904, + -0.17596958389619996, + 5.389158021818864, + -0.17596958389619993, + 5.304795412178824, + -0.1759695838962, + 5.220432802538785, + -0.17596958389619996, + 5.136070192898746, + -0.1759695838962, + 5.051707583258707, + -0.17596958389619993, + 4.9673449736186654, + -0.17596958389619996, + 4.882982363978627, + -0.17596958389620002, + 4.798619754338588, + -0.17596958389619996, + 4.714257144698548, + -0.17596958389619996, + 4.629894535058509, + -0.17596958389619996, + 4.5455319254184685, + -0.1759695838962, + 4.461169315778429, + -0.17596958389619993, + 4.37680670613839, + -0.17596958389619993, + 4.29244409649835, + -0.17596958389619993, + 4.208081486858312, + -0.17596958389619996, + 4.123718877218273, + -0.17596958389619993, + 4.039356267578233, + -0.17596958389619996, + 3.9549936579381932, + -0.17596958389619996, + 3.870631048298154, + -0.17596958389619996, + 3.7862684386581145, + -0.17596958389619996, + 3.7019058290180746, + -0.17596958389619996, + 3.6175432193780357, + -0.1759700801499356, + 3.533180609737996, + -0.1759886615569008, + 3.4488180000979547, + -0.17606392638372614, + 3.3644553904579166, + -0.1762357629629058, + 3.2800927808178786, + -0.17654405962693395, + 3.195730171177838, + -0.17702870470830476, + 3.1113675615378, + -0.1777295865395124, + 3.0270049518977586, + -0.17868659345305105, + 2.9426423422577206, + -0.1799396137814149, + 2.85827973261768, + -0.18152853585709808, + 2.773917122977642, + -0.1834932480125948, + 2.6895545133376, + -0.1858568922012186, + 2.6051101005116357, + -0.1885641476171765, + 2.5201188042124016, + -0.19153673322697828, + 2.4340033873839304, + -0.19469636512567012, + 2.3461865989436346, + -0.19796475940829755, + 2.2560911878089365, + -0.20126363216990667, + 2.1631399028972473, + -0.2045146995055431, + 2.0667554931259926, + -0.20763967751025292, + 1.9663607074125808, + -0.21056028227908175, + 1.8613782946744382, + -0.21319822990707563, + 1.751231003828974, + -0.21547483789797298, + 1.6353384723621045, + -0.21730101554683648, + 1.5130390905578182, + -0.21857652416770854, + 1.3835842267837588, + -0.21920057831015002, + 1.2462209813259233, + -0.2190723925237216, + 1.1001964544703282, + -0.218091181357984, + 0.9447577465029738, + -0.216156159362498, + 0.7791519577098601, + -0.21316654108682434, + 0.6026261883770053, + -0.20902154108052354, + 0.4144275387904021, + -0.20362037389315674, + 0.2138031092360706, + -0.19686225407428418, + 1.5543122344752192e-15 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.17322814515584123, + 0.0, + 0.1736126559688123, + 0.21143560235916314, + 0.17281759374609768, + 0.41630102296389443, + 0.17107290954914545, + 0.6143085516729396, + 0.16860855443940365, + 0.8051704783450441, + 0.16565447947832046, + 0.9885990928389539, + 0.16244063572734402, + 1.164306685013415, + 0.15919697424792245, + 1.3320055447271721, + 0.15615344610150395, + 1.4914079618389722, + 0.15354000234953652, + 1.6422262262075602, + 0.1515865940534683, + 1.784172627691682, + 0.15051435200558, + 1.9169880136233697, + 0.1503645705300959, + 2.0409954896574907, + 0.15101064130736752, + 2.157061781510391, + 0.15231952604152338, + 2.266074433296442, + 0.154158186436692, + 2.3689209891300154, + 0.15639358419700183, + 2.4664889931254836, + 0.15889268102658133, + 2.5596659893972173, + 0.161522438629559, + 2.6493395220595897, + 0.16414981871006334, + 2.736397135226971, + 0.16664178297222287, + 2.821726373013734, + 0.16886529726807892, + 2.906214757967838, + 0.1707204941613037, + 2.990577367607878, + 0.17222084793584347, + 3.0749399772479173, + 0.17340402350373746, + 3.1593025868879576, + 0.17430768577702482, + 3.243665196527996, + 0.17496949966774478, + 3.3280278061680355, + 0.17542713008793653, + 3.4123904158080753, + 0.17571824194963925, + 3.4967530254481147, + 0.1758805001648921, + 3.581115635088154, + 0.17595156964573427, + 3.6654782447281935, + 0.17596911530420495, + 3.7498408543682333, + 0.1759695838962, + 3.8342034640082727, + 0.1759695838962, + 3.9185660736483117, + 0.1759695838962, + 4.002928683288351, + 0.1759695838962, + 4.087291292928391, + 0.1759695838962, + 4.171653902568431, + 0.1759695838962, + 4.256016512208469, + 0.1759695838962, + 4.34037912184851, + 0.1759695838962, + 4.42474173148855, + 0.1759695838962, + 4.509104341128587, + 0.1759695838962, + 4.593466950768628, + 0.1759695838962, + 4.677829560408668, + 0.1759695838962, + 4.762192170048706, + 0.1759695838962, + 4.846554779688747, + 0.1759695838962, + 4.930917389328786, + 0.1759695838962, + 5.015279998968826, + 0.1759695838962, + 5.099642608608865, + 0.1759695838962, + 5.184005218248904, + 0.1759695838962, + 5.268367827888944, + 0.1759695838962, + 5.352730437528983, + 0.1759695838962, + 5.437093047169022, + 0.17596958389620004, + 5.521455656809063, + 0.17596958389620004, + 5.605818266449101, + 0.1759695838962, + 5.690180876089141, + 0.1759695838962, + 5.77454348572918, + 0.1759695838962, + 5.858906095369219, + 0.1759695838962, + 5.94326870500926, + 0.1759695838962, + 6.0276313146493, + 0.17596958389620004, + 6.111993924289338, + 0.17596958389620004, + 6.196356533929378, + 0.1759695838962, + 6.280719143569417, + 0.1759695838962, + 6.365081753209457, + 0.1759695838962, + 6.449444362849496, + 0.1759695838962, + 6.533806972489536, + 0.17596958389620004, + 6.618169582129576, + 0.1759695838962, + 6.702532191769614, + 0.17596958389620004, + 6.786894801409655, + 0.1759695838962, + 6.871257411049695, + 0.1759695838962, + 6.955620020689734, + 0.1759695838962, + 7.039982630329773, + 0.1759695838962, + 7.124345239969812, + 0.1759695838962, + 7.208707849609851, + 0.17596958389620004, + 7.293070459249891, + 0.1759695838962, + 7.377433068889931, + 0.1759695838962, + 7.46179567852997, + 0.1759695838962, + 7.54615828817001, + 0.1759695838962, + 7.630520897810049, + 0.1759695838962, + 7.7148835074500886, + 0.1759695838962, + 7.799246117090129, + 0.1759695838962, + 7.883608726730168, + 0.1759695838962, + 7.967971336370207, + 0.17596958389620004, + 8.052333946010247, + 0.1759695838962, + 8.136696555650285, + 0.17596910753421408, + 8.221057969323937, + 0.17587902301678532, + 8.3051944105072, + 0.17541813535226308, + 8.388399903976701, + 0.1742801288973967, + 8.469905405968897, + 0.17215868800893497, + 8.548941872720244, + 0.16874749704362701, + 8.624740260467203, + 0.16374024035822188, + 8.69653152544623, + 0.15683060230946838, + 8.763546623893777, + 0.1477122672541158, + 8.82501651204631, + 0.13607891954891294, + 8.880172146140282, + 0.12162424355060893, + 8.928244482412147, + 0.10410319567639016, + 8.968515754157394, + 0.0838280981964237, + 9.000734640251078, + 0.06140879121370082, + 9.02489880482134, + 0.03745790601472255, + 9.04100824786818, + 0.012588073885991344, + 9.049062969391603, + -0.012588073885990876, + 9.049062969391603, + -0.03745790601472206, + 9.041008247868179, + -0.06140879121370036, + 9.024898804821342, + -0.08382809819642369, + 9.000734640251078, + -0.10410319567639015, + 8.968515754157394, + -0.1216242435506089, + 8.928244482412149, + -0.13607891954891294, + 8.880172146140282, + -0.1477122672541158, + 8.82501651204631, + -0.15683060230946838, + 8.76354662389378, + -0.16374024035822182, + 8.69653152544623, + -0.16874749704362701, + 8.624740260467204, + -0.17215868800893497, + 8.548941872720246, + -0.17428012889739664, + 8.469905405968898, + -0.17541813535226308, + 8.3883999039767, + -0.17587902301678526, + 8.305194410507198, + -0.17596910753421408, + 8.221057969323935, + -0.1759695838962, + 8.136696555650285, + -0.1759695838962, + 8.052333946010247, + -0.1759695838962, + 7.967971336370209, + -0.1759695838962, + 7.88360872673017, + -0.1759695838962, + 7.79924611709013, + -0.1759695838962, + 7.71488350745009, + -0.1759695838962, + 7.630520897810052, + -0.1759695838962, + 7.5461582881700116, + -0.1759695838962, + 7.461795678529973, + -0.1759695838962, + 7.377433068889932, + -0.1759695838962, + 7.293070459249893, + -0.1759695838962, + 7.208707849609853, + -0.1759695838962, + 7.124345239969813, + -0.1759695838962, + 7.039982630329774, + -0.17596958389619993, + 6.955620020689734, + -0.17596958389619993, + 6.871257411049695, + -0.1759695838962, + 6.786894801409657, + -0.1759695838962, + 6.702532191769615, + -0.1759695838962, + 6.618169582129576, + -0.17596958389619993, + 6.533806972489537, + -0.17596958389619993, + 6.449444362849497, + -0.17596958389619993, + 6.3650817532094575, + -0.1759695838962, + 6.280719143569418, + -0.1759695838962, + 6.1963565339293805, + -0.1759695838962, + 6.111993924289342, + -0.17596958389619993, + 6.0276313146493, + -0.1759695838962, + 5.943268705009261, + -0.1759695838962, + 5.858906095369222, + -0.1759695838962, + 5.774543485729183, + -0.1759695838962, + 5.690180876089143, + -0.1759695838962, + 5.605818266449104, + -0.17596958389619993, + 5.5214556568090645, + -0.1759695838962, + 5.437093047169023, + -0.1759695838962, + 5.352730437528984, + -0.1759695838962, + 5.268367827888945, + -0.17596958389619993, + 5.184005218248905, + -0.1759695838962, + 5.099642608608866, + -0.17596958389620004, + 5.015279998968826, + -0.1759695838962, + 4.930917389328788, + -0.1759695838962, + 4.846554779688748, + -0.1759695838962, + 4.762192170048707, + -0.1759695838962, + 4.677829560408668, + -0.17596958389619993, + 4.5934669507686285, + -0.17596958389619993, + 4.509104341128588, + -0.17596958389619993, + 4.424741731488551, + -0.1759695838962, + 4.340379121848512, + -0.17596958389619993, + 4.256016512208473, + -0.1759695838962, + 4.1716539025684325, + -0.1759695838962, + 4.087291292928392, + -0.1759695838962, + 4.002928683288353, + -0.1759695838962, + 3.9185660736483134, + -0.1759695838962, + 3.834203464008274, + -0.1759691153042049, + 3.7498408543682347, + -0.17595156964573422, + 3.6654782447281935, + -0.17588050016489204, + 3.581115635088156, + -0.1757182419496392, + 3.496753025448117, + -0.17542713008793653, + 3.4123904158080767, + -0.17496949966774478, + 3.328027806168038, + -0.17430768577702482, + 3.2436651965279975, + -0.17340402350373746, + 3.1593025868879594, + -0.1722208479358434, + 3.0749399772479187, + -0.1707204941613037, + 2.9905773676078806, + -0.16886529726807886, + 2.906214757967839, + -0.16664178297222287, + 2.8217263730137363, + -0.16414981871006334, + 2.736397135226972, + -0.161522438629559, + 2.649339522059592, + -0.15889268102658127, + 2.5596659893972187, + -0.15639358419700183, + 2.466488993125486, + -0.15415818643669194, + 2.368920989130016, + -0.15231952604152338, + 2.2660744332964446, + -0.15101064130736747, + 2.157061781510391, + -0.1503645705300959, + 2.0409954896574933, + -0.15051435200558, + 1.9169880136233701, + -0.1515865940534683, + 1.7841726276916843, + -0.15354000234953652, + 1.6422262262075598, + -0.1561534461015039, + 1.4914079618389744, + -0.1591969742479225, + 1.3320055447271713, + -0.16244063572734396, + 1.1643066850134167, + -0.16565447947832035, + 0.9885990928389592, + -0.1686085544394036, + 0.8051704783450461, + -0.17107290954914534, + 0.614308551672945, + -0.17281759374609768, + 0.41630102296389604, + -0.1736126559688123, + 0.2114356023591685, + -0.17322814515584117, + 1.2212453270876722e-15 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0000/geometry.png b/samples/sample_0000/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..ddba7d44c9d4b0e20ac8bbafafe163b8c0e282ce --- /dev/null +++ b/samples/sample_0000/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4363704f734c30e0dafe6f62179d6ad82d89836e4edd1c7e8956f553240b230 +size 207525 diff --git a/samples/sample_0000/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0000/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..224bc08ff0726775d6aa9ce1e7af8115e2d4ae5a --- /dev/null +++ b/samples/sample_0000/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880865894779244779cc45f0c28a5fa1e56516de2d41c92d9796a509895bf86b +size 14620 diff --git a/samples/sample_0000/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0000/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e02279074e1e35098ebb1901298ab7f054888283 --- /dev/null +++ b/samples/sample_0000/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,153 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T16:37:49.078091+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 12.598646790502036, + "widths": [ + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141 + ], + "segment_heights": [ + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937 + ], + "height_bg": 2.1918452610789694, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} diff --git a/samples/sample_0000/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0000/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..84e2be1d19a430dc6d8d363653234717d092afbd --- /dev/null +++ b/samples/sample_0000/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d704aea5e655e78f33cd1e0c9490dd9d2ea9584f7540aa50b88203f3dcae4067 +size 14618 diff --git a/samples/sample_0000/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0000/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1a82213fc9ee028b8665a5e6aea4cbeca893cb76 --- /dev/null +++ b/samples/sample_0000/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,153 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T16:37:49.077791+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 12.598646790502036, + "widths": [ + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141 + ], + "segment_heights": [ + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937 + ], + "height_bg": 2.1918452610789694, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} diff --git a/samples/sample_0000/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0000/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..cd11cadf7d560e7a3f58ff1d1c5742ffa389d477 --- /dev/null +++ b/samples/sample_0000/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53e97a138a1c7157da668d0a1a4e5bc7b9a378a8bee84aaa2837c48ccefbf71 +size 14619 diff --git a/samples/sample_0000/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0000/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..213703f794de3cde5bb0f30a6a1c2597d0e7f7ab --- /dev/null +++ b/samples/sample_0000/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,153 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T16:37:49.079285+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 12.598646790502036, + "widths": [ + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141 + ], + "segment_heights": [ + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937 + ], + "height_bg": 2.1918452610789694, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} diff --git a/samples/sample_0000/ooc/oc_sweep_manifest.json b/samples/sample_0000/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f1bdd485971dad6b62713342304d8d0122f053be --- /dev/null +++ b/samples/sample_0000/ooc/oc_sweep_manifest.json @@ -0,0 +1,996 @@ +{ + "created_at": "2026-07-06T16:37:51.763137+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0000", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T16:37:49.078091+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 12.598646790502036, + "widths": [ + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141 + ], + "segment_heights": [ + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937 + ], + "height_bg": 2.1918452610789694, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T16:37:49.077791+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 12.598646790502036, + "widths": [ + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141 + ], + "segment_heights": [ + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937 + ], + "height_bg": 2.1918452610789694, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T16:37:49.079285+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 12.598646790502036, + "widths": [ + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141 + ], + "segment_heights": [ + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937 + ], + "height_bg": 2.1918452610789694, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T16:37:49.079652+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 12.598646790502036, + "widths": [ + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141 + ], + "segment_heights": [ + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937 + ], + "height_bg": 2.1918452610789694, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T16:37:49.080063+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 12.598646790502036, + "widths": [ + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141 + ], + "segment_heights": [ + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937 + ], + "height_bg": 2.1918452610789694, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T16:37:49.078885+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 12.598646790502036, + "widths": [ + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141 + ], + "segment_heights": [ + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937 + ], + "height_bg": 2.1918452610789694, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} diff --git a/samples/sample_0000/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0000/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..71c84542f6f067b62efd9a07a7a7c071d3efd42a --- /dev/null +++ b/samples/sample_0000/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69841f14e2ed342d27b37c7f3c306bb33c7f27f9107e67822562b8d9429255ee +size 14618 diff --git a/samples/sample_0000/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0000/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..2ecc0c3940e6ab44f317de83392b0805e2069e49 --- /dev/null +++ b/samples/sample_0000/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,153 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T16:37:49.079652+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 12.598646790502036, + "widths": [ + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141 + ], + "segment_heights": [ + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937 + ], + "height_bg": 2.1918452610789694, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} diff --git a/samples/sample_0000/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0000/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff3b3e39ee5f17912b526e8c6628c86acc2e99e8 --- /dev/null +++ b/samples/sample_0000/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b427408e4e4978fee27f5b089db3b052951f3bdd67f967b8664c6f567f5fcd2 +size 14620 diff --git a/samples/sample_0000/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0000/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..08ef91a2ac1a6a25b656a773d454fa56dbecab17 --- /dev/null +++ b/samples/sample_0000/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,153 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T16:37:49.080063+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 12.598646790502036, + "widths": [ + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141 + ], + "segment_heights": [ + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937 + ], + "height_bg": 2.1918452610789694, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} diff --git a/samples/sample_0000/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0000/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..ea98c1f32688e045fb258c01de080c76f5fd7212 --- /dev/null +++ b/samples/sample_0000/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c928979a5128d93587432c5c8feb0b1b3dc1787c29e3edbf1926c52fc15dfc +size 14617 diff --git a/samples/sample_0000/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0000/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..52f2048caf628b9835a9bd04a4544e08be36eb14 --- /dev/null +++ b/samples/sample_0000/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,153 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T16:37:49.078885+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 12.598646790502036, + "widths": [ + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141, + 2.515170903475141 + ], + "segment_heights": [ + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937, + 3.9763660543596937 + ], + "height_bg": 2.1918452610789694, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0000/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} diff --git a/samples/sample_0001/domain_ids.npz b/samples/sample_0001/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..2273649d2525f81da9931894c31be712040e1ea6 --- /dev/null +++ b/samples/sample_0001/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a368c94c2be9ccbbef1726f2033b58b0e6775ef49b8aa0b4b48820cacc62cb6 +size 3085 diff --git a/samples/sample_0001/geometry.json b/samples/sample_0001/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..f4e4bfa7459a83990d2f4d3aa3ddbaf40daa42d3 --- /dev/null +++ b/samples/sample_0001/geometry.json @@ -0,0 +1,1592 @@ +{ + "created_at": "2026-07-07T07:12:05.044982+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001", + "sample_kind": "interior", + "sample_label": "interior_0001", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.04328096539913795, + "height_bg_ratio": 0.5036528732094302, + "n_segments": 0.1987512589534166, + "width_ratio": 0.05034502548578779, + "segment_height_ratio": 0.5648060989841165, + "n_interfaces": 0.01724187592309112, + "interface_0_width_frac_0": 0.16188208037124696, + "interface_0_width_frac_1": 0.5812196556965641, + "interface_0_width_frac_2": 0.3220409160591491, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.5807755271217876, + "interface_0_height_frac_1": 0.9915619650949943, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.41169826760028483, + "interface_1_width_frac_1": 0.30988999907242654, + "interface_1_width_frac_2": 0.7464263196221025, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.28343665017063724, + "interface_1_height_frac_1": 0.37071105470377563, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.5216404826995689, + "widths": [ + 0.4251725127428939, + 0.4251725127428939, + 0.4251725127428939, + 0.4251725127428939, + 0.4251725127428939, + 0.4251725127428939 + ], + "segment_heights": [ + 1.2124882336285574, + 1.2124882336285574, + 1.2124882336285574, + 1.2124882336285574, + 1.2124882336285574 + ], + "height_bg": 1.7554793098141452, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.4390351442041858, + 0.6696708106331102, + 0.527122503832532, + 0.625, + 0.625, + 0.625 + ], + [ + 0.5764340471801567, + 0.5204394994898346, + 0.7605344757921564, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.6694265399169832, + 0.8953590808022469, + 0.625, + 0.625, + 0.625 + ], + [ + 0.5058901575938505, + 0.5538910800870767, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.7608202413497844, + -2.0, + 0.7608202413497844, + -2.0, + 0.7608202413497844, + 9.954182744958803, + -0.7608202413497844, + 9.954182744958803 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.7608202413497844, + 0.0, + 0.7608202413497844, + 0.0, + 0.7608202413497844, + 1.7554793098141452, + -0.7608202413497844, + 1.7554793098141452 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.3318396750210277, + 0.0, + 0.32557424173175076, + 0.2131823369085653, + 0.3200547224051346, + 0.4152762605892801, + 0.3152393642054614, + 0.6067738882669172, + 0.3110864142970132, + 0.7881673371662502, + 0.30755411984407205, + 0.9599487245120522, + 0.30460072801091953, + 1.1226101675290951, + 0.3021844859618382, + 1.2766437834421533, + 0.3002636408611097, + 1.4225416894759995, + 0.29879643987301596, + 1.5607960028554062, + 0.2977411301618392, + 1.6918988408051474, + 0.29705595889186115, + 1.8163423205499951, + 0.2966991732273641, + 1.9346185593147234, + 0.2966290203326299, + 2.0472196743241047, + 0.2968037473719404, + 2.154637782802912, + 0.29718160150957784, + 2.2573650019759186, + 0.29772082990982396, + 2.3558934490678975, + 0.29837967973696095, + 2.450715241303622, + 0.29911639815527075, + 2.5423224959078654, + 0.2998892323290353, + 2.6312073301054, + 0.3006564294225366, + 2.7178618611209995, + 0.3013762366000566, + 2.802778206179436, + 0.30200690102587746, + 2.8864484825054837, + 0.302512500080283, + 2.96931090429796, + 0.30288973530145924, + 3.051502060424903, + 0.3031466498196584, + 3.1330536815241694, + 0.3032912981522737, + 3.213997392954272, + 0.303331734816698, + 3.294364820073722, + 0.3032760143303243, + 3.374187588241032, + 0.3031321912105456, + 3.453497322814711, + 0.30290831997475487, + 3.532325649153273, + 0.302612455140345, + 3.610704192615226, + 0.3022526512247091, + 3.688664578559085, + 0.30183696274524024, + 3.76623843234336, + 0.30137344421933127, + 3.843457379326562, + 0.3008701501643752, + 3.9203530448672033, + 0.30033513509776494, + 3.996957054323794, + 0.29977645353689353, + 4.073301033054847, + 0.29920215999915406, + 4.149416606418873, + 0.2986203090019394, + 4.225335399774384, + 0.2980389550626426, + 4.30108903847989, + 0.29746615269865667, + 4.376709147893903, + 0.2969099564273745, + 4.452227353374935, + 0.29637842076618903, + 4.527675280281498, + 0.29587960023249343, + 4.603084553972102, + 0.2954207667860751, + 4.678484319810297, + 0.29500297755605787, + 4.753884027806041, + 0.2946243259913047, + 4.829283735801788, + 0.2942828872886057, + 4.904683443797532, + 0.2939767366447513, + 4.980083151793279, + 0.29370394925653176, + 5.0554828597890245, + 0.29346260032073734, + 5.13088256778477, + 0.29325076503415837, + 5.206282275780516, + 0.29306651859358523, + 5.281681983776262, + 0.29290793619580796, + 5.357081691772007, + 0.2927730930376171, + 5.432481399767753, + 0.2926600643158029, + 5.5078811077635, + 0.2925669252271556, + 5.5832808157592435, + 0.2924917509684655, + 5.65868052375499, + 0.29243261673652304, + 5.734080231750737, + 0.2923875977281183, + 5.809479939746481, + 0.29235476914004166, + 5.884879647742227, + 0.2923322061690835, + 5.960279355737973, + 0.29231798401203407, + 6.035679063733719, + 0.29231017786568353, + 6.111078771729464, + 0.29230686292682245, + 6.18647847972521, + 0.29230611439224086, + 6.2618781877209555, + 0.2923034318965666, + 6.337270279776902, + 0.29226437416428713, + 6.4125586046530865, + 0.29213518320367043, + 6.4875898915610515, + 0.29186177907771427, + 6.562209917719869, + 0.29139008184941606, + 6.6362644603486025, + 0.2906660115817737, + 6.709599296666324, + 0.2896354883377848, + 6.7820602038921045, + 0.288244432180447, + 6.853492959245009, + 0.28643876317275796, + 6.92374333994411, + 0.28416440137771526, + 6.992657123208471, + 0.2813672668583168, + 7.060080086257167, + 0.27799327967756005, + 7.125858006309262, + 0.2739883598984428, + 7.1898366605838255, + 0.26929842758396255, + 7.2518618262999315, + 0.2638694027971171, + 7.3117792806766415, + 0.2576472056009041, + 7.3694348009330275, + 0.25057775605832117, + 7.424674164288159, + 0.24260697423236602, + 7.477343147961105, + 0.23368078018603627, + 7.527287529170933, + 0.2237450939823296, + 7.574353085136712, + 0.2127458356842437, + 7.6183855930775115, + 0.20062892535477622, + 7.659230830212401, + 0.18734491953986404, + 7.6967389811330165, + 0.17292760892716758, + 7.730839351583354, + 0.15748277951142717, + 7.761529684988659, + 0.1411185911666467, + 7.788809981348927, + 0.12394320376683127, + 7.812680240664163, + 0.10606477718598549, + 7.833140462934365, + 0.087591471298114, + 7.850190648159534, + 0.06863144597722155, + 7.863830796339669, + 0.049292861097312686, + 7.87406090747477, + 0.02968387653239224, + 7.880880981564839, + 0.00991265215646473, + 7.884291018609873, + -0.009912652156465102, + 7.884291018609871, + -0.029683876532392607, + 7.880880981564838, + -0.04929286109731269, + 7.87406090747477, + -0.06863144597722157, + 7.863830796339669, + -0.08759147129811401, + 7.850190648159534, + -0.10606477718598548, + 7.833140462934365, + -0.12394320376683128, + 7.812680240664163, + -0.1411185911666467, + 7.788809981348928, + -0.1574827795114272, + 7.761529684988658, + -0.17292760892716788, + 7.730839351583354, + -0.18734491953986426, + 7.696738981133016, + -0.2006289253547765, + 7.659230830212401, + -0.21274583568424396, + 7.6183855930775115, + -0.22374509398232958, + 7.574353085136712, + -0.23368078018603625, + 7.527287529170933, + -0.24260697423236602, + 7.477343147961105, + -0.25057775605832117, + 7.424674164288159, + -0.2576472056009041, + 7.369434800933027, + -0.2638694027971171, + 7.311779280676639, + -0.2692984275839626, + 7.251861826299929, + -0.2739883598984428, + 7.1898366605838255, + -0.2779932796775601, + 7.125858006309261, + -0.28136726685831687, + 7.060080086257166, + -0.28416440137771526, + 6.992657123208471, + -0.28643876317275796, + 6.92374333994411, + -0.288244432180447, + 6.853492959245011, + -0.28963548833778474, + 6.7820602038921045, + -0.2906660115817737, + 6.709599296666324, + -0.29139008184941606, + 6.6362644603486025, + -0.2918617790777142, + 6.562209917719867, + -0.2921351832036705, + 6.4875898915610515, + -0.2922643741642872, + 6.4125586046530865, + -0.29230343189656666, + 6.337270279776901, + -0.29230611439224086, + 6.261878187720954, + -0.2923068629268224, + 6.18647847972521, + -0.2923101778656836, + 6.111078771729465, + -0.29231798401203407, + 6.035679063733718, + -0.2923322061690835, + 5.960279355737972, + -0.29235476914004166, + 5.884879647742227, + -0.2923875977281183, + 5.809479939746481, + -0.29243261673652304, + 5.734080231750736, + -0.2924917509684655, + 5.658680523754989, + -0.29256692522715555, + 5.5832808157592435, + -0.29266006431580294, + 5.507881107763498, + -0.29277309303761706, + 5.432481399767753, + -0.29290793619580796, + 5.357081691772008, + -0.29306651859358523, + 5.281681983776263, + -0.29325076503415837, + 5.206282275780516, + -0.29346260032073734, + 5.130882567784771, + -0.29370394925653176, + 5.0554828597890245, + -0.2939767366447513, + 4.980083151793279, + -0.2942828872886057, + 4.904683443797532, + -0.29462432599130467, + 4.829283735801786, + -0.2950029775560579, + 4.75388402780604, + -0.2954207667860751, + 4.678484319810295, + -0.29587960023249343, + 4.603084553972102, + -0.29637842076618903, + 4.527675280281498, + -0.29690995642737444, + 4.452227353374935, + -0.2974661526986566, + 4.376709147893903, + -0.2980389550626426, + 4.301089038479889, + -0.2986203090019395, + 4.225335399774383, + -0.2992021599991541, + 4.149416606418872, + -0.2997764535368936, + 4.073301033054846, + -0.3003351350977649, + 3.996957054323793, + -0.3008701501643752, + 3.920353044867202, + -0.3013734442193312, + 3.8434573793265603, + -0.3018369627452403, + 3.76623843234336, + -0.3022526512247091, + 3.6886645785590852, + -0.302612455140345, + 3.6107041926152266, + -0.30290831997475487, + 3.532325649153272, + -0.3031321912105456, + 3.45349732281471, + -0.3032760143303243, + 3.374187588241031, + -0.303331734816698, + 3.294364820073722, + -0.3032912981522738, + 3.2139973929542722, + -0.3031466498196585, + 3.133053681524169, + -0.3028897353014592, + 3.0515020604249017, + -0.30251250008028296, + 2.9693109042979593, + -0.30200690102587746, + 2.886448482505484, + -0.30137623660005664, + 2.802778206179435, + -0.30065642942253656, + 2.717861861120999, + -0.29988923232903525, + 2.631207330105398, + -0.2991163981552707, + 2.5423224959078654, + -0.298379679736961, + 2.450715241303624, + -0.2977208299098239, + 2.355893449067897, + -0.2971816015095778, + 2.25736500197592, + -0.2968037473719404, + 2.1546377828029106, + -0.29662902033262983, + 2.047219674324105, + -0.2966991732273641, + 1.9346185593147216, + -0.2970559588918612, + 1.8163423205499956, + -0.29774113016183923, + 1.6918988408051447, + -0.29879643987301596, + 1.560796002855406, + -0.3002636408611097, + 1.4225416894759961, + -0.3021844859618382, + 1.2766437834421527, + -0.30460072801091964, + 1.1226101675290971, + -0.307554119844072, + 0.9599487245120505, + -0.3110864142970132, + 0.7881673371662519, + -0.3152393642054615, + 0.6067738882669149, + -0.32005472240513455, + 0.41527626058928097, + -0.32557424173175076, + 0.2131823369085618, + -0.3318396750210277, + 2.220446049250313e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.09333283772186624, + 0.0, + 0.09959827101114328, + 0.1084879582357856, + 0.10511779033775935, + 0.21374497816084242, + 0.10993314853743245, + 0.31583975266287434, + 0.11408609844588065, + 0.41484097462958563, + 0.11761839289882194, + 0.5108173369486797, + 0.12057178473197426, + 0.6038375325078608, + 0.12298802678105573, + 0.6939702541948329, + 0.1249088718817843, + 0.7812841948972999, + 0.12637607286987798, + 0.8658480475029655, + 0.1274313825810548, + 0.947730504899534, + 0.1281165538510327, + 1.027000259974709, + 0.12847333951552983, + 1.1037260056161944, + 0.1285434924102641, + 1.1779764347116946, + 0.1283687653709535, + 1.2498202401489131, + 0.12799091123331616, + 1.3193261148155542, + 0.12745168283306996, + 1.3865627515993213, + 0.12679283300593297, + 1.4515988433879183, + 0.12605611458762322, + 1.5145030830690505, + 0.12528328041385867, + 1.5753441635304202, + 0.12451608332035737, + 1.6341907776597322, + 0.12379627614283731, + 1.6911116183446895, + 0.12316561171701652, + 1.7461753784729974, + 0.12266001266261096, + 1.7994521373094632, + 0.12228277744143475, + 1.851019731873593, + 0.12202586292323546, + 1.9009586961216016, + 0.1218812145906202, + 1.949349566717474, + 0.12184077792619587, + 1.9962728803251941, + 0.12189649841256961, + 2.041809173608746, + 0.12204032153234834, + 2.086038983232113, + 0.1222641927681391, + 2.1290428458592796, + 0.12256005760254887, + 2.170901298154229, + 0.12291986151818474, + 2.211694876780946, + 0.12333554999765368, + 2.2515041184034152, + 0.12379906852356268, + 2.290409559685619, + 0.12430236257851882, + 2.3284917372915426, + 0.12483737764512903, + 2.365831187885169, + 0.12539605920600036, + 2.402508448130483, + 0.12597035274373986, + 2.4386040546914685, + 0.12655220374095452, + 2.474198544232109, + 0.1271335576802513, + 2.509372453416389, + 0.12770636004423727, + 2.5442063189082917, + 0.12826255631551947, + 2.5787806773718014, + 0.12879409197670486, + 2.613176065470903, + 0.12929291251040045, + 2.647473019869579, + 0.12975174595681888, + 2.681745761713812, + 0.130169535186836, + 2.716018356257332, + 0.13054818675158925, + 2.7502909508008537, + 0.13088962545428823, + 2.7845635453443736, + 0.13119577609814262, + 2.8188361398878947, + 0.13146856348636218, + 2.8531087344314154, + 0.13170991242215657, + 2.887381328974936, + 0.13192174770873552, + 2.9216539235184564, + 0.1321059941493088, + 2.955926518061978, + 0.13226457654708595, + 2.9901991126054988, + 0.1323994197052768, + 3.0244717071490195, + 0.13251244842709103, + 3.0587443016925397, + 0.13260558751573828, + 3.093016896236061, + 0.13268076177442834, + 3.1272894907795816, + 0.13273989600637093, + 3.161562085323103, + 0.1327849150147756, + 3.195834679866623, + 0.13281774360285223, + 3.230107274410144, + 0.1328403065738104, + 3.2643798689536645, + 0.13285452873085987, + 3.2986524634971857, + 0.13286233487721036, + 3.332925058040706, + 0.1328656498160715, + 3.3671976525842275, + 0.13286639835065306, + 3.401470247127748, + 0.1328651963166212, + 3.435739379880451, + 0.1328474428019487, + 3.4699613457332616, + 0.13278871963803202, + 3.504066476145974, + 0.13266444503532465, + 3.5379846698545268, + 0.13245003720428, + 3.57164582559486, + 0.13212091435535167, + 3.604979842102916, + 0.13165249469899307, + 3.637916618114634, + 0.1310201964456577, + 3.6703860523659544, + 0.13019943780579907, + 3.7023180435928182, + 0.12916563698987057, + 3.7336424905311643, + 0.1278942122083258, + 3.7642892919169353, + 0.12636058167161818, + 3.7941883464860684, + 0.12454016359020122, + 3.8232695529745073, + 0.12240837617452842, + 3.851462810118191, + 0.11994063763505322, + 3.87869801665306, + 0.11711236618222909, + 3.9049050713150533, + 0.11389898002650961, + 3.9300138728401133, + 0.11027589737834818, + 3.9539543199641796, + 0.10621853644819829, + 3.9766563114231923, + 0.10170231544651345, + 3.9980497459530917, + 0.09670265258374715, + 4.018064522289819, + 0.09119496607035282, + 4.036630539169314, + 0.08515678160902909, + 4.0536796986786845, + 0.07860345860325799, + 4.069179867065201, + 0.07158308159610326, + 4.083130018613067, + 0.06414481416665758, + 4.095530153322281, + 0.056337819894014214, + 4.106380271192843, + 0.04821126235726613, + 4.115680372224753, + 0.03981430513550636, + 4.123430456418012, + 0.03119611180782797, + 4.129630523772618, + 0.022405845953323955, + 4.134280574288573, + 0.013492671151087375, + 4.137380607965875, + 0.004505750980211237, + 4.1389306248045274, + -0.00450575098021142, + 4.1389306248045274, + -0.013492671151087546, + 4.137380607965876, + -0.022405845953323948, + 4.1342805742885735, + -0.03119611180782797, + 4.129630523772618, + -0.03981430513550636, + 4.123430456418011, + -0.04821126235726613, + 4.115680372224753, + -0.05633781989401422, + 4.106380271192842, + -0.0641448141666576, + 4.095530153322281, + -0.07158308159610326, + 4.083130018613067, + -0.07860345860325813, + 4.069179867065202, + -0.0851567816090292, + 4.053679698678684, + -0.09119496607035293, + 4.036630539169313, + -0.09670265258374725, + 4.018064522289819, + -0.10170231544651345, + 3.9980497459530913, + -0.10621853644819829, + 3.9766563114231923, + -0.11027589737834818, + 3.9539543199641796, + -0.11389898002650961, + 3.9300138728401133, + -0.11711236618222917, + 3.9049050713150533, + -0.11994063763505323, + 3.8786980166530594, + -0.12240837617452842, + 3.851462810118191, + -0.12454016359020126, + 3.8232695529745073, + -0.12636058167161818, + 3.794188346486068, + -0.12789421220832584, + 3.7642892919169344, + -0.12916563698987057, + 3.733642490531164, + -0.13019943780579907, + 3.7023180435928182, + -0.1310201964456577, + 3.6703860523659544, + -0.1316524946989931, + 3.637916618114634, + -0.13212091435535167, + 3.6049798421029156, + -0.13245003720428003, + 3.57164582559486, + -0.13266444503532462, + 3.537984669854526, + -0.13278871963803202, + 3.5040664761459737, + -0.1328474428019487, + 3.4699613457332616, + -0.1328651963166212, + 3.4357393798804505, + -0.13286639835065306, + 3.4014702471277474, + -0.13286564981607152, + 3.367197652584227, + -0.13286233487721033, + 3.332925058040706, + -0.13285452873085987, + 3.2986524634971857, + -0.13284030657381043, + 3.2643798689536645, + -0.13281774360285223, + 3.230107274410144, + -0.1327849150147756, + 3.1958346798666235, + -0.13273989600637093, + 3.1615620853231023, + -0.1326807617744284, + 3.127289490779582, + -0.13260558751573828, + 3.093016896236061, + -0.132512448427091, + 3.05874430169254, + -0.13239941970527677, + 3.024471707149019, + -0.13226457654708593, + 2.990199112605499, + -0.1321059941493088, + 2.955926518061978, + -0.13192174770873552, + 2.921653923518457, + -0.1317099124221566, + 2.887381328974936, + -0.13146856348636216, + 2.8531087344314154, + -0.13119577609814262, + 2.8188361398878943, + -0.1308896254542882, + 2.7845635453443736, + -0.13054818675158922, + 2.750290950800853, + -0.13016953518683602, + 2.7160183562573317, + -0.12975174595681885, + 2.681745761713811, + -0.12929291251040045, + 2.6474730198695795, + -0.12879409197670486, + 2.6131760654709026, + -0.12826255631551947, + 2.5787806773718014, + -0.1277063600442373, + 2.5442063189082913, + -0.12713355768025128, + 2.5093724534163884, + -0.12655220374095452, + 2.4741985442321086, + -0.12597035274373988, + 2.4386040546914685, + -0.12539605920600036, + 2.4025084481304826, + -0.12483737764512902, + 2.3658311878851683, + -0.12430236257851877, + 2.3284917372915417, + -0.12379906852356266, + 2.290409559685618, + -0.12333554999765368, + 2.2515041184034152, + -0.12291986151818474, + 2.2116948767809457, + -0.12256005760254887, + 2.170901298154229, + -0.12226419276813909, + 2.129042845859279, + -0.12204032153234831, + 2.086038983232112, + -0.12189649841256958, + 2.041809173608745, + -0.1218407779261959, + 1.9962728803251935, + -0.12188121459062021, + 1.9493495667174738, + -0.12202586292323549, + 1.900958696121601, + -0.12228277744143473, + 1.8510197318735917, + -0.12266001266261098, + 1.7994521373094625, + -0.12316561171701651, + 1.7461753784729974, + -0.12379627614283732, + 1.6911116183446884, + -0.12451608332035738, + 1.6341907776597315, + -0.1252832804138587, + 1.5753441635304184, + -0.12605611458762322, + 1.5145030830690498, + -0.12679283300593297, + 1.4515988433879194, + -0.12745168283306996, + 1.3865627515993204, + -0.12799091123331613, + 1.3193261148155544, + -0.1283687653709535, + 1.249820240148912, + -0.1285434924102641, + 1.1779764347116948, + -0.12847333951552983, + 1.103726005616193, + -0.12811655385103274, + 1.0270002599747088, + -0.12743138258105477, + 0.9477305048995321, + -0.12637607286987795, + 0.8658480475029651, + -0.12490887188178426, + 0.7812841948972974, + -0.12298802678105573, + 0.6939702541948322, + -0.12057178473197432, + 0.6038375325078617, + -0.1176183928988219, + 0.5108173369486786, + -0.11408609844588066, + 0.414840974629586, + -0.10993314853743241, + 0.3158397526628728, + -0.10511779033775936, + 0.21374497816084256, + -0.09959827101114316, + 0.10848795823578346, + -0.09333283772186624, + -2.220446049250313e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.12254195613507153, + 0.0, + 0.12115144079306103, + 0.08154167221316866, + 0.12018969048207605, + 0.15980759780449522, + 0.11962618584540731, + 0.23492876307042543, + 0.1194304075263457, + 0.3070361543074053, + 0.11957183616818187, + 0.3762607578118804, + 0.12001995241420656, + 0.44273355988029656, + 0.12074423690771063, + 0.5065855468090997, + 0.1217141702919848, + 0.5679477048947358, + 0.12289923321031974, + 0.6269510204336503, + 0.12426890630600636, + 0.6837264797222891, + 0.12579267022233526, + 0.7384050690570979, + 0.1274400056025973, + 0.7911177747345228, + 0.12918039309008325, + 0.8419955830510096, + 0.1309833133280838, + 0.8911694803030038, + 0.13281824695988978, + 0.9387704527869514, + 0.13465467462879188, + 0.9849294867992979, + 0.13646207697808088, + 1.0297775686364896, + 0.13820993465104758, + 1.0734456845949722, + 0.13986772829098268, + 1.1160648209711916, + 0.14140493854117697, + 1.1577659640615932, + 0.14279104604492118, + 1.1986801001626228, + 0.14399553144550614, + 1.2389382155707267, + 0.14499290085253483, + 1.278658666400971, + 0.14578578139315843, + 1.3178891340230108, + 0.14638657629696383, + 1.356652730156786, + 0.14680769860890178, + 1.3949725418539143, + 0.14706156137392293, + 1.4328716561660135, + 0.14716057763697804, + 1.4703731601447005, + 0.14711716044301784, + 1.5075001408415933, + 0.146943722836993, + 1.544275685308309, + 0.14665267786385427, + 1.5807228805964648, + 0.14625643856855236, + 1.6168648137576789, + 0.14576741799603804, + 1.6527245718435688, + 0.14519802919126196, + 1.6883252419057508, + 0.14456068519917484, + 1.7236899109958437, + 0.14386779906472744, + 1.7588416661654642, + 0.14313178383287045, + 1.7938035944662298, + 0.14236505254855464, + 1.8285987829497583, + 0.1415800182567307, + 1.863250318667667, + 0.14078909400234926, + 1.8977812886715735, + 0.14000469283036115, + 1.932214780013095, + 0.13923922778571712, + 1.966573879743849, + 0.13850511191336778, + 2.000881674915453, + 0.1378147582582639, + 2.035161252579525, + 0.1371793974493985, + 2.0694338893490207, + 0.13660086973363933, + 2.103706483892541, + 0.13607653734523317, + 2.137979078436062, + 0.13560373494021172, + 2.172251672979583, + 0.13517979717460682, + 2.206524267523103, + 0.1348020587044503, + 2.2407968620666243, + 0.134467854185774, + 2.2750694566101446, + 0.13417451827460972, + 2.3093420511536658, + 0.13391938562698935, + 2.343614645697187, + 0.13369979089894463, + 2.377887240240707, + 0.1335130687465074, + 2.4121598347842284, + 0.1333565538257095, + 2.446432429327749, + 0.13322758079258273, + 2.48070502387127, + 0.13312348430315896, + 2.51497761841479, + 0.13304159901347004, + 2.5492502129583117, + 0.13297925957954765, + 2.5835228075018315, + 0.13293380065742377, + 2.6177954020453527, + 0.13290255690313016, + 2.6520679965888734, + 0.13288286297269863, + 2.6863405911323945, + 0.13287205352216103, + 2.720613185675915, + 0.1328674632075492, + 2.754885780219436, + 0.13286642668489487, + 2.7891583747629567, + 0.1328651963166212, + 2.8234275075156594, + 0.1328474428019487, + 2.857649473368471, + 0.13278871963803202, + 2.891754603781182, + 0.13266444503532465, + 2.9256727974897356, + 0.13245003720428, + 2.9593339532300695, + 0.13212091435535167, + 2.9926679697381244, + 0.13165249469899307, + 3.0256047457498427, + 0.1310201964456577, + 3.0580741800011633, + 0.13019943780579907, + 3.090006171228027, + 0.12916563698987057, + 3.121330618166373, + 0.1278942122083258, + 3.1519774195521437, + 0.12636058167161818, + 3.1818764741212777, + 0.12454016359020122, + 3.210957680609716, + 0.12240837617452842, + 3.2391509377534, + 0.11994063763505322, + 3.2663861442882687, + 0.11711236618222909, + 3.292593198950262, + 0.11389898002650961, + 3.317702000475322, + 0.11027589737834818, + 3.3416424475993884, + 0.10621853644819829, + 3.3643444390584007, + 0.10170231544651345, + 3.3857378735883006, + 0.09670265258374715, + 3.4057526499250277, + 0.09119496607035282, + 3.424318666804523, + 0.08515678160902909, + 3.4413678263138943, + 0.07860345860325799, + 3.4568679947004104, + 0.07158308159610326, + 3.4708181462482757, + 0.06414481416665758, + 3.483218280957489, + 0.056337819894014214, + 3.494068398828052, + 0.04821126235726613, + 3.5033684998599615, + 0.03981430513550636, + 3.51111858405322, + 0.03119611180782797, + 3.5173186514078263, + 0.022405845953323955, + 3.521968701923781, + 0.013492671151087375, + 3.525068735601085, + 0.004505750980211237, + 3.526618752439737, + -0.00450575098021142, + 3.5266187524397368, + -0.013492671151087546, + 3.5250687356010846, + -0.022405845953323948, + 3.5219687019237815, + -0.03119611180782797, + 3.5173186514078263, + -0.03981430513550636, + 3.5111185840532197, + -0.04821126235726613, + 3.5033684998599615, + -0.05633781989401422, + 3.4940683988280514, + -0.0641448141666576, + 3.483218280957489, + -0.07158308159610326, + 3.470818146248276, + -0.07860345860325813, + 3.456867994700411, + -0.0851567816090292, + 3.4413678263138934, + -0.09119496607035293, + 3.4243186668045227, + -0.09670265258374725, + 3.405752649925028, + -0.10170231544651345, + 3.3857378735883006, + -0.10621853644819829, + 3.3643444390584007, + -0.11027589737834818, + 3.3416424475993884, + -0.11389898002650961, + 3.317702000475322, + -0.11711236618222917, + 3.292593198950262, + -0.11994063763505323, + 3.2663861442882673, + -0.12240837617452842, + 3.2391509377533994, + -0.12454016359020126, + 3.2109576806097158, + -0.12636058167161818, + 3.181876474121277, + -0.12789421220832584, + 3.1519774195521433, + -0.12916563698987057, + 3.121330618166373, + -0.13019943780579907, + 3.0900061712280276, + -0.1310201964456577, + 3.0580741800011633, + -0.1316524946989931, + 3.0256047457498427, + -0.13212091435535167, + 2.992667969738125, + -0.13245003720428003, + 2.959333953230069, + -0.13266444503532462, + 2.9256727974897347, + -0.13278871963803202, + 2.891754603781182, + -0.1328474428019487, + 2.857649473368471, + -0.1328651963166212, + 2.823427507515659, + -0.1328664266848949, + 2.7891583747629562, + -0.1328674632075492, + 2.7548857802194364, + -0.13287205352216103, + 2.720613185675915, + -0.13288286297269863, + 2.6863405911323945, + -0.1329025569031302, + 2.6520679965888734, + -0.1329338006574238, + 2.6177954020453527, + -0.13297925957954765, + 2.583522807501832, + -0.13304159901347, + 2.5492502129583112, + -0.133123484303159, + 2.5149776184147905, + -0.13322758079258273, + 2.4807050238712693, + -0.1333565538257095, + 2.4464324293277486, + -0.13351306874650737, + 2.4121598347842284, + -0.1336997908989446, + 2.377887240240707, + -0.13391938562698938, + 2.343614645697187, + -0.13417451827460974, + 2.3093420511536658, + -0.13446785418577403, + 2.2750694566101455, + -0.1348020587044503, + 2.2407968620666243, + -0.13517979717460682, + 2.2065242675231036, + -0.13560373494021172, + 2.1722516729795824, + -0.13607653734523317, + 2.1379790784360613, + -0.13660086973363936, + 2.103706483892541, + -0.1371793974493985, + 2.06943388934902, + -0.1378147582582639, + 2.035161252579525, + -0.13850511191336778, + 2.0008816749154534, + -0.1392392277857171, + 1.966573879743849, + -0.14000469283036118, + 1.9322147800130949, + -0.1407890940023493, + 1.897781288671573, + -0.1415800182567307, + 1.8632503186676668, + -0.14236505254855464, + 1.8285987829497583, + -0.14313178383287045, + 1.7938035944662294, + -0.14386779906472744, + 1.7588416661654636, + -0.14456068519917484, + 1.7236899109958428, + -0.14519802919126193, + 1.68832524190575, + -0.14576741799603804, + 1.6527245718435686, + -0.14625643856855236, + 1.6168648137576789, + -0.14665267786385425, + 1.580722880596465, + -0.14694372283699303, + 1.5442756853083088, + -0.1471171604430178, + 1.5075001408415927, + -0.14716057763697804, + 1.4703731601447, + -0.14706156137392293, + 1.4328716561660129, + -0.14680769860890178, + 1.394972541853914, + -0.14638657629696386, + 1.3566527301567854, + -0.1457857813931584, + 1.31788913402301, + -0.14499290085253477, + 1.2786586664009703, + -0.14399553144550614, + 1.2389382155707265, + -0.14279104604492115, + 1.198680100162622, + -0.14140493854117694, + 1.1577659640615927, + -0.13986772829098262, + 1.1160648209711905, + -0.13820993465104756, + 1.073445684594972, + -0.13646207697808088, + 1.0297775686364905, + -0.13465467462879183, + 0.9849294867992975, + -0.13281824695988975, + 0.9387704527869516, + -0.13098331332808377, + 0.891169480303003, + -0.12918039309008328, + 0.8419955830510097, + -0.1274400056025973, + 0.7911177747345218, + -0.12579267022233526, + 0.7384050690570978, + -0.12426890630600632, + 0.6837264797222877, + -0.12289923321031973, + 0.6269510204336499, + -0.12171417029198475, + 0.5679477048947342, + -0.12074423690771065, + 0.5065855468090994, + -0.1200199524142066, + 0.4427335598802972, + -0.11957183616818186, + 0.37626075781187956, + -0.11943040752634569, + 0.30703615430740566, + -0.11962618584540735, + 0.23492876307042435, + -0.12018969048207603, + 0.15980759780449538, + -0.12115144079306105, + 0.08154167221316712, + -0.12254195613507153, + -1.1102230246251565e-16 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0001/geometry.png b/samples/sample_0001/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..61529d54aa298d8c352974c28f08b3393c39544b --- /dev/null +++ b/samples/sample_0001/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2d8d569d5ffed86a80c2f305dee0ebaa71546ca6d18c8f637b90469a539c2b +size 208624 diff --git a/samples/sample_0001/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0001/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..10b08e004cd523f034d56960c84c3a38cad8fb3c --- /dev/null +++ b/samples/sample_0001/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68467000715a9a5a39a9990988c63b7e4d4efe845b7b4587ca8d37f4fa97f50 +size 12069 diff --git a/samples/sample_0001/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0001/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..284526394fef52e0e9c2f97d28968bd864a6af0f --- /dev/null +++ b/samples/sample_0001/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,152 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:36.150689+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 21.54737587829917, + "widths": [ + 1.162157015463428, + 1.162157015463428 + ], + "segment_heights": [ + 2.6807887585169543 + ], + "height_bg": 6.345145384647835, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9266949772916545, + 0.1600810925245839 + ] + ], + "interface_height_fractions": [ + [ + 0.5645110230836746 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0001/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0001/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..0bf6b5e398147e06583ad861a863bf3b13808fad --- /dev/null +++ b/samples/sample_0001/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73008c9ddde72b0fecf094307fd075bda302bf2df8d1a65783a8e3177546f79d +size 12070 diff --git a/samples/sample_0001/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0001/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..02e4b499faf0cd16ea94594dbb08482fde4d94a3 --- /dev/null +++ b/samples/sample_0001/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,152 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:36.151152+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 21.54737587829917, + "widths": [ + 1.162157015463428, + 1.162157015463428 + ], + "segment_heights": [ + 2.6807887585169543 + ], + "height_bg": 6.345145384647835, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9266949772916545, + 0.1600810925245839 + ] + ], + "interface_height_fractions": [ + [ + 0.5645110230836746 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0001/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0001/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..ba03dae3a902df58dbbe74ca9654466e8df88bd4 --- /dev/null +++ b/samples/sample_0001/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf488e5ba9ebe69888d2b08536f2e5ebb21bcaaf1251e1595ef6fd01272a45a3 +size 12070 diff --git a/samples/sample_0001/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0001/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..7fe4a6a042649c2842ddc04f49dbe8dd5a09f264 --- /dev/null +++ b/samples/sample_0001/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,152 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:36.150477+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 21.54737587829917, + "widths": [ + 1.162157015463428, + 1.162157015463428 + ], + "segment_heights": [ + 2.6807887585169543 + ], + "height_bg": 6.345145384647835, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9266949772916545, + 0.1600810925245839 + ] + ], + "interface_height_fractions": [ + [ + 0.5645110230836746 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0001/ooc/oc_sweep_manifest.json b/samples/sample_0001/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..08902198b601af28c1a55b4d4ba1ce7973e71c12 --- /dev/null +++ b/samples/sample_0001/ooc/oc_sweep_manifest.json @@ -0,0 +1,990 @@ +{ + "created_at": "2026-07-06T17:29:41.366635+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0001", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:36.150689+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 21.54737587829917, + "widths": [ + 1.162157015463428, + 1.162157015463428 + ], + "segment_heights": [ + 2.6807887585169543 + ], + "height_bg": 6.345145384647835, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9266949772916545, + 0.1600810925245839 + ] + ], + "interface_height_fractions": [ + [ + 0.5645110230836746 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:36.151152+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 21.54737587829917, + "widths": [ + 1.162157015463428, + 1.162157015463428 + ], + "segment_heights": [ + 2.6807887585169543 + ], + "height_bg": 6.345145384647835, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9266949772916545, + 0.1600810925245839 + ] + ], + "interface_height_fractions": [ + [ + 0.5645110230836746 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:36.150477+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 21.54737587829917, + "widths": [ + 1.162157015463428, + 1.162157015463428 + ], + "segment_heights": [ + 2.6807887585169543 + ], + "height_bg": 6.345145384647835, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9266949772916545, + 0.1600810925245839 + ] + ], + "interface_height_fractions": [ + [ + 0.5645110230836746 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:36.148976+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 21.54737587829917, + "widths": [ + 1.162157015463428, + 1.162157015463428 + ], + "segment_heights": [ + 2.6807887585169543 + ], + "height_bg": 6.345145384647835, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9266949772916545, + 0.1600810925245839 + ] + ], + "interface_height_fractions": [ + [ + 0.5645110230836746 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:36.148287+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 21.54737587829917, + "widths": [ + 1.162157015463428, + 1.162157015463428 + ], + "segment_heights": [ + 2.6807887585169543 + ], + "height_bg": 6.345145384647835, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9266949772916545, + 0.1600810925245839 + ] + ], + "interface_height_fractions": [ + [ + 0.5645110230836746 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:36.148822+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 21.54737587829917, + "widths": [ + 1.162157015463428, + 1.162157015463428 + ], + "segment_heights": [ + 2.6807887585169543 + ], + "height_bg": 6.345145384647835, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9266949772916545, + 0.1600810925245839 + ] + ], + "interface_height_fractions": [ + [ + 0.5645110230836746 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} \ No newline at end of file diff --git a/samples/sample_0001/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0001/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..e0ba852540814b77d4dfc48195331f85c761d2e8 --- /dev/null +++ b/samples/sample_0001/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd963f1fde35079a1c7e61791b081b89ec5b0bbc0b0bc5ca5ab5d71e25202303 +size 12067 diff --git a/samples/sample_0001/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0001/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..67c98bd783974e5fe22bfee26ff7b13e4896f872 --- /dev/null +++ b/samples/sample_0001/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,152 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:36.148976+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 21.54737587829917, + "widths": [ + 1.162157015463428, + 1.162157015463428 + ], + "segment_heights": [ + 2.6807887585169543 + ], + "height_bg": 6.345145384647835, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9266949772916545, + 0.1600810925245839 + ] + ], + "interface_height_fractions": [ + [ + 0.5645110230836746 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0001/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0001/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..65ff02ad89cde99c087835616466c733a263078c --- /dev/null +++ b/samples/sample_0001/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f25e302b1573e8a048d882a945962cf732056ff5af53499bc0f0723d08d67e6 +size 12071 diff --git a/samples/sample_0001/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0001/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..7c91aa2f7384599671b85eca258c627ae8d735a6 --- /dev/null +++ b/samples/sample_0001/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,152 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:36.148287+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 21.54737587829917, + "widths": [ + 1.162157015463428, + 1.162157015463428 + ], + "segment_heights": [ + 2.6807887585169543 + ], + "height_bg": 6.345145384647835, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9266949772916545, + 0.1600810925245839 + ] + ], + "interface_height_fractions": [ + [ + 0.5645110230836746 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0001/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0001/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..afc41be1ce6c057113c75e944e96ecdedd01f3f6 --- /dev/null +++ b/samples/sample_0001/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6014626921da9f7a609b2c6297e8c276985f95dd03a055c5e6a6dcf53db33826 +size 12070 diff --git a/samples/sample_0001/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0001/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4f6c9b0bd8d70d3c90dad401d0961ef48660d84b --- /dev/null +++ b/samples/sample_0001/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,152 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:36.148822+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 21.54737587829917, + "widths": [ + 1.162157015463428, + 1.162157015463428 + ], + "segment_heights": [ + 2.6807887585169543 + ], + "height_bg": 6.345145384647835, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9266949772916545, + 0.1600810925245839 + ] + ], + "interface_height_fractions": [ + [ + 0.5645110230836746 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0001/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0002/domain_ids.npz b/samples/sample_0002/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..2588fe93cbc8cb97d26d15a757e57373ae08dae8 --- /dev/null +++ b/samples/sample_0002/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30d8a2270b91762c4814fdf5ea9a0a18abe88c7587a07238d723df884d64cbf +size 3103 diff --git a/samples/sample_0002/geometry.json b/samples/sample_0002/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..12af37e50a64c4011528329fa36200c38754b6c1 --- /dev/null +++ b/samples/sample_0002/geometry.json @@ -0,0 +1,1598 @@ +{ + "created_at": "2026-07-07T07:12:05.515559+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002", + "sample_kind": "interior", + "sample_label": "interior_0002", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.10150978088873475, + "height_bg_ratio": 0.2158997383274014, + "n_segments": 0.2693059883150615, + "width_ratio": 0.9601712992131191, + "segment_height_ratio": 0.36191193757195217, + "n_interfaces": 0.2143513741871319, + "interface_0_width_frac_0": 0.25883786784429375, + "interface_0_width_frac_1": 0.37900406174251733, + "interface_0_width_frac_2": 0.6958511071525789, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.6241041157247504, + "interface_0_height_frac_1": 0.9730280496490226, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.7657889570527182, + "interface_1_width_frac_1": 0.6464188392681722, + "interface_1_width_frac_2": 0.14357221697733225, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.6538205820093876, + "interface_1_height_frac_1": 0.08758696587338521, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.5507548904443673, + "widths": [ + 0.8800856496065596, + 0.8800856496065596, + 0.8800856496065596, + 0.8800856496065596, + 0.8800856496065596, + 0.8800856496065596, + 0.8800856496065596 + ], + "segment_heights": [ + 0.9385811157221355, + 0.9385811157221355, + 0.9385811157221355, + 0.9385811157221355, + 0.9385811157221355, + 0.9385811157221355 + ], + "height_bg": 1.3238496074911021, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.49236082731436154, + 0.5584522339583845, + 0.7327181089339184, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.771183926378995, + 0.7055303615974947, + 0.4289647193375327, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.6932572636486127, + 0.8851654273069625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.7096013201051632, + 0.39817283123036185, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.7753774452221837, + -2.0, + 0.7753774452221837, + -2.0, + 0.7753774452221837, + 9.435042869002068, + -0.7753774452221837, + 9.435042869002068 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.7753774452221837, + 0.0, + 0.7753774452221837, + 0.0, + 0.7753774452221837, + 1.3238496074911021, + -0.7753774452221837, + 1.3238496074911021 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.6634258003326681, + 0.0, + 0.6585242455405385, + 0.1970509557458419, + 0.653489759792398, + 0.38187394207650904, + 0.6483591593813185, + 0.5551345471251893, + 0.6431692606003708, + 0.7174983590250709, + 0.637956879742627, + 0.8696309659093417, + 0.6327588331011582, + 1.0121979559111893, + 0.6276119369690357, + 1.1458649171638022, + 0.6225530076393314, + 1.271297437800368, + 0.6176188614051165, + 1.3891611059540747, + 0.6128463145594625, + 1.500121509758111, + 0.6082721833954404, + 1.6048442373456635, + 0.6039332842061224, + 1.703994876849921, + 0.5998664332845794, + 1.7982390164040716, + 0.5961084469238833, + 1.8882422441413027, + 0.5926961414171052, + 1.974670148194803, + 0.5896663330573165, + 2.0581883166977595, + 0.5870558381375887, + 2.1394623377833604, + 0.5849014729509936, + 2.219157799584795, + 0.5832310060406679, + 2.297862846326514, + 0.5820246057373442, + 2.375758189829115, + 0.5812468420508675, + 2.452891028614534, + 0.5808622759433341, + 2.529308483760801, + 0.5808354683768389, + 2.6050576763459414, + 0.5811309803134775, + 2.6801857274479843, + 0.5817133727153461, + 2.7547397581449595, + 0.5825472065445395, + 2.828766889514892, + 0.5835970427631537, + 2.9023142426358133, + 0.5848274423332839, + 2.9754289385857478, + 0.586202966217026, + 3.0481580984427263, + 0.5876881753764754, + 3.120548843284776, + 0.5892476307737275, + 3.192648294189924, + 0.5908458933708782, + 3.2645035722362006, + 0.5924475241300228, + 3.3361617985016316, + 0.5940170840132567, + 3.4076700940642466, + 0.5955191339826758, + 3.4790755800020716, + 0.5969182350003754, + 3.550425377393138, + 0.5981829138757657, + 3.6217623058797233, + 0.5993093549871814, + 3.693099187162624, + 0.600305520572266, + 3.7644360684455256, + 0.6011794163896205, + 3.835772949728427, + 0.6019390481978466, + 3.9071098310113284, + 0.6025924217555454, + 3.9784467122942284, + 0.6031475428213184, + 4.0497835935771285, + 0.6036124171537671, + 4.121120474860031, + 0.6039950505114925, + 4.192457356142931, + 0.6043034486530962, + 4.263794237425832, + 0.6045456173371795, + 4.335131118708733, + 0.604729562322344, + 4.4064679999916345, + 0.6048632893671907, + 4.477804881274536, + 0.6049548042303212, + 4.549141762557436, + 0.6050121126703367, + 4.620478643840338, + 0.6050432204458388, + 4.691815525123238, + 0.6050561333154285, + 4.76315240640614, + 0.6050588570377076, + 4.83448928768904, + 0.6050588841045098, + 4.905826168971942, + 0.6050588841045097, + 4.977163050254843, + 0.6050588841045097, + 5.0484999315377435, + 0.6050588841045097, + 5.119836812820645, + 0.6050588841045097, + 5.191173694103545, + 0.6050588841045097, + 5.262510575386447, + 0.6050588841045097, + 5.333847456669348, + 0.6050588841045097, + 5.405184337952249, + 0.6050588841045098, + 5.476521219235151, + 0.6050588841045097, + 5.547858100518051, + 0.6050588841045097, + 5.619194981800952, + 0.6050588841045097, + 5.690531863083852, + 0.6050588841045097, + 5.761868744366754, + 0.6050588841045096, + 5.833205625649654, + 0.6050588841045097, + 5.904542506932556, + 0.6050588841045097, + 5.975879388215456, + 0.6050588841045098, + 6.0472162694983576, + 0.6050588841045097, + 6.118553150781259, + 0.6050501057871404, + 6.189880670290208, + 0.6049096271164687, + 6.261067735896061, + 0.6044347022318532, + 6.331898126102457, + 0.6034209473358838, + 6.402153872609723, + 0.6016639786311504, + 6.471617007118186, + 0.598959412320243, + 6.540069561328183, + 0.5951028646057516, + 6.60729356694004, + 0.5898899516902656, + 6.673071055654084, + 0.5831162897763753, + 6.737184059170651, + 0.5745774950666706, + 6.799414609190064, + 0.5640691837637413, + 6.85954473741266, + 0.5513869720701774, + 6.917356475538767, + 0.5363264761885685, + 6.972631855268713, + 0.5186833123215053, + 7.025152908302831, + 0.4982530966715765, + 7.074701666341447, + 0.4748314454413729, + 7.121060161084895, + 0.44821397483348435, + 7.164010424233501, + 0.4181963010505005, + 7.203334487487598, + 0.3845906244047936, + 7.238820278008665, + 0.3475200204888687, + 7.270366235560902, + 0.30738365961179254, + 7.297968948419109, + 0.26459030936838507, + 7.321628416583288, + 0.21954873735346658, + 7.341344640053436, + 0.17266771116185725, + 7.357117618829555, + 0.12435599838837634, + 7.368947352911644, + 0.07502236662784582, + 7.376833842299703, + 0.025075583475085036, + 7.380777086993733, + -0.025075583475085844, + 7.380777086993733, + -0.0750223666278466, + 7.376833842299703, + -0.12435599838837721, + 7.368947352911644, + -0.17266771116185722, + 7.357117618829556, + -0.21954873735346658, + 7.341344640053436, + -0.2645903093683851, + 7.3216284165832874, + -0.30738365961179315, + 7.297968948419109, + -0.3475200204888694, + 7.270366235560902, + -0.3845906244047941, + 7.238820278008665, + -0.41819630105050093, + 7.203334487487599, + -0.4482139748334847, + 7.1640104242335, + -0.4748314454413734, + 7.121060161084894, + -0.49825309667157675, + 7.074701666341447, + -0.5186833123215052, + 7.025152908302831, + -0.5363264761885688, + 6.9726318552687125, + -0.5513869720701775, + 6.9173564755387655, + -0.5640691837637415, + 6.85954473741266, + -0.5745774950666707, + 6.799414609190064, + -0.5831162897763753, + 6.737184059170648, + -0.5898899516902657, + 6.673071055654083, + -0.5951028646057516, + 6.607293566940038, + -0.598959412320243, + 6.540069561328181, + -0.6016639786311504, + 6.471617007118186, + -0.6034209473358839, + 6.4021538726097225, + -0.6044347022318531, + 6.331898126102456, + -0.6049096271164687, + 6.261067735896059, + -0.6050501057871402, + 6.189880670290205, + -0.6050588841045098, + 6.118553150781258, + -0.6050588841045097, + 6.047216269498357, + -0.6050588841045097, + 5.975879388215455, + -0.6050588841045097, + 5.904542506932555, + -0.6050588841045096, + 5.833205625649654, + -0.6050588841045097, + 5.761868744366753, + -0.6050588841045097, + 5.6905318630838515, + -0.6050588841045097, + 5.61919498180095, + -0.6050588841045096, + 5.547858100518049, + -0.6050588841045096, + 5.476521219235148, + -0.6050588841045097, + 5.405184337952248, + -0.6050588841045096, + 5.333847456669346, + -0.6050588841045098, + 5.262510575386446, + -0.6050588841045098, + 5.1911736941035445, + -0.6050588841045097, + 5.119836812820644, + -0.6050588841045097, + 5.048499931537742, + -0.6050588841045097, + 4.977163050254841, + -0.6050588841045097, + 4.905826168971941, + -0.6050588570377076, + 4.83448928768904, + -0.6050561333154286, + 4.763152406406138, + -0.6050432204458387, + 4.6918155251232365, + -0.6050121126703368, + 4.620478643840337, + -0.6049548042303211, + 4.549141762557434, + -0.6048632893671908, + 4.477804881274536, + -0.604729562322344, + 4.406467999991633, + -0.6045456173371796, + 4.335131118708733, + -0.6043034486530963, + 4.263794237425831, + -0.6039950505114925, + 4.19245735614293, + -0.6036124171537669, + 4.121120474860029, + -0.6031475428213184, + 4.049783593577128, + -0.6025924217555455, + 3.9784467122942275, + -0.6019390481978465, + 3.9071098310113253, + -0.6011794163896205, + 3.835772949728425, + -0.6003055205722659, + 3.764436068445524, + -0.5993093549871815, + 3.6930991871626246, + -0.5981829138757657, + 3.6217623058797224, + -0.5969182350003754, + 3.5504253773931373, + -0.5955191339826758, + 3.479075580002071, + -0.5940170840132565, + 3.4076700940642435, + -0.5924475241300227, + 3.33616179850163, + -0.5908458933708781, + 3.2645035722361984, + -0.5892476307737275, + 3.192648294189924, + -0.5876881753764752, + 3.1205488432847734, + -0.5862029662170261, + 3.048158098442727, + -0.584827442333284, + 2.9754289385857464, + -0.5835970427631536, + 2.902314242635813, + -0.5825472065445394, + 2.828766889514891, + -0.5817133727153461, + 2.754739758144957, + -0.5811309803134778, + 2.6801857274479834, + -0.5808354683768389, + 2.605057676345939, + -0.580862275943334, + 2.5293084837608, + -0.5812468420508676, + 2.4528910286145327, + -0.582024605737344, + 2.375758189829114, + -0.583231006040668, + 2.2978628463265123, + -0.5849014729509937, + 2.219157799584795, + -0.5870558381375889, + 2.1394623377833595, + -0.5896663330573164, + 2.0581883166977564, + -0.592696141417105, + 1.974670148194801, + -0.5961084469238833, + 1.8882422441413, + -0.5998664332845796, + 1.7982390164040707, + -0.6039332842061226, + 1.7039948768499187, + -0.6082721833954405, + 1.6048442373456626, + -0.6128463145594624, + 1.5001215097581082, + -0.6176188614051165, + 1.3891611059540745, + -0.6225530076393316, + 1.271297437800366, + -0.6276119369690358, + 1.1458649171638022, + -0.6327588331011582, + 1.0121979559111873, + -0.6379568797426272, + 0.8696309659093374, + -0.6431692606003709, + 0.7174983590250694, + -0.6483591593813186, + 0.5551345471251854, + -0.6534897597923981, + 0.38187394207650793, + -0.6585242455405386, + 0.19705095574583803, + -0.6634258003326681, + -4.440892098500626e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.2166598492738915, + 0.0, + 0.22156140406602112, + 0.10576591251964315, + 0.22659588981416146, + 0.20734552051567684, + 0.23172649022524114, + 0.30486584785371296, + 0.23691638900618855, + 0.3984539183993636, + 0.24212876986393253, + 0.4882367560182408, + 0.24732681650540136, + 0.5743413845759562, + 0.2524737126375237, + 0.656894827938122, + 0.257532641967228, + 0.7360241099703504, + 0.262466788201443, + 0.8118562545382532, + 0.2672393350470972, + 0.8845182855074425, + 0.271813466211119, + 0.9541372267435296, + 0.2761523654004372, + 1.0208401021121272, + 0.28021921632198, + 1.0847539354788474, + 0.28397720268267623, + 1.1460057507093016, + 0.2873895081894545, + 1.2047225716691023, + 0.29041931654924313, + 1.261031422223861, + 0.29302981146897067, + 1.3150593262391899, + 0.29518417665556596, + 1.3669333075807013, + 0.29685464356589164, + 1.4167784338725988, + 0.2980610438692155, + 1.4647094809530437, + 0.2988388075556919, + 1.5108378521000074, + 0.2992233736632256, + 1.5552749486352238, + 0.2992501812297207, + 1.5981321718804236, + 0.2989546692930819, + 1.6395209231573384, + 0.2983722768912136, + 1.6795526037877015, + 0.29753844306202004, + 1.7183386150932434, + 0.29648860684340594, + 1.7559903583956973, + 0.29525820727327556, + 1.792619235016794, + 0.2938826833895335, + 1.8283366462782662, + 0.2923974742300842, + 1.8632539935018455, + 0.290838018832832, + 1.897482678009264, + 0.28923975623568143, + 1.9311341011222531, + 0.2876381254765369, + 1.9643196641625453, + 0.28606856559330296, + 1.9971507684518721, + 0.2845665156238838, + 2.0297388153119655, + 0.2831674146061841, + 2.062195206064558, + 0.28190273573079383, + 2.094621172789765, + 0.28077629461937814, + 2.1270470279183566, + 0.2797801290342936, + 2.1594728830469476, + 0.27890623321693897, + 2.191898738175539, + 0.27814660140871306, + 2.2243245933041305, + 0.27749322785101416, + 2.256750448432722, + 0.2769381067852411, + 2.289176303561313, + 0.27647323245279265, + 2.3216021586899047, + 0.27609059909506706, + 2.3540280138184957, + 0.2757822009534633, + 2.386453868947087, + 0.27554003226937995, + 2.418879724075679, + 0.27535608728421557, + 2.45130557920427, + 0.27522236023936886, + 2.4837314343328614, + 0.27513084537623833, + 2.516157289461453, + 0.27507353693622283, + 2.548583144590044, + 0.27504242916072086, + 2.5810089997186356, + 0.27502951629113104, + 2.6134348548472275, + 0.275026792568852, + 2.645860709975818, + 0.27502676550204996, + 2.67828656510441, + 0.27502676550204996, + 2.710712420233001, + 0.27502676550204985, + 2.7431382753615923, + 0.27502676550204996, + 2.775564130490184, + 0.27502676550204985, + 2.807989985618775, + 0.27502676550204985, + 2.840415840747366, + 0.27502676550204985, + 2.872841695875958, + 0.27502676550204985, + 2.9052675510045494, + 0.27502676550204985, + 2.9376934061331403, + 0.27502676550204996, + 2.9701192612617318, + 0.27502676550204996, + 3.0025451163903236, + 0.27502676550204985, + 3.034970971518914, + 0.27502676550204985, + 3.0673968266475065, + 0.27502676550204985, + 3.099822681776097, + 0.27502676550204985, + 3.1322485369046884, + 0.27502676550204985, + 3.16467439203328, + 0.27502676550204985, + 3.1971002471618717, + 0.27502676550204985, + 3.229526102290463, + 0.27502277535779107, + 3.261947702067258, + 0.27495892141657663, + 3.294305459160828, + 0.27474304646902414, + 3.326501091072825, + 0.2742822487890382, + 3.3584355213034005, + 0.27348362665052295, + 3.3900096733527025, + 0.27225427832738314, + 3.421124470720883, + 0.2705013020935234, + 3.451680836908091, + 0.268131796222848, + 3.481579695414474, + 0.26505285898926145, + 3.510721969740186, + 0.26117158866666845, + 3.539008583385375, + 0.25639508352897333, + 3.5663404598501907, + 0.25063044185008065, + 3.592618522634785, + 0.2437847619038949, + 3.617743695239305, + 0.23576514196432055, + 3.6416169011639044, + 0.22647868030526203, + 3.664139063908731, + 0.21583247520062404, + 3.685211106973933, + 0.20373362492431107, + 3.7047339538596638, + 0.19008922775022746, + 3.722608528066072, + 0.17481392018399713, + 3.738738432848374, + 0.15796364567675852, + 3.753077504463028, + 0.1397198452780875, + 3.7656241921258493, + 0.12026832244017506, + 3.7763784958368394, + 0.09979488061521209, + 3.7853404155959978, + 0.07848532325538966, + 3.792509951403325, + 0.05652545381289839, + 3.79788710325882, + 0.034101075739929966, + 3.8014718711624833, + 0.011397992488675054, + 3.803264255114314, + -0.011397992488675318, + 3.803264255114315, + -0.03410107573993026, + 3.801471871162483, + -0.0565254538128987, + 3.79788710325882, + -0.07848532325538962, + 3.792509951403325, + -0.09979488061521204, + 3.7853404155959978, + -0.12026832244017502, + 3.7763784958368394, + -0.13971984527808776, + 3.765624192125849, + -0.15796364567675877, + 3.7530775044630276, + -0.17481392018399725, + 3.738738432848374, + -0.19008922775022766, + 3.722608528066072, + -0.20373362492431116, + 3.7047339538596633, + -0.2158324752006242, + 3.685211106973933, + -0.2264786803052621, + 3.66413906390873, + -0.2357651419643205, + 3.641616901163904, + -0.2437847619038948, + 3.617743695239305, + -0.25063044185008065, + 3.5926185226347838, + -0.25639508352897333, + 3.5663404598501907, + -0.26117158866666845, + 3.539008583385374, + -0.26505285898926145, + 3.5107219697401852, + -0.268131796222848, + 3.481579695414474, + -0.2705013020935234, + 3.45168083690809, + -0.27225427832738314, + 3.4211244707208825, + -0.27348362665052284, + 3.390009673352703, + -0.27428224878903806, + 3.358435521303401, + -0.27474304646902414, + 3.326501091072825, + -0.27495892141657663, + 3.294305459160827, + -0.27502277535779107, + 3.261947702067257, + -0.27502676550204985, + 3.229526102290462, + -0.27502676550204985, + 3.1971002471618712, + -0.27502676550204985, + 3.16467439203328, + -0.27502676550204985, + 3.1322485369046884, + -0.27502676550204985, + 3.099822681776097, + -0.27502676550204985, + 3.067396826647506, + -0.27502676550204985, + 3.034970971518914, + -0.27502676550204974, + 3.0025451163903223, + -0.27502676550204985, + 2.9701192612617313, + -0.27502676550204985, + 2.9376934061331403, + -0.27502676550204985, + 2.905267551004549, + -0.27502676550204985, + 2.8728416958759575, + -0.27502676550204985, + 2.840415840747366, + -0.27502676550204985, + 2.807989985618775, + -0.27502676550204985, + 2.7755641304901837, + -0.27502676550204985, + 2.7431382753615914, + -0.27502676550204985, + 2.7107124202330004, + -0.27502676550204985, + 2.6782865651044094, + -0.275026792568852, + 2.6458607099758176, + -0.27502951629113104, + 2.613434854847226, + -0.27504242916072075, + 2.5810089997186347, + -0.27507353693622283, + 2.5485831445900438, + -0.27513084537623833, + 2.516157289461452, + -0.27522236023936875, + 2.4837314343328614, + -0.27535608728421557, + 2.4513055792042695, + -0.27554003226937984, + 2.418879724075679, + -0.2757822009534633, + 2.3864538689470867, + -0.27609059909506695, + 2.3540280138184957, + -0.27647323245279254, + 2.321602158689904, + -0.2769381067852411, + 2.289176303561312, + -0.27749322785101416, + 2.256750448432722, + -0.27814660140871295, + 2.2243245933041296, + -0.27890623321693897, + 2.191898738175539, + -0.2797801290342936, + 2.159472883046947, + -0.28077629461937814, + 2.1270470279183566, + -0.28190273573079383, + 2.094621172789765, + -0.2831674146061841, + 2.062195206064558, + -0.2845665156238838, + 2.029738815311965, + -0.28606856559330285, + 1.997150768451871, + -0.2876381254765369, + 1.9643196641625447, + -0.28923975623568143, + 1.9311341011222523, + -0.290838018832832, + 1.8974826780092637, + -0.2923974742300842, + 1.8632539935018446, + -0.2938826833895336, + 1.8283366462782664, + -0.2952582072732757, + 1.792619235016794, + -0.29648860684340594, + 1.7559903583956973, + -0.29753844306201993, + 1.718338615093243, + -0.2983722768912135, + 1.6795526037877004, + -0.2989546692930818, + 1.6395209231573382, + -0.2992501812297207, + 1.5981321718804222, + -0.2992233736632255, + 1.5552749486352233, + -0.2988388075556919, + 1.5108378521000065, + -0.2980610438692154, + 1.464709480953043, + -0.29685464356589153, + 1.4167784338725982, + -0.29518417665556596, + 1.366933307580701, + -0.29302981146897067, + 1.3150593262391892, + -0.2904193165492429, + 1.261031422223859, + -0.2873895081894543, + 1.2047225716691012, + -0.2839772026826761, + 1.1460057507092998, + -0.2802192163219799, + 1.0847539354788467, + -0.27615236540043697, + 1.0208401021121258, + -0.271813466211119, + 0.9541372267435293, + -0.26723933504709707, + 0.8845182855074407, + -0.262466788201443, + 0.811856254538253, + -0.2575326419672279, + 0.7360241099703493, + -0.2524737126375236, + 0.6568948279381224, + -0.24732681650540125, + 0.5743413845759551, + -0.24212876986393234, + 0.4882367560182383, + -0.23691638900618853, + 0.3984539183993627, + -0.23172649022524097, + 0.30486584785371074, + -0.2265958898141614, + 0.20734552051567628, + -0.22156140406602096, + 0.10576591251964108, + -0.21665984927389145, + -2.220446049250313e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.3393539534066975, + 0.0, + 0.33428309210061974, + 0.10613473720704726, + 0.3287041017296188, + 0.20397506850049785, + 0.32269477145685077, + 0.29401095969775093, + 0.31633289044547136, + 0.37673237661620573, + 0.3096962478586369, + 0.45262928507326133, + 0.3028626328595031, + 0.5221916508863168, + 0.295909834611226, + 0.5859094398727713, + 0.28891564227696176, + 0.6442726178500242, + 0.2819578450198662, + 0.6977711506354747, + 0.2751142320030955, + 0.7468950040465218, + 0.26846259238980535, + 0.7921341439005644, + 0.262080715343152, + 0.8339785360150018, + 0.2560463900262913, + 0.8729181462072333, + 0.2504374056023793, + 0.9094429402946582, + 0.24533155123457204, + 0.9440428840946753, + 0.24080661608602535, + 0.9772079434246839, + 0.23694038931989536, + 1.009428084102083, + 0.23381066009933807, + 1.0411932719442722, + 0.23147796733715523, + 1.0729315690185675, + 0.2299120963790355, + 1.1047453617631007, + 0.22905309313905706, + 1.13663031455086, + 0.22884098628104763, + 1.1685820298510852, + 0.22921580446883497, + 1.2005961101330143, + 0.23011757636624677, + 1.2326681578658865, + 0.23148633063711088, + 1.2647937755189405, + 0.23326209594525502, + 1.296968565561415, + 0.23538490095450695, + 1.3291881304625495, + 0.2377947743286944, + 1.3614480726915814, + 0.24043174473164508, + 1.393743994717751, + 0.24323584082718686, + 1.426071499010296, + 0.2461470912791474, + 1.4584261880384561, + 0.24910552475135458, + 1.4908036642714695, + 0.25205116990763593, + 1.523199530178575, + 0.2549240554118194, + 1.5556093882290116, + 0.25766420992773265, + 1.5880288408920178, + 0.26021166211920344, + 1.6204534906368333, + 0.2625132451018215, + 1.6528793413601848, + 0.2645632458084028, + 1.685305196488776, + 0.26637615918008234, + 1.7177310516173678, + 0.26796655482961934, + 1.7501569067459588, + 0.2693490023697733, + 1.7825827618745502, + 0.27053807141330344, + 1.8150086170031416, + 0.2715483315729691, + 1.8474344721317328, + 0.27239435246152965, + 1.8798603272603245, + 0.2730907036917443, + 1.9122861823889157, + 0.2736519548763726, + 1.9447120375175069, + 0.27409267562817363, + 1.9771378926460983, + 0.27442743555990684, + 2.0095637477746893, + 0.27467080428433166, + 2.041989602903281, + 0.2748373514142071, + 2.0744154580318726, + 0.2749416465622929, + 2.106841313160464, + 0.2749982593413481, + 2.1392671682890554, + 0.2750217593641321, + 2.171693023417647, + 0.27502671624340413, + 2.204118878546238, + 0.2750267655020499, + 2.236544733674829, + 0.2750267655020499, + 2.2689705888034206, + 0.27502676550204985, + 2.301396443932012, + 0.2750267655020499, + 2.333822299060604, + 0.27502676550204985, + 2.366248154189195, + 0.27502676550204985, + 2.398674009317786, + 0.27502676550204985, + 2.4310998644463777, + 0.27502676550204985, + 2.463525719574969, + 0.27502676550204985, + 2.49595157470356, + 0.2750267655020499, + 2.5283774298321515, + 0.2750267655020499, + 2.5608032849607434, + 0.27502676550204985, + 2.5932291400893344, + 0.27502676550204985, + 2.6256549952179262, + 0.27502676550204985, + 2.6580808503465168, + 0.27502676550204985, + 2.6905067054751086, + 0.27502676550204985, + 2.7229325606036996, + 0.27502676550204985, + 2.7553584157322915, + 0.27502676550204985, + 2.7877842708608824, + 0.27502277535779107, + 2.820205870637678, + 0.27495892141657663, + 2.852563627731248, + 0.27474304646902414, + 2.8847592596432454, + 0.2742822487890381, + 2.9166936898738207, + 0.2734836266505229, + 2.9482678419231223, + 0.27225427832738314, + 2.9793826392913023, + 0.2705013020935234, + 3.0099390054785102, + 0.26813179622284794, + 3.0398378639848938, + 0.26505285898926145, + 3.0689801383106063, + 0.26117158866666845, + 3.0972667519557944, + 0.25639508352897333, + 3.124598628420611, + 0.25063044185008065, + 3.150876691205205, + 0.24378476190389486, + 3.1760018638097254, + 0.23576514196432052, + 3.1998750697343237, + 0.226478680305262, + 3.22239723247915, + 0.215832475200624, + 3.2434692755443533, + 0.20373362492431105, + 3.2629921224300835, + 0.19008922775022744, + 3.280866696636491, + 0.1748139201839971, + 3.296996601418794, + 0.1579636456767585, + 3.3113356730334473, + 0.13971984527808748, + 3.323882360696269, + 0.12026832244017503, + 3.33463666440726, + 0.09979488061521206, + 3.343598584166418, + 0.07848532325538964, + 3.3507681199737447, + 0.05652545381289836, + 3.3561452718292397, + 0.03410107573992994, + 3.359730039732903, + 0.011397992488675027, + 3.3615224236847348, + -0.011397992488675346, + 3.3615224236847343, + -0.034101075739930285, + 3.3597300397329026, + -0.05652545381289873, + 3.3561452718292397, + -0.07848532325538965, + 3.3507681199737447, + -0.09979488061521206, + 3.343598584166418, + -0.12026832244017505, + 3.33463666440726, + -0.13971984527808778, + 3.323882360696269, + -0.1579636456767588, + 3.3113356730334473, + -0.17481392018399727, + 3.296996601418794, + -0.19008922775022769, + 3.280866696636491, + -0.20373362492431119, + 3.262992122430083, + -0.21583247520062424, + 3.2434692755443533, + -0.22647868030526214, + 3.22239723247915, + -0.23576514196432052, + 3.199875069734324, + -0.24378476190389484, + 3.176001863809726, + -0.25063044185008065, + 3.1508766912052035, + -0.2563950835289734, + 3.1245986284206104, + -0.2611715886666685, + 3.097266751955794, + -0.2650528589892615, + 3.0689801383106046, + -0.268131796222848, + 3.039837863984894, + -0.2705013020935234, + 3.00993900547851, + -0.2722542783273832, + 2.979382639291302, + -0.2734836266505229, + 2.9482678419231227, + -0.2742822487890381, + 2.9166936898738207, + -0.2747430464690242, + 2.884759259643245, + -0.27495892141657663, + 2.852563627731247, + -0.27502277535779107, + 2.8202058706376767, + -0.2750267655020499, + 2.7877842708608824, + -0.27502676550204985, + 2.7553584157322906, + -0.2750267655020499, + 2.7229325606037, + -0.27502676550204985, + 2.690506705475108, + -0.27502676550204985, + 2.6580808503465168, + -0.27502676550204985, + 2.625654995217926, + -0.27502676550204985, + 2.593229140089334, + -0.2750267655020498, + 2.5608032849607425, + -0.27502676550204985, + 2.5283774298321506, + -0.27502676550204985, + 2.4959515747035597, + -0.27502676550204985, + 2.4635257195749682, + -0.27502676550204985, + 2.4310998644463773, + -0.27502676550204985, + 2.398674009317786, + -0.27502676550204985, + 2.3662481541891944, + -0.2750267655020499, + 2.333822299060603, + -0.27502676550204985, + 2.3013964439320116, + -0.27502676550204985, + 2.26897058880342, + -0.27502676550204985, + 2.2365447336748288, + -0.27502671624340413, + 2.204118878546238, + -0.27502175936413203, + 2.171693023417646, + -0.2749982593413481, + 2.1392671682890545, + -0.27494164656229286, + 2.1068413131604635, + -0.2748373514142072, + 2.0744154580318717, + -0.2746708042843316, + 2.041989602903281, + -0.2744274355599069, + 2.009563747774689, + -0.27409267562817363, + 1.9771378926460985, + -0.27365195487637256, + 1.9447120375175067, + -0.2730907036917443, + 1.9122861823889155, + -0.2723943524615296, + 1.8798603272603238, + -0.27154833157296904, + 1.8474344721317322, + -0.2705380714133035, + 1.8150086170031414, + -0.26934900236977327, + 1.7825827618745493, + -0.26796655482961934, + 1.7501569067459586, + -0.2663761591800823, + 1.7177310516173667, + -0.26456324580840285, + 1.685305196488776, + -0.2625132451018215, + 1.6528793413601846, + -0.26021166211920344, + 1.620453490636833, + -0.2576642099277326, + 1.5880288408920176, + -0.2549240554118193, + 1.5556093882290107, + -0.2520511699076359, + 1.5231995301785748, + -0.24910552475135445, + 1.4908036642714686, + -0.24614709127914744, + 1.4584261880384557, + -0.2432358408271868, + 1.4260714990102954, + -0.24043174473164516, + 1.3937439947177512, + -0.23779477432869436, + 1.3614480726915812, + -0.23538490095450698, + 1.3291881304625495, + -0.233262095945255, + 1.2969685655614145, + -0.23148633063711085, + 1.2647937755189396, + -0.23011757636624677, + 1.2326681578658862, + -0.22921580446883494, + 1.2005961101330136, + -0.22884098628104763, + 1.1685820298510847, + -0.22905309313905706, + 1.1366303145508592, + -0.2299120963790355, + 1.1047453617631005, + -0.23147796733715525, + 1.072931569018567, + -0.23381066009933807, + 1.0411932719442722, + -0.23694038931989544, + 1.0094280841020826, + -0.24080661608602552, + 0.977207943424683, + -0.24533155123457207, + 0.9440428840946749, + -0.2504374056023794, + 0.9094429402946573, + -0.2560463900262913, + 0.8729181462072333, + -0.26208071534315214, + 0.8339785360150012, + -0.2684625923898054, + 0.7921341439005642, + -0.27511423200309554, + 0.7468950040465208, + -0.2819578450198662, + 0.6977711506354747, + -0.28891564227696187, + 0.6442726178500237, + -0.295909834611226, + 0.5859094398727717, + -0.3028626328595031, + 0.5221916508863161, + -0.30969624785863703, + 0.45262928507325945, + -0.3163328904454714, + 0.3767323766162052, + -0.3226947714568509, + 0.29401095969774915, + -0.32870410172961884, + 0.20397506850049754, + -0.33428309210061985, + 0.10613473720704543, + -0.3393539534066975, + 0.0 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0002/geometry.png b/samples/sample_0002/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..3bf59ed10ed8e874e38c8fb5bd1b065af8ec3d4f --- /dev/null +++ b/samples/sample_0002/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da6b9af0e2487afb77ceaa2bb2eeae11912134fe0d4a86373b4ffa592bc0241 +size 206130 diff --git a/samples/sample_0002/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0002/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..e61afcdb0bd2a597e489a26ccb3d4c285f55079e --- /dev/null +++ b/samples/sample_0002/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5429585b737ae246f0b23a091fb56e55f8b1d8acca6bb89d54ae20b6db181f08 +size 12294 diff --git a/samples/sample_0002/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0002/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c9625f2f75d4c74a1a68eab90aa2fca97d6b0feb --- /dev/null +++ b/samples/sample_0002/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,189 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:41.435751+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 3.0756047386577725, + "widths": [ + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807 + ], + "segment_heights": [ + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682 + ], + "height_bg": 3.8867650640272116, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7471928743145868, + 0.6380260816568479, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9447168662710645, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0002/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0002/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..3317b65add43f2383f7b90ea5fe173a352f05809 --- /dev/null +++ b/samples/sample_0002/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe162855874df91799078f0d1ec745650b120dcb622fa51360fe34867339ca5 +size 12296 diff --git a/samples/sample_0002/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0002/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f8e4050591b732cf0d473e91d9a3b00a0a56866c --- /dev/null +++ b/samples/sample_0002/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,189 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:41.436123+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 3.0756047386577725, + "widths": [ + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807 + ], + "segment_heights": [ + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682 + ], + "height_bg": 3.8867650640272116, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7471928743145868, + 0.6380260816568479, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9447168662710645, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0002/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0002/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..bc9432c7e36017312d625aceeb45ab6a30c35dd8 --- /dev/null +++ b/samples/sample_0002/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3ba1e408116619c35083f4df432757066471afcb5366dd1cf57248482f842c +size 12295 diff --git a/samples/sample_0002/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0002/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..aace1e94ff0ff8786de2271694f27b14f97432da --- /dev/null +++ b/samples/sample_0002/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,189 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:41.437002+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 3.0756047386577725, + "widths": [ + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807 + ], + "segment_heights": [ + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682 + ], + "height_bg": 3.8867650640272116, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7471928743145868, + 0.6380260816568479, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9447168662710645, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0002/ooc/oc_sweep_manifest.json b/samples/sample_0002/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..93e7e108c05c8b2d2ae78c46b813df4705e0c8b6 --- /dev/null +++ b/samples/sample_0002/ooc/oc_sweep_manifest.json @@ -0,0 +1,1212 @@ +{ + "created_at": "2026-07-06T17:29:49.215982+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0002", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:41.435751+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 3.0756047386577725, + "widths": [ + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807 + ], + "segment_heights": [ + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682 + ], + "height_bg": 3.8867650640272116, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7471928743145868, + 0.6380260816568479, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9447168662710645, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:41.436123+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 3.0756047386577725, + "widths": [ + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807 + ], + "segment_heights": [ + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682 + ], + "height_bg": 3.8867650640272116, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7471928743145868, + 0.6380260816568479, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9447168662710645, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:41.437002+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 3.0756047386577725, + "widths": [ + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807 + ], + "segment_heights": [ + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682 + ], + "height_bg": 3.8867650640272116, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7471928743145868, + 0.6380260816568479, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9447168662710645, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:41.437249+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 3.0756047386577725, + "widths": [ + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807 + ], + "segment_heights": [ + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682 + ], + "height_bg": 3.8867650640272116, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7471928743145868, + 0.6380260816568479, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9447168662710645, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:41.436756+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 3.0756047386577725, + "widths": [ + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807 + ], + "segment_heights": [ + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682 + ], + "height_bg": 3.8867650640272116, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7471928743145868, + 0.6380260816568479, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9447168662710645, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:41.437455+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 3.0756047386577725, + "widths": [ + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807 + ], + "segment_heights": [ + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682 + ], + "height_bg": 3.8867650640272116, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7471928743145868, + 0.6380260816568479, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9447168662710645, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} \ No newline at end of file diff --git a/samples/sample_0002/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0002/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..abe204389346d54a597126e90b0f031877b3c1bd --- /dev/null +++ b/samples/sample_0002/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aef6048072893536e47656eb1cc80df93f07cf8086ffc686f8c05f86b9d4b9b +size 12294 diff --git a/samples/sample_0002/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0002/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f42c8902b2c0e27822af4d8007d66cd9499e335b --- /dev/null +++ b/samples/sample_0002/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,189 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:41.437249+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 3.0756047386577725, + "widths": [ + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807 + ], + "segment_heights": [ + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682 + ], + "height_bg": 3.8867650640272116, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7471928743145868, + 0.6380260816568479, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9447168662710645, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0002/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0002/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..56f94dc2537178078cdcd628fa3fb45845c036b4 --- /dev/null +++ b/samples/sample_0002/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5794efcd94e105c33546ede7b3c153e2126f97578951c4ac2178eda2468f1da2 +size 12295 diff --git a/samples/sample_0002/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0002/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..75ac2e12cae2d3fa250a452bcc509087e711ece5 --- /dev/null +++ b/samples/sample_0002/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,189 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:41.436756+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 3.0756047386577725, + "widths": [ + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807 + ], + "segment_heights": [ + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682 + ], + "height_bg": 3.8867650640272116, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7471928743145868, + 0.6380260816568479, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9447168662710645, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0002/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0002/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..56f2272ededa2567e67b24c257138d1658280342 --- /dev/null +++ b/samples/sample_0002/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddae11345bddf1bb39b83eb839e9b4ddade3d751afa711870d17eaa8c5069be7 +size 12299 diff --git a/samples/sample_0002/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0002/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..dcb34e5ec4cfddc25a64858bb5116f0e8a75f6e9 --- /dev/null +++ b/samples/sample_0002/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,189 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:41.437455+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 3.0756047386577725, + "widths": [ + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807, + 3.3473885875265807 + ], + "segment_heights": [ + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682, + 0.8800193948466682 + ], + "height_bg": 3.8867650640272116, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7471928743145868, + 0.6380260816568479, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9447168662710645, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0002/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0003/domain_ids.npz b/samples/sample_0003/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..6c59d2ae4ce5e973a202095bbd52cfdc2e0500c7 --- /dev/null +++ b/samples/sample_0003/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c409ae70493995df5d199dd477c2eeba01c896997d8e934bf2def77167e7dff7 +size 3124 diff --git a/samples/sample_0003/geometry.json b/samples/sample_0003/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..3d9965892941fccf3d219ff71e393f3ea153b8d0 --- /dev/null +++ b/samples/sample_0003/geometry.json @@ -0,0 +1,1610 @@ +{ + "created_at": "2026-07-07T07:12:04.776558+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003", + "sample_kind": "interior", + "sample_label": "interior_0003", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.10706231541476319, + "height_bg_ratio": 0.6313343361673495, + "n_segments": 0.6031527882407043, + "width_ratio": 0.6487382724911831, + "segment_height_ratio": 0.36709809627144185, + "n_interfaces": 0.9555143273407165, + "interface_0_width_frac_0": 0.987054758028663, + "interface_0_width_frac_1": 0.5321981833515753, + "interface_0_width_frac_2": 0.2268952810346706, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.2948399951434739, + "interface_0_height_frac_1": 0.16398634097529452, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.28955989864459764, + "interface_1_width_frac_1": 0.39002461778602204, + "interface_1_width_frac_2": 0.9548106093825689, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.15722849666056493, + "interface_1_height_frac_1": 0.22092793710727887, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.5535311577073816, + "widths": [ + 0.7243691362455915, + 0.7243691362455915, + 0.7243691362455915, + 0.7243691362455915, + 0.7243691362455915, + 0.7243691362455915, + 0.7243691362455915, + 0.7243691362455915, + 0.7243691362455915 + ], + "segment_heights": [ + 0.9455824299664466, + 0.9455824299664466, + 0.9455824299664466, + 0.9455824299664466, + 0.9455824299664466, + 0.9455824299664466, + 0.9455824299664466, + 0.9455824299664466 + ], + "height_bg": 1.9470015042510243, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8928801169157647, + 0.6427090008433665, + 0.4747924045690688, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.5092579442545286, + 0.5645135397823121, + 0.8751458351604129, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.5121619973289107, + 0.440192487536412, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.4364756731633107, + 0.4715103654090034, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.7767655788536908, + -2.0, + 0.7767655788536908, + -2.0, + 0.7767655788536908, + 12.682855099100577, + -0.7767655788536908, + 12.682855099100577 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.7767655788536908, + 0.0, + 0.7767655788536908, + 0.0, + 0.7767655788536908, + 1.9470015042510243, + -0.7767655788536908, + 1.9470015042510243 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.4009817367150239, + 0.0, + 0.42046029084058245, + 0.3069486793822528, + 0.43797895529050224, + 0.5924065796636074, + 0.4536300516683666, + 0.8577031472363634, + 0.46750590157775895, + 1.1041678284928205, + 0.4796988266222625, + 1.3331300698252775, + 0.49030114840546063, + 1.5459193176260342, + 0.49940518853093663, + 1.7438650182873903, + 0.5071032686022738, + 1.928296618201645, + 0.5134877102230557, + 2.1005435637610983, + 0.5186508349968656, + 2.261935301358049, + 0.5226849645272865, + 2.4138012773847968, + 0.5256824204179023, + 2.5574709382336414, + 0.5277355242722958, + 2.6942737302968824, + 0.5289361602740191, + 2.8254773957740054, + 0.5293721861075811, + 2.951781683047548, + 0.5291292894466205, + 3.073580230218191, + 0.5282931369318072, + 3.191263708393123, + 0.5269493952038109, + 3.305222788679532, + 0.525183730903301, + 3.4158481421846045, + 0.5230818106709471, + 3.523530440015529, + 0.5207293011474191, + 3.628660353279494, + 0.5182118689733864, + 3.7316285530836866, + 0.5156151807895191, + 3.8328257105352947, + 0.5130249032364862, + 3.9326424967415057, + 0.510526702954958, + 4.031469582809509, + 0.5082062465856036, + 4.12969763984649, + 0.5061473550802913, + 4.227710721666315, + 0.5043839350779898, + 4.325713925777158, + 0.5028954427075104, + 4.423717129888003, + 0.5016585790170034, + 4.521720333998847, + 0.5006500450546196, + 4.619723538109692, + 0.49984654186850963, + 4.717726742220535, + 0.4992247705068245, + 4.815729946331379, + 0.4987614320177145, + 4.913733150442223, + 0.49843322744933055, + 5.011736354553067, + 0.49821685784982334, + 5.109739558663912, + 0.49808902426734347, + 5.207742762774756, + 0.4980264277500417, + 5.305745966885599, + 0.49800576934606866, + 5.403749170996444, + 0.49800378116884414, + 5.501752375107287, + 0.4980037811688442, + 5.599755579218131, + 0.49800378116884414, + 5.697758783328975, + 0.4980037811688441, + 5.7957619874398185, + 0.49800378116884414, + 5.893765191550663, + 0.4980037811688442, + 5.9917683956615075, + 0.49800378116884414, + 6.089771599772352, + 0.49800378116884403, + 6.187774803883194, + 0.4980037811688441, + 6.28577800799404, + 0.49800378116884414, + 6.383781212104885, + 0.4980037811688441, + 6.481784416215728, + 0.49800378116884414, + 6.579787620326572, + 0.49800378116884414, + 6.677790824437416, + 0.49800378116884414, + 6.775794028548259, + 0.49800378116884414, + 6.873797232659105, + 0.49800378116884414, + 6.971800436769947, + 0.4980037811688442, + 7.069803640880791, + 0.49800378116884414, + 7.167806844991637, + 0.4980037811688441, + 7.2658100491024795, + 0.49800378116884414, + 7.363813253213324, + 0.4980037811688442, + 7.461816457324169, + 0.4980037811688441, + 7.559819661435013, + 0.49800378116884414, + 7.657822865545857, + 0.4980037811688442, + 7.7558260696567, + 0.49800378116884414, + 7.853829273767545, + 0.49800378116884414, + 7.95183247787839, + 0.49800378116884414, + 8.049835681989233, + 0.49800378116884414, + 8.147838886100077, + 0.49800378116884414, + 8.24584209021092, + 0.4980037811688442, + 8.343845294321767, + 0.4980037811688441, + 8.441848498432607, + 0.4980037811688441, + 8.539851702543451, + 0.4980037811688441, + 8.637854906654297, + 0.4980037811688441, + 8.73585811076514, + 0.49800378116884414, + 8.833861314875984, + 0.49800378116884414, + 8.931864518986826, + 0.49800378116884414, + 9.029867723097674, + 0.49800378116884414, + 9.127870927208518, + 0.4980037811688441, + 9.22587413131936, + 0.49800378116884414, + 9.323877335430204, + 0.4979992312263532, + 9.421874600102907, + 0.49780870238454505, + 9.51962909024155, + 0.4970209935908012, + 9.61660402912404, + 0.4952095477365959, + 9.712242594424552, + 0.49194780771340346, + 9.805987963817264, + 0.48680921641269853, + 9.897283314976354, + 0.47936721672595534, + 9.985571825575995, + 0.46919525154464836, + 10.070296673290365, + 0.45586676376025187, + 10.150901035793645, + 0.4389551962642404, + 10.226828090760003, + 0.4180339919480885, + 10.29752101586362, + 0.3926765937032704, + 10.362422988778667, + 0.36245644442126035, + 10.420977187179332, + 0.32694749254269845, + 10.47262700871897, + 0.28603213469292355, + 10.516950065854529, + 0.24042464864936722, + 10.553885946800827, + 0.19097814862908, + 10.583434651557866, + 0.13854574884911353, + 10.605596180125644, + 0.0839805635265197, + 10.620370532504165, + 0.028135706878349126, + 10.627757708693423, + -0.028135706878347787, + 10.627757708693421, + -0.08398056352651903, + 10.620370532504163, + -0.1385457488491129, + 10.605596180125643, + -0.19097814862907875, + 10.583434651557864, + -0.2404246486493661, + 10.553885946800827, + -0.28603213469292305, + 10.51695006585453, + -0.32694749254269795, + 10.472627008718973, + -0.3624564444212595, + 10.42097718717933, + -0.39267659370326974, + 10.36242298877867, + -0.41803399194808827, + 10.297521015863621, + -0.4389551962642399, + 10.226828090760005, + -0.4558667637602515, + 10.150901035793646, + -0.46919525154464803, + 10.070296673290368, + -0.4793672167259552, + 9.985571825575997, + -0.4868092164126985, + 9.897283314976356, + -0.4919478077134033, + 9.805987963817266, + -0.49520954773659587, + 9.712242594424552, + -0.49702099359080115, + 9.616604029124039, + -0.49780870238454505, + 9.519629090241551, + -0.49799923122635326, + 9.42187460010291, + -0.49800378116884425, + 9.323877335430206, + -0.4980037811688441, + 9.225874131319362, + -0.49800378116884414, + 9.127870927208518, + -0.49800378116884414, + 9.029867723097675, + -0.49800378116884414, + 8.93186451898683, + -0.4980037811688442, + 8.833861314875985, + -0.4980037811688441, + 8.735858110765145, + -0.49800378116884425, + 8.6378549066543, + -0.49800378116884414, + 8.539851702543455, + -0.4980037811688441, + 8.44184849843261, + -0.49800378116884414, + 8.343845294321767, + -0.49800378116884414, + 8.245842090210923, + -0.4980037811688441, + 8.147838886100077, + -0.49800378116884414, + 8.049835681989235, + -0.49800378116884414, + 7.9518324778783915, + -0.4980037811688442, + 7.853829273767548, + -0.4980037811688441, + 7.7558260696567025, + -0.4980037811688441, + 7.657822865545857, + -0.49800378116884414, + 7.5598196614350135, + -0.4980037811688441, + 7.46181645732417, + -0.49800378116884425, + 7.363813253213326, + -0.49800378116884414, + 7.265810049102482, + -0.4980037811688442, + 7.167806844991639, + -0.4980037811688442, + 7.069803640880794, + -0.49800378116884414, + 6.97180043676995, + -0.4980037811688442, + 6.873797232659106, + -0.49800378116884414, + 6.775794028548261, + -0.4980037811688442, + 6.67779082443742, + -0.4980037811688441, + 6.579787620326575, + -0.4980037811688441, + 6.48178441621573, + -0.4980037811688441, + 6.383781212104887, + -0.4980037811688442, + 6.285778007994043, + -0.49800378116884414, + 6.187774803883198, + -0.49800378116884425, + 6.089771599772353, + -0.4980037811688442, + 5.99176839566151, + -0.4980037811688442, + 5.893765191550667, + -0.49800378116884414, + 5.795761987439822, + -0.49800378116884414, + 5.697758783328978, + -0.4980037811688441, + 5.599755579218135, + -0.49800378116884414, + 5.501752375107291, + -0.49800576934606855, + 5.403749170996446, + -0.4980264277500416, + 5.305745966885601, + -0.4980890242673435, + 5.207742762774757, + -0.4982168578498234, + 5.1097395586639145, + -0.4984332274493306, + 5.0117363545530695, + -0.49876143201771456, + 4.913733150442225, + -0.4992247705068244, + 4.815729946331383, + -0.4998465418685097, + 4.717726742220539, + -0.5006500450546195, + 4.619723538109695, + -0.5016585790170034, + 4.521720333998849, + -0.5028954427075103, + 4.423717129888004, + -0.5043839350779898, + 4.325713925777163, + -0.5061473550802913, + 4.227710721666318, + -0.5082062465856035, + 4.1296976398464915, + -0.5105267029549578, + 4.031469582809512, + -0.5130249032364861, + 3.9326424967415092, + -0.515615180789519, + 3.8328257105352974, + -0.5182118689733864, + 3.731628553083689, + -0.520729301147419, + 3.628660353279496, + -0.5230818106709471, + 3.5235304400155325, + -0.525183730903301, + 3.415848142184607, + -0.5269493952038108, + 3.305222788679533, + -0.5282931369318074, + 3.1912637083931275, + -0.5291292894466206, + 3.0735802302181936, + -0.5293721861075811, + 2.9517816830475505, + -0.528936160274019, + 2.8254773957740076, + -0.5277355242722959, + 2.694273730296884, + -0.5256824204179023, + 2.557470938233646, + -0.5226849645272866, + 2.4138012773848, + -0.5186508349968656, + 2.2619353013580517, + -0.5134877102230558, + 2.1005435637611036, + -0.507103268602274, + 1.9282966182016494, + -0.4994051885309368, + 1.743865018287394, + -0.4903011484054608, + 1.545919317626037, + -0.4796988266222626, + 1.333130069825279, + -0.4675059015777593, + 1.1041678284928262, + -0.4536300516683669, + 0.8577031472363684, + -0.43797895529050246, + 0.5924065796636111, + -0.420460290840583, + 0.30694867938226195, + -0.4009817367150239, + 4.440892098500626e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.3233873995305676, + 0.0, + 0.30390884540500906, + 0.10492165858293864, + 0.2863901809550892, + 0.20112395408027386, + 0.2707390845772249, + 0.28930224855724657, + 0.25686323466783256, + 0.37015190407909754, + 0.24467030962332906, + 0.4443682827110677, + 0.23406798784013097, + 0.5126467465183977, + 0.2249639477146549, + 0.5756826575663285, + 0.2172658676433176, + 0.6341713779201009, + 0.21088142602253576, + 0.6888082696449557, + 0.20571830124872598, + 0.7402886948061337, + 0.2016841717183049, + 0.7893080154688757, + 0.19868671582768926, + 0.8365615936984228, + 0.19663361197329574, + 0.8827447915600155, + 0.19543297597157241, + 0.9285082053835318, + 0.19499695013801044, + 0.9740903580280225, + 0.19523984679897088, + 1.0195076926000188, + 0.1960759993137842, + 1.0647744996838415, + 0.19741974104178064, + 1.109905069863811, + 0.19918540534229062, + 1.1549136937242472, + 0.2012873255746444, + 1.1998146618494703, + 0.2036398350981724, + 1.244622264823801, + 0.206157267272205, + 1.2893507932315595, + 0.2087539554560725, + 1.334014537657066, + 0.21134423300910524, + 1.3786277886846405, + 0.21384243329063357, + 1.4232048368986039, + 0.21616288965998795, + 1.4677599728832762, + 0.21822178116530025, + 1.512307245165179, + 0.21998520116760165, + 1.5568541561246534, + 0.22147369353808116, + 1.601401067084128, + 0.22271055722858818, + 1.6459479780436026, + 0.22371909119097194, + 1.6904948890030775, + 0.22452259437708177, + 1.7350417999625516, + 0.225144365738767, + 1.779588710922026, + 0.22560770422787693, + 1.824135621881501, + 0.22593590879626085, + 1.8686825328409753, + 0.22615227839576812, + 1.91322944380045, + 0.226280111978248, + 1.9577763547599243, + 0.22634270849554983, + 2.002323265719399, + 0.2263633668995229, + 2.046870176678874, + 0.22636535507674735, + 2.0914170876383475, + 0.22636535507674735, + 2.1359639985978225, + 0.22636535507674732, + 2.180510909557297, + 0.22636535507674732, + 2.225057820516772, + 0.22636535507674738, + 2.269604731476246, + 0.22636535507674735, + 2.314151642435721, + 0.22636535507674735, + 2.3586985533951954, + 0.22636535507674732, + 2.4032454643546695, + 0.22636535507674735, + 2.4477923753141444, + 0.22636535507674735, + 2.4923392862736193, + 0.22636535507674735, + 2.536886197233094, + 0.22636535507674738, + 2.5814331081925683, + 0.22636535507674732, + 2.6259800191520424, + 0.22636535507674735, + 2.670526930111517, + 0.2263653550767474, + 2.7150738410709923, + 0.22636535507674732, + 2.759620752030466, + 0.22636535507674732, + 2.8041676629899404, + 0.22636535507674735, + 2.8487145739494157, + 0.22636535507674735, + 2.89326148490889, + 0.22636535507674732, + 2.937808395868364, + 0.22636535507674738, + 2.9823553068278392, + 0.22636535507674735, + 3.0269022177873137, + 0.22636535507674735, + 3.0714491287467887, + 0.22636535507674735, + 3.1159960397062627, + 0.22636535507674732, + 3.160542950665737, + 0.22636535507674738, + 3.205089861625212, + 0.22636535507674735, + 3.249636772584686, + 0.22636535507674735, + 3.294183683544161, + 0.22636535507674732, + 3.338730594503635, + 0.22636535507674735, + 3.38327750546311, + 0.22636535507674735, + 3.4278244164225846, + 0.22636535507674738, + 3.4723713273820587, + 0.22636535507674735, + 3.516918238341533, + 0.22636535507674732, + 3.561465149301008, + 0.22636535507674735, + 3.6060120602604826, + 0.22636535507674735, + 3.6505589712199566, + 0.22636535507674738, + 3.6951058821794316, + 0.22636535507674732, + 3.739652793138907, + 0.22636535507674735, + 3.7841997040983806, + 0.22636535507674735, + 3.828746615057855, + 0.22636328692106966, + 3.8732908262727204, + 0.22627668290206596, + 3.9177246854266485, + 0.2259186334503642, + 3.9618042031005074, + 0.22509524897117994, + 4.005276278237104, + 0.22361263986972885, + 4.047887809779247, + 0.2212769165512266, + 4.0893856966697415, + 0.21789418942088876, + 4.129516837851397, + 0.21327056888393106, + 4.16802813226702, + 0.20721216534556908, + 4.204666478859419, + 0.19952508921101839, + 4.2391787765714, + 0.19001545088549476, + 4.2713119243457704, + 0.17848936077421385, + 4.300812821125339, + 0.16475292928239108, + 4.327428365852914, + 0.14861249661031745, + 4.35090555746184, + 0.13001460667860162, + 4.371052401614366, + 0.10928393120425785, + 4.387841438408139, + 0.08680824937685451, + 4.401272667843156, + 0.06297534038596068, + 4.4113460899194195, + 0.03817298342114531, + 4.418061704636928, + 0.012788957671976868, + 4.421419511995683, + -0.01278895767197626, + 4.4214195119956825, + -0.038172983421145, + 4.418061704636928, + -0.0629753403859604, + 4.411346089919419, + -0.08680824937685398, + 4.401272667843156, + -0.10928393120425733, + 4.387841438408139, + -0.13001460667860137, + 4.371052401614366, + -0.14861249661031722, + 4.350905557461841, + -0.16475292928239071, + 4.327428365852914, + -0.17848936077421354, + 4.30081282112534, + -0.19001545088549462, + 4.271311924345771, + -0.19952508921101814, + 4.239178776571401, + -0.2072121653455689, + 4.204666478859419, + -0.21327056888393095, + 4.16802813226702, + -0.21789418942088873, + 4.129516837851399, + -0.22127691655122658, + 4.089385696669742, + -0.2236126398697288, + 4.0478878097792474, + -0.2250952489711799, + 4.005276278237106, + -0.22591863345036414, + 3.961804203100508, + -0.22627668290206593, + 3.9177246854266494, + -0.22636328692106966, + 3.8732908262727217, + -0.22636535507674735, + 3.8287466150578564, + -0.22636535507674735, + 3.7841997040983815, + -0.22636535507674735, + 3.739652793138907, + -0.22636535507674735, + 3.695105882179433, + -0.22636535507674738, + 3.6505589712199584, + -0.22636535507674735, + 3.606012060260484, + -0.22636535507674735, + 3.5614651493010094, + -0.22636535507674738, + 3.5169182383415354, + -0.22636535507674735, + 3.4723713273820604, + -0.22636535507674732, + 3.4278244164225846, + -0.22636535507674738, + 3.383277505463111, + -0.22636535507674735, + 3.338730594503637, + -0.22636535507674732, + 3.2941836835441616, + -0.22636535507674732, + 3.249636772584687, + -0.22636535507674735, + 3.205089861625214, + -0.22636535507674738, + 3.160542950665739, + -0.22636535507674735, + 3.1159960397062636, + -0.22636535507674738, + 3.0714491287467887, + -0.22636535507674735, + 3.026902217787314, + -0.22636535507674732, + 2.98235530682784, + -0.22636535507674738, + 2.937808395868366, + -0.22636535507674735, + 2.8932614849088907, + -0.22636535507674735, + 2.8487145739494175, + -0.22636535507674735, + 2.804167662989942, + -0.22636535507674735, + 2.759620752030467, + -0.22636535507674732, + 2.7150738410709927, + -0.22636535507674735, + 2.670526930111518, + -0.22636535507674738, + 2.6259800191520446, + -0.22636535507674732, + 2.581433108192569, + -0.22636535507674732, + 2.5368861972330943, + -0.22636535507674735, + 2.4923392862736207, + -0.22636535507674738, + 2.447792375314146, + -0.22636535507674735, + 2.4032454643546712, + -0.22636535507674735, + 2.3586985533951963, + -0.22636535507674738, + 2.314151642435722, + -0.22636535507674738, + 2.2696047314762477, + -0.22636535507674735, + 2.2250578205167733, + -0.22636535507674735, + 2.1805109095572983, + -0.22636535507674732, + 2.1359639985978243, + -0.22636535507674732, + 2.0914170876383498, + -0.22636336689952286, + 2.046870176678875, + -0.2263427084955498, + 2.0023232657194, + -0.226280111978248, + 1.9577763547599252, + -0.22615227839576815, + 1.9132294438004516, + -0.22593590879626088, + 1.8686825328409764, + -0.22560770422787693, + 1.8241356218815017, + -0.225144365738767, + 1.7795887109220279, + -0.22452259437708183, + 1.7350417999625534, + -0.22371909119097194, + 1.6904948890030786, + -0.2227105572285882, + 1.6459479780436037, + -0.22147369353808116, + 1.6014010670841288, + -0.21998520116760167, + 1.556854156124655, + -0.21822178116530033, + 1.5123072451651804, + -0.21616288965998795, + 1.467759972883277, + -0.21384243329063365, + 1.4232048368986059, + -0.21134423300910526, + 1.378627788684642, + -0.20875395545607256, + 1.3340145376570671, + -0.20615726727220504, + 1.2893507932315604, + -0.2036398350981724, + 1.2446222648238017, + -0.20128732557464446, + 1.1998146618494718, + -0.19918540534229062, + 1.1549136937242483, + -0.19741974104178064, + 1.1099050698638118, + -0.19607599931378422, + 1.0647744996838433, + -0.1952398467989709, + 1.0195076926000204, + -0.19499695013801044, + 0.9740903580280237, + -0.19543297597157241, + 0.9285082053835327, + -0.1966336119732957, + 0.8827447915600164, + -0.19868671582768924, + 0.8365615936984244, + -0.20168417171830483, + 0.789308015468877, + -0.20571830124872592, + 0.7402886948061348, + -0.21088142602253557, + 0.6888082696449576, + -0.21726586764331743, + 0.6341713779201026, + -0.22496394771465478, + 0.5756826575663299, + -0.23406798784013083, + 0.5126467465183989, + -0.24467030962332897, + 0.4443682827110685, + -0.2568632346678323, + 0.3701519040790998, + -0.2707390845772246, + 0.2893022485572485, + -0.28639018095508906, + 0.20112395408027542, + -0.3039088454050085, + 0.10492165858294204, + -0.3233873995305676, + 4.440892098500626e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.18444536860292923, + 0.0, + 0.18955454424996687, + 0.09017011031072698, + 0.19569495852430302, + 0.17432439577876863, + 0.20266241348281167, + 0.2529172466646272, + 0.21025271118236666, + 0.3264030532288052, + 0.21826165367984188, + 0.3952362057318046, + 0.2264850430321113, + 0.45987109443412794, + 0.2347186812960487, + 0.5207621095962772, + 0.24275837052852806, + 0.5783636414787549, + 0.25039991278642326, + 0.6331300803420634, + 0.25743911012660825, + 0.6855158164467048, + 0.26367176460595687, + 0.7359752400531813, + 0.26889367828134303, + 0.7849627414219953, + 0.2729006532096405, + 0.8329327108136493, + 0.2755117641021103, + 0.8803118618478405, + 0.2767603129889812, + 0.9272721416505484, + 0.2767950559477519, + 0.9738481954249609, + 0.2757658681016619, + 1.020073337566596, + 0.2738226245739507, + 1.0659808824709702, + 0.2711152004878573, + 1.1116041445336005, + 0.2677934709666212, + 1.156976438150003, + 0.26400731113348186, + 1.2021310777156957, + 0.25990659611167866, + 1.2471013776261948, + 0.25564120102445065, + 1.2919206522770175, + 0.25136100099503755, + 1.3366222160636803, + 0.24721587114667837, + 1.3812393833817003, + 0.24335568660261275, + 1.4258054686265949, + 0.23992712664645588, + 1.4703532219056004, + 0.23699044313222511, + 1.5149001328650746, + 0.23451160598637175, + 1.5594470438245494, + 0.23245181466920276, + 1.603993954784024, + 0.2307722686410252, + 1.6485408657434986, + 0.22943416736214597, + 1.6930877767029728, + 0.22839871029287212, + 1.7376346876624473, + 0.22762709689351068, + 1.7821815986219218, + 0.22708052662436864, + 1.8267285095813965, + 0.22672019894575302, + 1.8712754205408713, + 0.22650731331797078, + 1.9158223315003455, + 0.2264030692013289, + 1.9603692424598205, + 0.22636866605613445, + 2.004916153419295, + 0.22636535507674732, + 2.0494630643787692, + 0.22636535507674732, + 2.0940099753382437, + 0.2263653550767473, + 2.138556886297718, + 0.2263653550767473, + 2.183103797257193, + 0.22636535507674735, + 2.2276507082166677, + 0.22636535507674732, + 2.272197619176142, + 0.22636535507674732, + 2.316744530135616, + 0.2263653550767473, + 2.3612914410950907, + 0.22636535507674732, + 2.405838352054565, + 0.22636535507674732, + 2.45038526301404, + 0.22636535507674732, + 2.494932173973515, + 0.22636535507674735, + 2.5394790849329896, + 0.2263653550767473, + 2.5840259958924636, + 0.22636535507674732, + 2.6285729068519386, + 0.22636535507674738, + 2.673119817811413, + 0.2263653550767473, + 2.717666728770887, + 0.2263653550767473, + 2.762213639730362, + 0.22636535507674732, + 2.8067605506898365, + 0.22636535507674732, + 2.851307461649311, + 0.2263653550767473, + 2.8958543726087855, + 0.22636535507674735, + 2.9404012835682605, + 0.22636535507674732, + 2.984948194527735, + 0.22636535507674732, + 3.0294951054872095, + 0.22636535507674732, + 3.0740420164466835, + 0.2263653550767473, + 3.118588927406158, + 0.22636535507674735, + 3.163135838365633, + 0.22636535507674732, + 3.2076827493251074, + 0.22636535507674732, + 3.2522296602845815, + 0.2263653550767473, + 3.2967765712440564, + 0.22636535507674732, + 3.341323482203532, + 0.22636535507674732, + 3.385870393163006, + 0.22636535507674735, + 3.43041730412248, + 0.22636535507674732, + 3.4749642150819544, + 0.2263653550767473, + 3.5195111260414293, + 0.22636535507674732, + 3.5640580370009043, + 0.22636535507674732, + 3.6086049479603783, + 0.22636535507674735, + 3.653151858919853, + 0.2263653550767473, + 3.697698769879328, + 0.22636535507674732, + 3.7422456808388023, + 0.22636535507674732, + 3.7867925917982763, + 0.22636328692106963, + 3.8313368030131407, + 0.22627668290206593, + 3.87577066216707, + 0.22591863345036417, + 3.919850179840929, + 0.2250952489711799, + 3.963322254977525, + 0.22361263986972882, + 4.005933786519668, + 0.22127691655122658, + 4.047431673410163, + 0.21789418942088873, + 4.087562814591818, + 0.21327056888393103, + 4.126074109007441, + 0.20721216534556905, + 4.1627124555998405, + 0.19952508921101836, + 4.197224753311822, + 0.19001545088549474, + 4.229357901086192, + 0.17848936077421382, + 4.25885879786576, + 0.16475292928239105, + 4.285474342593335, + 0.14861249661031742, + 4.3089515342022615, + 0.1300146066786016, + 4.3290983783547885, + 0.10928393120425782, + 4.34588741514856, + 0.08680824937685448, + 4.3593186445835785, + 0.06297534038596066, + 4.36939206665984, + 0.03817298342114528, + 4.376107681377349, + 0.01278895767197684, + 4.379465488736104, + -0.012788957671976287, + 4.379465488736104, + -0.03817298342114503, + 4.376107681377349, + -0.06297534038596042, + 4.36939206665984, + -0.08680824937685401, + 4.359318644583578, + -0.10928393120425736, + 4.345887415148561, + -0.1300146066786014, + 4.3290983783547885, + -0.14861249661031725, + 4.308951534202262, + -0.16475292928239074, + 4.285474342593335, + -0.17848936077421357, + 4.258858797865761, + -0.19001545088549465, + 4.229357901086193, + -0.19952508921101816, + 4.197224753311822, + -0.20721216534556894, + 4.162712455599841, + -0.21327056888393098, + 4.126074109007442, + -0.21789418942088876, + 4.087562814591819, + -0.2212769165512266, + 4.047431673410164, + -0.22361263986972882, + 4.005933786519669, + -0.22509524897117994, + 3.9633222549775273, + -0.22591863345036417, + 3.9198501798409295, + -0.22627668290206596, + 3.875770662167071, + -0.2263632869210697, + 3.831336803013143, + -0.22636535507674738, + 3.7867925917982777, + -0.22636535507674738, + 3.7422456808388027, + -0.22636535507674738, + 3.697698769879328, + -0.22636535507674738, + 3.653151858919854, + -0.2263653550767474, + 3.6086049479603797, + -0.22636535507674738, + 3.5640580370009047, + -0.22636535507674738, + 3.5195111260414307, + -0.2263653550767474, + 3.4749642150819566, + -0.22636535507674738, + 3.4304173041224817, + -0.22636535507674735, + 3.385870393163006, + -0.2263653550767474, + 3.3413234822035323, + -0.22636535507674738, + 3.2967765712440578, + -0.22636535507674735, + 3.252229660284583, + -0.22636535507674735, + 3.207682749325108, + -0.22636535507674738, + 3.163135838365635, + -0.2263653550767474, + 3.11858892740616, + -0.22636535507674738, + 3.0740420164466853, + -0.2263653550767474, + 3.0294951054872103, + -0.22636535507674738, + 2.9849481945277354, + -0.22636535507674735, + 2.940401283568262, + -0.2263653550767474, + 2.8958543726087873, + -0.22636535507674738, + 2.851307461649312, + -0.22636535507674738, + 2.8067605506898383, + -0.22636535507674738, + 2.7622136397303634, + -0.22636535507674738, + 2.717666728770889, + -0.22636535507674735, + 2.673119817811414, + -0.22636535507674738, + 2.6285729068519395, + -0.2263653550767474, + 2.584025995892466, + -0.22636535507674735, + 2.53947908493299, + -0.22636535507674735, + 2.4949321739735155, + -0.22636535507674738, + 2.450385263014042, + -0.2263653550767474, + 2.4058383520545674, + -0.22636535507674738, + 2.3612914410950925, + -0.22636535507674738, + 2.3167445301356175, + -0.2263653550767474, + 2.2721976191761426, + -0.2263653550767474, + 2.227650708216669, + -0.22636535507674738, + 2.1831037972571945, + -0.22636535507674738, + 2.138556886297719, + -0.22636535507674735, + 2.0940099753382455, + -0.22636535507674735, + 2.049463064378771, + -0.22636866605613448, + 2.004916153419296, + -0.22640306920132897, + 1.960369242459821, + -0.2265073133179708, + 1.9158223315003464, + -0.2267201989457531, + 1.8712754205408728, + -0.22708052662436873, + 1.8267285095813979, + -0.22762709689351074, + 1.782181598621923, + -0.22839871029287215, + 1.737634687662449, + -0.22943416736214603, + 1.6930877767029746, + -0.2307722686410252, + 1.6485408657434997, + -0.2324518146692028, + 1.603993954784025, + -0.2345116059863718, + 1.5594470438245502, + -0.23699044313222511, + 1.5149001328650764, + -0.2399271266464559, + 1.4703532219056015, + -0.24335568660261273, + 1.4258054686265957, + -0.2472158711466783, + 1.3812393833817023, + -0.25136100099503744, + 1.3366222160636816, + -0.25564120102445065, + 1.2919206522770186, + -0.25990659611167866, + 1.2471013776261957, + -0.26400731113348197, + 1.2021310777156962, + -0.2677934709666212, + 1.1569764381500047, + -0.2711152004878573, + 1.1116041445336016, + -0.2738226245739507, + 1.0659808824709711, + -0.27576586810166204, + 1.020073337566598, + -0.2767950559477519, + 0.9738481954249627, + -0.2767603129889812, + 0.9272721416505496, + -0.2755117641021103, + 0.8803118618478416, + -0.27290065320964063, + 0.8329327108136502, + -0.26889367828134314, + 0.7849627414219971, + -0.263671764605957, + 0.7359752400531827, + -0.25743911012660836, + 0.6855158164467059, + -0.2503999127864235, + 0.6331300803420654, + -0.2427583705285283, + 0.5783636414787567, + -0.23471868129604892, + 0.5207621095962787, + -0.22648504303211145, + 0.45987109443412916, + -0.218261653679842, + 0.3952362057318055, + -0.2102527111823669, + 0.32640305322880736, + -0.20266241348281186, + 0.2529172466646291, + -0.19569495852430316, + 0.1743243957787701, + -0.1895545442499671, + 0.09017011031073004, + -0.1844453686029293, + 4.996003610813204e-16 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0003/geometry.png b/samples/sample_0003/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..4afc7b41a3c4493eb6cf1bf61d7be3d322af881c --- /dev/null +++ b/samples/sample_0003/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d1e84f05d992c3070cfeec2744ff61fc92743fdd097dde82318afae725525e +size 199994 diff --git a/samples/sample_0003/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0003/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..9899eb2a722e458e0b89fba8f03541cb6880e60e --- /dev/null +++ b/samples/sample_0003/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d555540584d3114e570d78692aadc80f7a8ae85a689dccaad00bf01546d01b1 +size 14761 diff --git a/samples/sample_0003/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0003/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d8d6b603699aea3a1707cd7ac5d47cab88fcd450 --- /dev/null +++ b/samples/sample_0003/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,183 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:49.274772+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 20.296159231115062, + "widths": [ + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859 + ], + "segment_heights": [ + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304 + ], + "height_bg": 4.9393303599144645, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7236300758372034, + 0.44686311753363717, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9471216848886875, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0003/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0003/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..ef77327aa96a193b83007a7cb36a73975010afc2 --- /dev/null +++ b/samples/sample_0003/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2107c12020bd2700db6fae547b2398a38c302ac654512821bcd4b63343f69ec +size 14763 diff --git a/samples/sample_0003/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0003/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0140096967cd183f81468b5efcd100bdf9382474 --- /dev/null +++ b/samples/sample_0003/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,183 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:49.274639+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 20.296159231115062, + "widths": [ + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859 + ], + "segment_heights": [ + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304 + ], + "height_bg": 4.9393303599144645, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7236300758372034, + 0.44686311753363717, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9471216848886875, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0003/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0003/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..13a371adaf751b80b21ad6e683f65aa01c88a045 --- /dev/null +++ b/samples/sample_0003/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa755fa7ca01c2c71c9fd25b1ae08c3ea768fefd6e059efd93c07c77be51231 +size 14762 diff --git a/samples/sample_0003/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0003/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d91657f41c675b601b678afcc66d803ca78770b9 --- /dev/null +++ b/samples/sample_0003/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,183 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:49.275052+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 20.296159231115062, + "widths": [ + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859 + ], + "segment_heights": [ + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304 + ], + "height_bg": 4.9393303599144645, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7236300758372034, + 0.44686311753363717, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9471216848886875, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0003/ooc/oc_sweep_manifest.json b/samples/sample_0003/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..aba0241418c629746bbfca1907ee36ff4e288251 --- /dev/null +++ b/samples/sample_0003/ooc/oc_sweep_manifest.json @@ -0,0 +1,1176 @@ +{ + "created_at": "2026-07-06T17:29:57.179951+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0003", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:49.274772+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 20.296159231115062, + "widths": [ + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859 + ], + "segment_heights": [ + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304 + ], + "height_bg": 4.9393303599144645, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7236300758372034, + 0.44686311753363717, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9471216848886875, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:49.274639+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 20.296159231115062, + "widths": [ + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859 + ], + "segment_heights": [ + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304 + ], + "height_bg": 4.9393303599144645, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7236300758372034, + 0.44686311753363717, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9471216848886875, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:49.275052+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 20.296159231115062, + "widths": [ + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859 + ], + "segment_heights": [ + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304 + ], + "height_bg": 4.9393303599144645, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7236300758372034, + 0.44686311753363717, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9471216848886875, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:49.275687+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 20.296159231115062, + "widths": [ + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859 + ], + "segment_heights": [ + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304 + ], + "height_bg": 4.9393303599144645, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7236300758372034, + 0.44686311753363717, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9471216848886875, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:49.275520+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 20.296159231115062, + "widths": [ + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859 + ], + "segment_heights": [ + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304 + ], + "height_bg": 4.9393303599144645, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7236300758372034, + 0.44686311753363717, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9471216848886875, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:49.275290+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 20.296159231115062, + "widths": [ + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859 + ], + "segment_heights": [ + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304 + ], + "height_bg": 4.9393303599144645, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7236300758372034, + 0.44686311753363717, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9471216848886875, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} \ No newline at end of file diff --git a/samples/sample_0003/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0003/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..1c8d31a6276a55dc6788a5b18fd8450939a86f98 --- /dev/null +++ b/samples/sample_0003/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6c5540a7cdca6fb8d89e0f256ce7b889eb48c2f3d25ddefc177201e9aa7519 +size 14760 diff --git a/samples/sample_0003/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0003/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8a8867c6751af1efc0a78c2600d40c3e89b92b96 --- /dev/null +++ b/samples/sample_0003/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,183 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:49.275687+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 20.296159231115062, + "widths": [ + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859 + ], + "segment_heights": [ + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304 + ], + "height_bg": 4.9393303599144645, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7236300758372034, + 0.44686311753363717, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9471216848886875, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0003/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0003/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..97680979772115bc22116393a0edae03eaf8e618 --- /dev/null +++ b/samples/sample_0003/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e32d4527f2e4b85fc6d4458fcacd6e39e66df158faa782b000110181c54296 +size 14762 diff --git a/samples/sample_0003/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0003/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ac0d4a4a66f09dc86f064cbccb39068032d9d254 --- /dev/null +++ b/samples/sample_0003/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,183 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:49.275520+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 20.296159231115062, + "widths": [ + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859 + ], + "segment_heights": [ + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304 + ], + "height_bg": 4.9393303599144645, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7236300758372034, + 0.44686311753363717, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9471216848886875, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0003/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0003/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..6bd0387e607df983829b1569678585d26b4fb4ae --- /dev/null +++ b/samples/sample_0003/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2117a72f770d2339ee345fdb1c7284df3fb7a4a89f2a1053ca7d55946e91ca +size 14764 diff --git a/samples/sample_0003/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0003/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6e88d45a3ac051ab036ac55eaefd380f9be0112f --- /dev/null +++ b/samples/sample_0003/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,183 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:49.275290+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 20.296159231115062, + "widths": [ + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859, + 0.7448859869165859 + ], + "segment_heights": [ + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304, + 3.56508686386304 + ], + "height_bg": 4.9393303599144645, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7236300758372034, + 0.44686311753363717, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9471216848886875, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0003/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0004/domain_ids.npz b/samples/sample_0004/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..241dd950fae41677c3951b08a5ceb4938aacae54 --- /dev/null +++ b/samples/sample_0004/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b32b65ea124a713801c014cd2805c53746e3efd4208ae2c3baf1724f3f5eb0 +size 3115 diff --git a/samples/sample_0004/geometry.json b/samples/sample_0004/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..526c6ec225ca482bf31848f2719f7b9c0ca3a20f --- /dev/null +++ b/samples/sample_0004/geometry.json @@ -0,0 +1,1598 @@ +{ + "created_at": "2026-07-07T07:12:05.034252+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004", + "sample_kind": "interior", + "sample_label": "interior_0004", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.6606278237812857, + "height_bg_ratio": 0.45528440094128786, + "n_segments": 0.27177906309765154, + "width_ratio": 0.11367757247617372, + "segment_height_ratio": 0.6813474994568257, + "n_interfaces": 0.9149322815037647, + "interface_0_width_frac_0": 0.9734692692837086, + "interface_0_width_frac_1": 0.27064759150780016, + "interface_0_width_frac_2": 0.42764604341274814, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.5194688809386759, + "interface_0_height_frac_1": 0.17596868277793543, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.040611383371125465, + "interface_1_width_frac_1": 0.9475311409892374, + "interface_1_width_frac_2": 0.34025026579280004, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.26460456552934364, + "interface_1_height_frac_1": 0.6747979867392574, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.8303139118906429, + "widths": [ + 0.4568387862380869, + 0.4568387862380869, + 0.4568387862380869, + 0.4568387862380869, + 0.4568387862380869, + 0.4568387862380869, + 0.4568387862380869 + ], + "segment_heights": [ + 1.3698191242667148, + 1.3698191242667148, + 1.3698191242667148, + 1.3698191242667148, + 1.3698191242667148, + 1.3698191242667148 + ], + "height_bg": 1.6829266014119317, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8854080981060397, + 0.49885617532929005, + 0.5852053238770114, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.37233626085411897, + 0.8711421275440806, + 0.53713764618604, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.6357078845162718, + 0.4467827755278645, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.495532511041139, + 0.7211388927065916, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.9151569559453214, + -2.0, + 0.9151569559453214, + -2.0, + 0.9151569559453214, + 13.530465272565234, + -0.9151569559453214, + 13.530465272565234 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.9151569559453214, + 0.0, + 0.9151569559453214, + 0.0, + 0.9151569559453214, + 1.6829266014119317, + -0.9151569559453214, + 1.6829266014119317 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.2545944058060188, + 0.0, + 0.26835384637623555, + 0.30262703371106675, + 0.28041670388386025, + 0.591090619942062, + 0.29088591069448894, + 0.8659856403935203, + 0.29986439917371766, + 1.1279069767659762, + 0.30745510168714274, + 1.3774495107599645, + 0.3137609506003601, + 1.615208124076019, + 0.3188848782789657, + 1.8417776984146748, + 0.32292981708855595, + 2.0577531154764657, + 0.3259986993947269, + 2.263729256961928, + 0.32819445756307464, + 2.460301004571594, + 0.3296200239591951, + 2.6480632400059987, + 0.33037833094868446, + 2.8276108449656774, + 0.330572310897139, + 2.999538701151164, + 0.3303048961701547, + 3.164441690262994, + 0.3296790191333277, + 3.3229146940017014, + 0.3287976121522539, + 3.4755525940678194, + 0.32776360759252965, + 3.622950272161884, + 0.3266799378197511, + 3.76570260998443, + 0.3256364048730208, + 3.90435766024013, + 0.3246537321437607, + 4.0392171082864445, + 0.32373000634051796, + 4.170501906291966, + 0.3228633010415135, + 4.298432959596297, + 0.322051689824968, + 4.423231173539034, + 0.32129324626910233, + 4.545117453459777, + 0.3205860439521372, + 4.664312704698127, + 0.31992815645229344, + 4.781037832593683, + 0.31931765734779194, + 4.8955137424860435, + 0.31875262021685336, + 5.007961339714809, + 0.31823111863769854, + 5.118601529619579, + 0.3177512261885484, + 5.227655217539953, + 0.3173110164476235, + 5.335343308815529, + 0.3169085629931449, + 5.441886708785909, + 0.31654193940333325, + 5.5475063227906904, + 0.31620921925640944, + 5.652423056169473, + 0.315908476130594, + 5.756857814261856, + 0.31563778360410805, + 5.8610315024074415, + 0.3153952509639422, + 5.965144860657501, + 0.3151792365277955, + 6.069257997614959, + 0.31498820466204597, + 6.173371134572417, + 0.31482062012493717, + 6.2774842715298735, + 0.3146749476747132, + 6.381597408487331, + 0.31454965206961755, + 6.485710545444789, + 0.31444319806789395, + 6.589823682402246, + 0.3143540504277863, + 6.693936819359704, + 0.3142806739075383, + 6.798049956317161, + 0.31422153326539365, + 6.902163093274619, + 0.3141750932595962, + 7.006276230232076, + 0.31413981864838963, + 7.110389367189534, + 0.3141141741900177, + 7.214502504146992, + 0.3140966246427242, + 7.318615641104449, + 0.3140856347647528, + 7.422728778061908, + 0.31407966931434733, + 7.526841915019365, + 0.31407719304975146, + 7.630955051976824, + 0.3140766707292091, + 7.73506818893428, + 0.31407666553868474, + 7.839181325891738, + 0.3140766655386848, + 7.943294462849195, + 0.31407666553868474, + 8.047407599806652, + 0.31407666553868474, + 8.15152073676411, + 0.31407666553868474, + 8.25563387372157, + 0.31407666553868474, + 8.359747010679024, + 0.3140766655386848, + 8.463860147636483, + 0.31407666553868474, + 8.567973284593942, + 0.3140766655386848, + 8.6720864215514, + 0.3140766655386848, + 8.776199558508855, + 0.31407666553868474, + 8.880312695466316, + 0.3140766655386847, + 8.98442583242377, + 0.31407666553868474, + 9.08853896938123, + 0.3140766655386847, + 9.192652106338684, + 0.31407666553868474, + 9.296765243296145, + 0.31407666553868474, + 9.4008783802536, + 0.31407666553868474, + 9.50499151721106, + 0.31407666553868474, + 9.609104654168517, + 0.3140721088505328, + 9.713204128016008, + 0.3139991885552972, + 9.817098615379843, + 0.31375266242691524, + 9.92047255020416, + 0.3132264380117977, + 10.023007817048137, + 0.31231442285635513, + 10.124386300470952, + 0.31091052450699813, + 10.224289885031798, + 0.30890865051013755, + 10.322400455289847, + 0.30620270841218367, + 10.418399895804278, + 0.3026866057595474, + 10.51197009113428, + 0.29825425009863915, + 10.60279292583903, + 0.2927995489758698, + 10.69055028447771, + 0.2862164099376497, + 10.774924051609505, + 0.27839874053038954, + 10.855596111793593, + 0.2692404483005002, + 10.932248349589157, + 0.2586354407943918, + 11.00456264955538, + 0.2464776255584754, + 11.072220896251439, + 0.23266091013916157, + 11.134904974236521, + 0.21707920208286083, + 11.192296768069802, + 0.1996350174896936, + 11.244086766484676, + 0.18039224298742232, + 11.290126746646765, + 0.1595580816813104, + 11.330411729288596, + 0.13734471847853663, + 11.364941714410165, + 0.11396433828627972, + 11.393716702011472, + 0.08962912601171845, + 11.416736692092519, + 0.06455126656203111, + 11.434001684653303, + 0.03894294484439734, + 11.445511679693826, + 0.01301634576599542, + 11.451266677214084, + -0.013016345765995842, + 11.451266677214086, + -0.03894294484439773, + 11.445511679693825, + -0.06455126656203158, + 11.434001684653305, + -0.08962912601171846, + 11.416736692092519, + -0.11396433828627972, + 11.393716702011472, + -0.1373447184785366, + 11.364941714410167, + -0.15955808168131075, + 11.330411729288596, + -0.18039224298742262, + 11.290126746646765, + -0.19963501748969387, + 11.244086766484674, + -0.21707920208286108, + 11.192296768069802, + -0.23266091013916176, + 11.134904974236518, + -0.24647762555847563, + 11.072220896251439, + -0.25863544079439194, + 11.004562649555378, + -0.26924044830050015, + 10.932248349589159, + -0.2783987405303896, + 10.855596111793592, + -0.2862164099376498, + 10.774924051609503, + -0.29279954897586985, + 10.69055028447771, + -0.29825425009863926, + 10.602792925839028, + -0.30268660575954737, + 10.511970091134275, + -0.3062027084121837, + 10.418399895804276, + -0.30890865051013755, + 10.322400455289843, + -0.3109105245069982, + 10.224289885031796, + -0.3123144228563551, + 10.124386300470954, + -0.31322643801179767, + 10.023007817048137, + -0.3137526624269152, + 9.92047255020416, + -0.3139991885552972, + 9.817098615379841, + -0.3140721088505328, + 9.713204128016006, + -0.3140766655386848, + 9.609104654168515, + -0.31407666553868474, + 9.504991517211058, + -0.31407666553868474, + 9.400878380253602, + -0.31407666553868474, + 9.296765243296143, + -0.31407666553868474, + 9.192652106338686, + -0.31407666553868474, + 9.08853896938123, + -0.31407666553868474, + 8.98442583242377, + -0.31407666553868474, + 8.880312695466312, + -0.31407666553868474, + 8.776199558508855, + -0.3140766655386847, + 8.672086421551398, + -0.3140766655386847, + 8.567973284593938, + -0.31407666553868474, + 8.463860147636483, + -0.31407666553868474, + 8.359747010679024, + -0.3140766655386848, + 8.255633873721568, + -0.31407666553868474, + 8.15152073676411, + -0.31407666553868474, + 8.04740759980665, + -0.31407666553868474, + 7.9432944628491935, + -0.31407666553868474, + 7.839181325891737, + -0.3140766707292091, + 7.73506818893428, + -0.3140771930497515, + 7.63095505197682, + -0.3140796693143473, + 7.526841915019363, + -0.31408563476475276, + 7.422728778061907, + -0.31409662464272414, + 7.318615641104446, + -0.31411417419001775, + 7.214502504146993, + -0.3141398186483897, + 7.110389367189533, + -0.3141750932595962, + 7.006276230232077, + -0.3142215332653937, + 6.902163093274617, + -0.3142806739075383, + 6.798049956317161, + -0.31435405042778625, + 6.693936819359702, + -0.314443198067894, + 6.589823682402243, + -0.31454965206961755, + 6.485710545444789, + -0.31467494767471316, + 6.381597408487329, + -0.3148206201249372, + 6.277484271529873, + -0.3149882046620459, + 6.173371134572414, + -0.3151792365277955, + 6.069257997614959, + -0.3153952509639422, + 5.9651448606574995, + -0.315637783604108, + 5.8610315024074415, + -0.31590847613059403, + 5.756857814261856, + -0.3162092192564093, + 5.65242305616947, + -0.31654193940333325, + 5.54750632279069, + -0.3169085629931449, + 5.441886708785906, + -0.3173110164476236, + 5.335343308815529, + -0.31775122618854834, + 5.22765521753995, + -0.31823111863769865, + 5.11860152961958, + -0.31875262021685336, + 5.007961339714808, + -0.3193176573477919, + 4.895513742486044, + -0.31992815645229344, + 4.7810378325936815, + -0.3205860439521372, + 4.664312704698124, + -0.3212932462691023, + 4.545117453459776, + -0.32205168982496796, + 4.423231173539031, + -0.3228633010415135, + 4.298432959596296, + -0.323730006340518, + 4.170501906291964, + -0.3246537321437607, + 4.039217108286444, + -0.32563640487302087, + 3.9043576602401284, + -0.326679937819751, + 3.76570260998443, + -0.3277636075925297, + 3.622950272161883, + -0.3287976121522539, + 3.475552594067816, + -0.3296790191333276, + 3.3229146940016996, + -0.3303048961701547, + 3.1644416902629904, + -0.330572310897139, + 2.9995387011511636, + -0.3303783309486846, + 2.8276108449656747, + -0.3296200239591951, + 2.6480632400059987, + -0.3281944575630746, + 2.4603010045715905, + -0.325998699394727, + 2.263729256961928, + -0.322929817088556, + 2.0577531154764634, + -0.31888487827896583, + 1.8417776984146759, + -0.31376095060035997, + 1.6152081240760172, + -0.3074551016871425, + 1.377449510759959, + -0.29986439917371766, + 1.127906976765975, + -0.29088591069448877, + 0.8659856403935152, + -0.2804167038838602, + 0.5910906199420616, + -0.2683538463762353, + 0.30262703371106187, + -0.2545944058060188, + 4.440892098500626e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.20224438043206808, + 0.0, + 0.18848493986185128, + 0.13932127565958288, + 0.1764220823542266, + 0.2688500657683452, + 0.16595287554359797, + 0.38914827204691055, + 0.15697438706436911, + 0.5007777962159026, + 0.14938368455094417, + 0.6043005399959448, + 0.14307783563772686, + 0.7002784051076607, + 0.13795390795912107, + 0.7892732932716737, + 0.1339089691495308, + 0.8718471062086078, + 0.1308400868433599, + 0.9485617456390866, + 0.12864432867501227, + 1.0199791132837335, + 0.12721876227889176, + 1.0866611108631719, + 0.12646045528940233, + 1.1491696400980254, + 0.12626647534094781, + 1.2080666027089175, + 0.1265338900679322, + 1.2639139004164726, + 0.12715976710475926, + 1.3172734349413135, + 0.12804117408583293, + 1.3687071080040638, + 0.12907517864555715, + 1.4187768213253469, + 0.13015884841833583, + 1.4680444766257874, + 0.13120238136506604, + 1.5170029234877664, + 0.13218505409432615, + 1.5657817281943833, + 0.13310877989756886, + 1.614391411142407, + 0.13397548519657337, + 1.662842423676471, + 0.13478709641311887, + 1.7111452171412058, + 0.13554553996898458, + 1.7593102428812444, + 0.1362527422859497, + 1.8073479522412195, + 0.1369106297857934, + 1.855268796565762, + 0.13752112889029497, + 1.9030832271995055, + 0.13808616602123353, + 1.9508016954870806, + 0.1386076676003883, + 1.9984346527731203, + 0.13908756004953848, + 2.0459925504022562, + 0.1395277697904633, + 2.093485839719121, + 0.13993022324494195, + 2.140924972068347, + 0.14029684683475363, + 2.1883203987945654, + 0.14062956698167753, + 2.235682571242409, + 0.14093031010749285, + 2.2830219407565098, + 0.14120100263397883, + 2.3303489586815, + 0.1414435352741447, + 2.3776731223136474, + 0.14165954971029138, + 2.424997275476128, + 0.14185058157604097, + 2.472321428638609, + 0.14201816611314966, + 2.519645581801089, + 0.1421638385633737, + 2.56696973496357, + 0.1422891341684694, + 2.614293888126051, + 0.1423955881701929, + 2.661618041288531, + 0.14248473581030058, + 2.7089421944510126, + 0.14255811233054855, + 2.756266347613493, + 0.1426172529726932, + 2.8035905007759734, + 0.14266369297849066, + 2.8509146539384544, + 0.14269896758969725, + 2.898238807100935, + 0.1427246120480692, + 2.945562960263416, + 0.14274216159536268, + 2.9928871134258968, + 0.1427531514733341, + 3.0402112665883774, + 0.14275911692373958, + 3.087535419750858, + 0.1427615931883354, + 3.1348595729133395, + 0.14276211550887777, + 3.1821837260758192, + 0.14276212069940214, + 3.2295078792383003, + 0.14276212069940214, + 3.276832032400781, + 0.14276212069940214, + 3.3241561855632615, + 0.14276212069940214, + 3.3714803387257426, + 0.1427621206994021, + 3.4188044918882228, + 0.1427621206994021, + 3.466128645050704, + 0.14276212069940214, + 3.5134527982131845, + 0.14276212069940214, + 3.5607769513756655, + 0.14276212069940214, + 3.608101104538146, + 0.14276212069940217, + 3.6554252577006268, + 0.14276212069940214, + 3.7027494108631074, + 0.14276212069940214, + 3.750073564025588, + 0.14276212069940214, + 3.7973977171880695, + 0.14276212069940214, + 3.8447218703505497, + 0.14276212069940214, + 3.8920460235130303, + 0.14276212069940214, + 3.939370176675511, + 0.14276212069940214, + 3.9866943298379924, + 0.14276212069940214, + 4.034018483000473, + 0.14276004947751492, + 4.081336425658423, + 0.1427269038887714, + 4.1285611926419845, + 0.14261484655768872, + 4.175549344834856, + 0.14237565364172622, + 4.22215628430939, + 0.14196110129834322, + 4.2682374131379435, + 0.14132296568499914, + 4.313648133392872, + 0.1404130229591534, + 4.3582438471465315, + 0.1391830492782653, + 4.401879956471273, + 0.13758482079979426, + 4.444411863439456, + 0.1355701136811996, + 4.485694970123433, + 0.13309070407994078, + 4.52558467859556, + 0.1300983681534771, + 4.563936390928194, + 0.12654488205926798, + 4.600605509193689, + 0.12238202195477277, + 4.6354474354644, + 0.11756156399745081, + 4.6683175718126835, + 0.11203528434476152, + 4.699071320310892, + 0.10575495915416434, + 4.727564083031384, + 0.09867236458311854, + 4.753651262046511, + 0.09074318976804255, + 4.7771921704169085, + 0.08199647408519194, + 4.798119434126949, + 0.07252640076423199, + 4.816430789873236, + 0.06242941749024391, + 4.832126237655768, + 0.051801971948308954, + 4.845205777474543, + 0.04074051182350838, + 4.855669409329565, + 0.02934148480092323, + 4.86351713322083, + 0.017701338565635157, + 4.86874894914834, + 0.005916520802725193, + 4.871364857112095, + -0.005916520802725388, + 4.871364857112095, + -0.017701338565635334, + 4.8687489491483396, + -0.029341484800923433, + 4.86351713322083, + -0.04074051182350838, + 4.855669409329565, + -0.05180197194830895, + 4.845205777474543, + -0.06242941749024391, + 4.832126237655768, + -0.07252640076423214, + 4.816430789873236, + -0.0819964740851921, + 4.798119434126949, + -0.09074318976804266, + 4.777192170416908, + -0.09867236458311868, + 4.753651262046511, + -0.10575495915416443, + 4.727564083031383, + -0.11203528434476165, + 4.699071320310892, + -0.11756156399745088, + 4.668317571812683, + -0.12238202195477277, + 4.635447435464401, + -0.12654488205926795, + 4.600605509193689, + -0.13009836815347714, + 4.563936390928193, + -0.13309070407994084, + 4.5255846785955605, + -0.13557011368119964, + 4.485694970123432, + -0.13758482079979428, + 4.444411863439454, + -0.13918304927826533, + 4.401879956471271, + -0.14041302295915342, + 4.35824384714653, + -0.14132296568499916, + 4.313648133392872, + -0.14196110129834322, + 4.268237413137944, + -0.14237565364172622, + 4.222156284309391, + -0.14261484655768875, + 4.175549344834855, + -0.1427269038887714, + 4.128561192641984, + -0.1427600494775149, + 4.081336425658422, + -0.14276212069940217, + 4.034018483000473, + -0.1427621206994021, + 3.986694329837991, + -0.14276212069940214, + 3.93937017667551, + -0.14276212069940214, + 3.89204602351303, + -0.1427621206994021, + 3.8447218703505492, + -0.14276212069940214, + 3.7973977171880686, + -0.14276212069940214, + 3.7500735640255876, + -0.14276212069940214, + 3.702749410863107, + -0.1427621206994021, + 3.655425257700625, + -0.14276212069940214, + 3.6081011045381457, + -0.14276212069940214, + 3.560776951375664, + -0.1427621206994021, + 3.5134527982131836, + -0.14276212069940214, + 3.4661286450507034, + -0.14276212069940217, + 3.4188044918882223, + -0.14276212069940214, + 3.3714803387257417, + -0.14276212069940214, + 3.32415618556326, + -0.14276212069940214, + 3.276832032400779, + -0.14276212069940214, + 3.229507879238299, + -0.1427621155088778, + 3.182183726075819, + -0.1427615931883354, + 3.1348595729133377, + -0.14275911692373958, + 3.087535419750856, + -0.1427531514733341, + 3.0402112665883765, + -0.14274216159536268, + 2.992887113425895, + -0.1427246120480692, + 2.9455629602634157, + -0.14269896758969725, + 2.8982388071009337, + -0.14266369297849066, + 2.850914653938454, + -0.14261725297269318, + 2.8035905007759725, + -0.14255811233054855, + 2.7562663476134923, + -0.14248473581030052, + 2.7089421944510113, + -0.1423955881701929, + 2.6616180412885293, + -0.1422891341684694, + 2.6142938881260505, + -0.1421638385633737, + 2.5669697349635685, + -0.14201816611314963, + 2.5196455818010883, + -0.14185058157604094, + 2.4723214286386073, + -0.1416595497102914, + 2.4249972754761275, + -0.1414435352741447, + 2.377673122313646, + -0.14120100263397883, + 2.3303489586814994, + -0.14093031010749285, + 2.283021940756509, + -0.1406295669816775, + 2.235682571242407, + -0.14029684683475363, + 2.1883203987945645, + -0.13993022324494198, + 2.1409249720683454, + -0.13952776979046333, + 2.0934858397191207, + -0.13908756004953848, + 2.0459925504022545, + -0.13860766760038834, + 1.99843465277312, + -0.13808616602123355, + 1.9508016954870795, + -0.13752112889029497, + 1.903083227199505, + -0.13691062978579338, + 1.8552687965657608, + -0.13625274228594966, + 1.8073479522412177, + -0.13554553996898458, + 1.759310242881244, + -0.13478709641311884, + 1.7111452171412043, + -0.13397548519657335, + 1.6628424236764698, + -0.1331087798975688, + 1.6143914111424056, + -0.13218505409432613, + 1.5657817281943827, + -0.131202381365066, + 1.5170029234877656, + -0.1301588484183358, + 1.468044476625787, + -0.12907517864555718, + 1.418776821325346, + -0.12804117408583293, + 1.3687071080040618, + -0.12715976710475924, + 1.3172734349413122, + -0.12653389006793217, + 1.2639139004164708, + -0.12626647534094784, + 1.208066602708917, + -0.12646045528940236, + 1.1491696400980238, + -0.12721876227889178, + 1.0866611108631712, + -0.1286443286750123, + 1.0199791132837317, + -0.1308400868433599, + 0.9485617456390861, + -0.13390896914953088, + 0.8718471062086065, + -0.13795390795912107, + 0.7892732932716737, + -0.14307783563772689, + 0.7002784051076593, + -0.14938368455094433, + 0.6043005399959417, + -0.15697438706436923, + 0.5007777962159012, + -0.16595287554359817, + 0.38914827204690766, + -0.17642208235422666, + 0.26885006576834436, + -0.18848493986185152, + 0.13932127565958005, + -0.20224438043206808, + -4.440892098500626e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.08504882274051169, + 0.0, + 0.10257829626496225, + 0.11088212055607062, + 0.11749647857857401, + 0.21845663705298946, + 0.12998020526661336, + 0.3228052346066101, + 0.1402063119143468, + 0.42400959833278623, + 0.1483516341070409, + 0.5221514133473717, + 0.1545930074299619, + 0.61731236476622, + 0.1591072674683764, + 0.7095741377051847, + 0.16207124980755094, + 0.7990184172801196, + 0.16366179003275189, + 0.8857268886068788, + 0.1640557237292457, + 0.9697812368013153, + 0.1634298864822989, + 1.051263146979283, + 0.16196111387717793, + 1.1302543042566355, + 0.15982624149914926, + 1.2068363937492268, + 0.15720210493347936, + 1.2810911005729106, + 0.15426553976543472, + 1.3531001098435402, + 0.15119338158028178, + 1.4229451066769692, + 0.14816246596328692, + 1.4907077761890517, + 0.14534962849971678, + 1.5564698034956415, + 0.14290629239602587, + 1.6203158761432364, + 0.14085018633373947, + 1.6823464774659607, + 0.13915522805331126, + 1.7426672669883683, + 0.13779530988281607, + 1.8013839072374462, + 0.13674432415032883, + 1.8586020607401794, + 0.1359761631839242, + 1.914427390023554, + 0.13546471931167708, + 1.9689655576145562, + 0.13518388486166238, + 2.0223222260401705, + 0.1351075521619549, + 2.074603057827385, + 0.13520961354062944, + 2.125913715503183, + 0.13546396132576088, + 2.1763598615945527, + 0.13584448784542397, + 2.2260471586284774, + 0.13632508542769362, + 2.2750812691319453, + 0.1368796464006447, + 2.323567855631941, + 0.13748206309235195, + 2.3716125806554507, + 0.13810622783089027, + 2.419321106729459, + 0.13872603294433444, + 2.466799096380954, + 0.13931537076075934, + 2.5141522121369198, + 0.13985082626368806, + 2.5614764711471607, + 0.14032776284583248, + 2.6088006243096418, + 0.14074954060641426, + 2.656124777472123, + 0.1411195491936857, + 2.703448930634603, + 0.14144117825589936, + 2.750773083797084, + 0.14171781744130768, + 2.7980972369595647, + 0.14195285639816302, + 2.845421390122045, + 0.142149684774718, + 2.892745543284526, + 0.1423116922192249, + 2.9400696964470066, + 0.1424422683799364, + 2.9873938496094876, + 0.14254480290510474, + 3.034718002771968, + 0.1426226854429825, + 3.082042155934449, + 0.14267930564182213, + 3.12936630909693, + 0.14271805314987607, + 3.17669046225941, + 0.1427423176153968, + 3.2240146154218916, + 0.14275548868663673, + 3.2713387685843722, + 0.14276095601184835, + 3.3186629217468533, + 0.14276210923928406, + 3.3659870749093335, + 0.14276212069940214, + 3.4133112280718145, + 0.14276212069940214, + 3.460635381234295, + 0.14276212069940214, + 3.5079595343967758, + 0.14276212069940214, + 3.5552836875592573, + 0.14276212069940208, + 3.6026078407217375, + 0.14276212069940208, + 3.6499319938842176, + 0.14276212069940214, + 3.6972561470466987, + 0.14276212069940214, + 3.7445803002091798, + 0.14276212069940214, + 3.7919044533716604, + 0.14276212069940214, + 3.839228606534141, + 0.14276212069940214, + 3.8865527596966216, + 0.14276212069940214, + 3.933876912859102, + 0.14276212069940214, + 3.9812010660215833, + 0.14276212069940214, + 4.028525219184064, + 0.14276212069940214, + 4.0758493723465445, + 0.14276212069940214, + 4.123173525509025, + 0.14276212069940214, + 4.170497678671507, + 0.14276212069940214, + 4.217821831833986, + 0.14276004947751492, + 4.265139774491937, + 0.1427269038887714, + 4.312364541475499, + 0.1426148465576887, + 4.35935269366837, + 0.14237565364172622, + 4.405959633142905, + 0.14196110129834322, + 4.452040761971459, + 0.14132296568499914, + 4.497451482226387, + 0.14041302295915337, + 4.542047195980045, + 0.1391830492782653, + 4.585683305304787, + 0.13758482079979423, + 4.62821521227297, + 0.1355701136811996, + 4.669498318956947, + 0.13309070407994078, + 4.709388027429074, + 0.13009836815347708, + 4.747739739761709, + 0.12654488205926795, + 4.784408858027203, + 0.12238202195477275, + 4.819250784297914, + 0.1175615639974508, + 4.852120920646197, + 0.11203528434476151, + 4.882874669144407, + 0.10575495915416433, + 4.911367431864897, + 0.09867236458311852, + 4.9374546108800255, + 0.09074318976804253, + 4.960995519250423, + 0.08199647408519192, + 4.9819227829604635, + 0.07252640076423197, + 5.00023413870675, + 0.062429417490243895, + 5.015929586489281, + 0.05180197194830894, + 5.029009126308058, + 0.040740511823508366, + 5.039472758163079, + 0.029341484800923218, + 5.047320482054344, + 0.017701338565635143, + 5.052552297981855, + 0.0059165208027251795, + 5.055168205945609, + -0.0059165208027254015, + 5.05516820594561, + -0.017701338565635348, + 5.052552297981854, + -0.029341484800923447, + 5.047320482054344, + -0.040740511823508394, + 5.039472758163079, + -0.05180197194830896, + 5.029009126308058, + -0.06242941749024392, + 5.015929586489282, + -0.07252640076423215, + 5.000234138706749, + -0.08199647408519212, + 4.9819227829604635, + -0.09074318976804267, + 4.960995519250422, + -0.09867236458311869, + 4.9374546108800255, + -0.10575495915416444, + 4.911367431864897, + -0.11203528434476166, + 4.882874669144406, + -0.1175615639974509, + 4.852120920646197, + -0.12238202195477278, + 4.819250784297914, + -0.12654488205926795, + 4.784408858027203, + -0.13009836815347714, + 4.747739739761707, + -0.13309070407994084, + 4.709388027429074, + -0.13557011368119964, + 4.669498318956946, + -0.13758482079979428, + 4.628215212272968, + -0.13918304927826536, + 4.585683305304786, + -0.14041302295915342, + 4.542047195980044, + -0.1413229656849992, + 4.497451482226386, + -0.14196110129834322, + 4.452040761971457, + -0.14237565364172622, + 4.405959633142905, + -0.14261484655768875, + 4.359352693668368, + -0.1427269038887714, + 4.312364541475498, + -0.14276004947751492, + 4.265139774491936, + -0.1427621206994022, + 4.217821831833986, + -0.14276212069940214, + 4.170497678671505, + -0.14276212069940214, + 4.123173525509025, + -0.14276212069940214, + 4.075849372346544, + -0.14276212069940214, + 4.028525219184063, + -0.14276212069940214, + 3.9812010660215824, + -0.14276212069940214, + 3.9338769128591022, + -0.14276212069940214, + 3.8865527596966203, + -0.14276212069940214, + 3.8392286065341397, + -0.14276212069940214, + 3.7919044533716595, + -0.14276212069940214, + 3.7445803002091784, + -0.14276212069940214, + 3.697256147046698, + -0.14276212069940214, + 3.6499319938842176, + -0.1427621206994022, + 3.6026078407217375, + -0.14276212069940214, + 3.555283687559256, + -0.14276212069940214, + 3.5079595343967744, + -0.14276212069940214, + 3.460635381234294, + -0.14276212069940214, + 3.4133112280718136, + -0.14276210923928406, + 3.365987074909333, + -0.14276095601184835, + 3.318662921746852, + -0.14275548868663673, + 3.271338768584371, + -0.1427423176153968, + 3.2240146154218907, + -0.14271805314987612, + 3.176690462259409, + -0.14267930564182219, + 3.12936630909693, + -0.14262268544298257, + 3.0820421559344484, + -0.1425448029051048, + 3.034718002771968, + -0.1424422683799364, + 2.9873938496094867, + -0.14231169221922496, + 2.9400696964470066, + -0.14214968477471795, + 2.8927455432845255, + -0.14195285639816302, + 2.8454213901220435, + -0.14171781744130768, + 2.7980972369595647, + -0.14144117825589936, + 2.7507730837970827, + -0.14111954919368574, + 2.7034489306346026, + -0.14074954060641426, + 2.656124777472122, + -0.14032776284583254, + 2.6088006243096418, + -0.13985082626368806, + 2.5614764711471603, + -0.1393153707607594, + 2.5141522121369198, + -0.1387260329443345, + 2.4667990963809534, + -0.13810622783089027, + 2.419321106729458, + -0.13748206309235195, + 2.3716125806554493, + -0.1368796464006447, + 2.3235678556319397, + -0.13632508542769367, + 2.275081269131945, + -0.13584448784542402, + 2.2260471586284765, + -0.13546396132576094, + 2.1763598615945527, + -0.1352096135406295, + 2.1259137155031826, + -0.1351075521619549, + 2.074603057827385, + -0.13518388486166244, + 2.02232222604017, + -0.13546471931167714, + 1.9689655576145544, + -0.1359761631839242, + 1.9144273900235536, + -0.13674432415032883, + 1.8586020607401779, + -0.13779530988281613, + 1.8013839072374456, + -0.13915522805331132, + 1.7426672669883667, + -0.14085018633373947, + 1.68234647746596, + -0.14290629239602592, + 1.6203158761432352, + -0.14534962849971678, + 1.5564698034956412, + -0.14816246596328703, + 1.4907077761890506, + -0.15119338158028184, + 1.4229451066769672, + -0.15426553976543478, + 1.3531001098435391, + -0.15720210493347947, + 1.2810911005729086, + -0.1598262414991493, + 1.2068363937492264, + -0.16196111387717804, + 1.130254304256634, + -0.16342988648229895, + 1.0512631469792826, + -0.1640557237292457, + 0.9697812368013135, + -0.16366179003275189, + 0.8857268886068785, + -0.16207124980755094, + 0.7990184172801184, + -0.1591072674683765, + 0.709574137705185, + -0.15459300742996185, + 0.6173123647662188, + -0.14835163410704066, + 0.522151413347369, + -0.1402063119143468, + 0.4240095983327853, + -0.12998020526661314, + 0.3228052346066077, + -0.11749647857857398, + 0.21845663705298884, + -0.102578296264962, + 0.11088212055606846, + -0.08504882274051172, + -2.220446049250313e-16 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0004/geometry.png b/samples/sample_0004/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..1add1aa59c4803102c0f1d3afe67c64ffd652d65 --- /dev/null +++ b/samples/sample_0004/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:951f70ae61944a309375c3402245d181d707f3d5d05cff325482bd95a9128ff2 +size 200905 diff --git a/samples/sample_0004/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0004/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..80dd5a03d09c63c42d8a6f1249bb0ab21cad2ca4 --- /dev/null +++ b/samples/sample_0004/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d55ceed9ca1c592aae3176eafe598c51189f46976e60d4f66cbb93452d9ad08 +size 13317 diff --git a/samples/sample_0004/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0004/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..008576c4cf93f94220a5bbf19ac9416d9f10cd9f --- /dev/null +++ b/samples/sample_0004/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,155 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:57.225240+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 13.491528106167356, + "widths": [ + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113 + ], + "segment_heights": [ + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461 + ], + "height_bg": 4.4547452686822435, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0004/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0004/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..b6a9d7a51a846871aeaa4fb90afe7c2c3f6f9408 --- /dev/null +++ b/samples/sample_0004/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e881e30e51289ae7ef9523f7c4c7ff3d6032cab2bc9450d1b9d1bc1c712c16c +size 13315 diff --git a/samples/sample_0004/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0004/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..799f01b79c2a1aad6f97ff6453dc3878c0a7fa56 --- /dev/null +++ b/samples/sample_0004/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,155 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:57.225936+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 13.491528106167356, + "widths": [ + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113 + ], + "segment_heights": [ + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461 + ], + "height_bg": 4.4547452686822435, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0004/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0004/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..4e46ab79b56d969a6100ac9eedffe09580213bb3 --- /dev/null +++ b/samples/sample_0004/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f68c2b61c68ee8eedefc7bc0187da95aa6821e01737df7374a9273e766edf5 +size 13315 diff --git a/samples/sample_0004/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0004/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..271e0f55b8d16658beed2b6af33be4246f745137 --- /dev/null +++ b/samples/sample_0004/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,155 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:57.224966+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 13.491528106167356, + "widths": [ + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113 + ], + "segment_heights": [ + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461 + ], + "height_bg": 4.4547452686822435, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0004/ooc/oc_sweep_manifest.json b/samples/sample_0004/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..45dbc7728cc7a31aaafa48a7670fb93056f79e5c --- /dev/null +++ b/samples/sample_0004/ooc/oc_sweep_manifest.json @@ -0,0 +1,1008 @@ +{ + "created_at": "2026-07-06T17:29:59.950461+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0004", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:57.225240+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 13.491528106167356, + "widths": [ + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113 + ], + "segment_heights": [ + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461 + ], + "height_bg": 4.4547452686822435, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:57.225936+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 13.491528106167356, + "widths": [ + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113 + ], + "segment_heights": [ + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461 + ], + "height_bg": 4.4547452686822435, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:57.224966+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 13.491528106167356, + "widths": [ + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113 + ], + "segment_heights": [ + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461 + ], + "height_bg": 4.4547452686822435, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:57.225503+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 13.491528106167356, + "widths": [ + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113 + ], + "segment_heights": [ + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461 + ], + "height_bg": 4.4547452686822435, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:57.226112+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 13.491528106167356, + "widths": [ + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113 + ], + "segment_heights": [ + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461 + ], + "height_bg": 4.4547452686822435, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:29:57.226275+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 13.491528106167356, + "widths": [ + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113 + ], + "segment_heights": [ + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461 + ], + "height_bg": 4.4547452686822435, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} \ No newline at end of file diff --git a/samples/sample_0004/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0004/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..86e027dd95483cf45b3cd0a68895f177d6b6bb4e --- /dev/null +++ b/samples/sample_0004/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cfcb8abb7a31514720323c9204335cab9fadbbc494edb9ba40e9044a878fb51 +size 13315 diff --git a/samples/sample_0004/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0004/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..555406df14107bcda6ff2e6ca9616da3ad8ad4b8 --- /dev/null +++ b/samples/sample_0004/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,155 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:57.225503+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 13.491528106167356, + "widths": [ + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113 + ], + "segment_heights": [ + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461 + ], + "height_bg": 4.4547452686822435, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0004/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0004/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..09ad5093737b2b76771b594c6d54afeb5b50fd2e --- /dev/null +++ b/samples/sample_0004/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c18d30145fdd24dc81f8b6051a1738314d030e9a6e9487280b99bc31da247ee +size 13316 diff --git a/samples/sample_0004/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0004/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5d71c25893a35165cd734d0b101bd5391e32b8e5 --- /dev/null +++ b/samples/sample_0004/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,155 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:57.226112+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 13.491528106167356, + "widths": [ + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113 + ], + "segment_heights": [ + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461 + ], + "height_bg": 4.4547452686822435, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0004/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0004/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..0837b522bc0661b4a10a06ea4ee2bf64733a4e69 --- /dev/null +++ b/samples/sample_0004/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85781896ad317a149d518a174813157ebf8a8b629b80d6b96339a9e9c8ef2545 +size 13314 diff --git a/samples/sample_0004/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0004/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5fa64e5e43bdcd80d0188ff98915859e8028713d --- /dev/null +++ b/samples/sample_0004/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,155 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:29:57.226275+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 13.491528106167356, + "widths": [ + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113, + 2.7155939309091113 + ], + "segment_heights": [ + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461, + 1.2048820857770461 + ], + "height_bg": 4.4547452686822435, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0004/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0005/domain_ids.npz b/samples/sample_0005/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f457b624e7224f5e974d01ee55934522e14814c --- /dev/null +++ b/samples/sample_0005/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302707b53d1b88791e68f866c53f1f40c7f1967ca8e076a1475168bfb97420f6 +size 3104 diff --git a/samples/sample_0005/geometry.json b/samples/sample_0005/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..9f2df60c0495032bd966c62ba9a48158af1ca68c --- /dev/null +++ b/samples/sample_0005/geometry.json @@ -0,0 +1,1622 @@ +{ + "created_at": "2026-07-07T07:12:04.835775+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005", + "sample_kind": "interior", + "sample_label": "interior_0005", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.3499992601298991, + "height_bg_ratio": 0.40532993561044917, + "n_segments": 0.8676564856532395, + "width_ratio": 0.26869032954647454, + "segment_height_ratio": 0.983448390078666, + "n_interfaces": 0.07173412546378022, + "interface_0_width_frac_0": 0.04484398785635335, + "interface_0_width_frac_1": 0.7488272758288547, + "interface_0_width_frac_2": 0.6937701003396627, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.17338383816736624, + "interface_0_height_frac_1": 0.24770618295487334, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.8915502192022909, + "interface_1_width_frac_1": 0.8210424827965496, + "interface_1_width_frac_2": 0.0009474707769422386, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.5309048627961506, + "interface_1_height_frac_1": 0.9582756922067941, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.6749996300649497, + "widths": [ + 0.5343451647732373, + 0.5343451647732373, + 0.5343451647732373, + 0.5343451647732373, + 0.5343451647732373, + 0.5343451647732373, + 0.5343451647732373, + 0.5343451647732373, + 0.5343451647732373, + 0.5343451647732373, + 0.5343451647732373 + ], + "segment_heights": [ + 1.7776553266061992, + 1.7776553266061992, + 1.7776553266061992, + 1.7776553266061992, + 1.7776553266061992, + 1.7776553266061992, + 1.7776553266061992, + 1.7776553266061992, + 1.7776553266061992, + 1.7776553266061992 + ], + "height_bg": 1.6079949034156737, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3746641933209943, + 0.7618550017058701, + 0.7315735551868146, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.84035262056126, + 0.8015733655381023, + 0.3505211089273182, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.44536111099205145, + 0.4862384006251803, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.6419976745378828, + 0.8770516307137368, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.8374998150324748, + -2.0, + 0.8374998150324748, + -2.0, + 0.8374998150324748, + 27.00876706500288, + -0.8374998150324748, + 27.00876706500288 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.8374998150324748, + 0.0, + 0.8374998150324748, + 0.0, + 0.8374998150324748, + 1.6079949034156737, + -0.8374998150324748, + 1.6079949034156737 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.43424516471586794, + 0.0, + 0.40746316396747934, + 0.753807755863203, + 0.3860133753132801, + 1.4360696161630881, + 0.369348675149338, + 2.0528056279600193, + 0.3569219398717209, + 2.6100358383143605, + 0.3481860458764967, + 3.1137802942864754, + 0.34259386955973337, + 3.5700590429367303, + 0.3395982873174986, + 3.9848921313254855, + 0.3386521755458603, + 4.364299606513109, + 0.3392084106408865, + 4.714301515559962, + 0.3407198689986448, + 5.04091790552641, + 0.34265177383991036, + 5.350056214720231, + 0.34472108779441346, + 5.6453279015927444, + 0.34687980764701076, + 5.928200804381054, + 0.34908893101777, + 6.200060669541628, + 0.35130945552675946, + 6.462293243530939, + 0.3535023787940472, + 6.716284272805455, + 0.3556286984397013, + 6.963419503821645, + 0.35764941208378986, + 7.205084683035981, + 0.3595255173463809, + 7.442665556904933, + 0.36121801184754254, + 7.677547871884969, + 0.362687894757247, + 7.911117340760343, + 0.3639085582788631, + 8.14449043326078, + 0.36489574574601985, + 8.377863525761217, + 0.36567423953321304, + 8.611236618261655, + 0.36626882201493827, + 8.844609710762091, + 0.3667042755656912, + 9.077982803262525, + 0.3670053825599676, + 9.311355895762965, + 0.36719692537226317, + 9.544728988263401, + 0.36730368637707356, + 9.77810208076384, + 0.3673504479488944, + 10.011475173264275, + 0.3673619924622213, + 10.244848265764713, + 0.3673623007816007, + 10.478221358265149, + 0.3673623007816007, + 10.711594450765586, + 0.36736230078160076, + 10.944967543266023, + 0.3673623007816007, + 11.178340635766459, + 0.3673623007816007, + 11.411713728266896, + 0.36736230078160065, + 11.645086820767332, + 0.36736230078160076, + 11.87845991326777, + 0.3673623007816007, + 12.111833005768208, + 0.36736230078160065, + 12.345206098268642, + 0.36736230078160065, + 12.57857919076908, + 0.3673623007816007, + 12.811952283269518, + 0.36736230078160065, + 13.045325375769954, + 0.36736230078160076, + 13.278698468270392, + 0.3673623007816007, + 13.512071560770831, + 0.36736230078160076, + 13.745444653271267, + 0.3673623007816007, + 13.978817745771703, + 0.36736230078160065, + 14.21219083827214, + 0.3673623007816007, + 14.445563930772574, + 0.3673623007816007, + 14.678937023273011, + 0.36736230078160076, + 14.912310115773451, + 0.3673623007816007, + 15.145683208273887, + 0.3673623007816007, + 15.379056300774325, + 0.3673623007816007, + 15.612429393274759, + 0.36736230078160076, + 15.845802485775199, + 0.3673623007816007, + 16.07917557827564, + 0.36736230078160076, + 16.312548670776074, + 0.3673623007816007, + 16.54592176327651, + 0.36736230078160076, + 16.779294855776946, + 0.3673623007816007, + 17.012667948277382, + 0.3673623007816007, + 17.24604104077782, + 0.36736230078160065, + 17.479414133278254, + 0.36736230078160065, + 17.71278722577869, + 0.3673623007816007, + 17.94616031827913, + 0.3673623007816007, + 18.179533410779566, + 0.3673623007816006, + 18.412906503280006, + 0.36736230078160076, + 18.64627959578045, + 0.3673623007816007, + 18.87965268828088, + 0.36736230078160065, + 19.113025780781317, + 0.36736230078160065, + 19.346398873281753, + 0.3673623007816007, + 19.57977196578219, + 0.3673623007816007, + 19.81314505828263, + 0.3673623007816007, + 20.046518150783065, + 0.3673623007816007, + 20.279891243283505, + 0.3673623007816007, + 20.513264335783944, + 0.36736230078160065, + 20.746637428284373, + 0.3673623007816007, + 20.980010520784816, + 0.3673623007816007, + 21.213383613285245, + 0.3673623007816007, + 21.446756705785685, + 0.3673623007816007, + 21.680129798286124, + 0.3673623007816007, + 21.91350289078656, + 0.3673623007816007, + 22.146875983286996, + 0.3673623007816007, + 22.380249075787436, + 0.36736130630612784, + 22.613618859874627, + 0.36717324167100907, + 22.84636630041374, + 0.3662110711123709, + 23.076538451404033, + 0.36383531582382833, + 23.302007899739966, + 0.3594064969989957, + 23.520647232315994, + 0.35228513583148763, + 23.73032903602657, + 0.3418317535149189, + 23.92892589776616, + 0.3274068712429039, + 24.1143104044292, + 0.30837101020905744, + 24.284355142910176, + 0.2840846916069938, + 24.43693270010351, + 0.2539084366303278, + 24.56991566290367, + 0.21733068088036625, + 24.681318466423082, + 0.17500344287765957, + 24.770445878634305, + 0.1281998532302561, + 24.837291437792725, + 0.07819886955092464, + 24.881855143898335, + 0.026279449452437036, + 24.90413699695114, + -0.026279449452436036, + 24.904136996951138, + -0.07819886955092364, + 24.881855143898328, + -0.12819985323025518, + 24.837291437792725, + -0.17500344287765962, + 24.770445878634305, + -0.21733068088036625, + 24.681318466423086, + -0.25390843663032786, + 24.56991566290367, + -0.2840846916069938, + 24.43693270010351, + -0.30837101020905744, + 24.284355142910176, + -0.32740687124290396, + 24.114310404429204, + -0.34183175351491896, + 23.928925897766156, + -0.3522851358314877, + 23.730329036026575, + -0.3594064969989957, + 23.520647232315998, + -0.36383531582382833, + 23.302007899739966, + -0.36621107111237095, + 23.076538451404033, + -0.36717324167100907, + 22.846366300413738, + -0.3673613063061279, + 22.613618859874627, + -0.36736230078160065, + 22.380249075787432, + -0.36736230078160076, + 22.146875983286993, + -0.3673623007816007, + 21.913502890786567, + -0.3673623007816007, + 21.680129798286128, + -0.3673623007816007, + 21.446756705785692, + -0.3673623007816008, + 21.213383613285256, + -0.3673623007816007, + 20.980010520784816, + -0.3673623007816007, + 20.74663742828438, + -0.36736230078160076, + 20.513264335783944, + -0.3673623007816007, + 20.279891243283505, + -0.3673623007816007, + 20.04651815078307, + -0.36736230078160076, + 19.81314505828263, + -0.3673623007816007, + 19.579771965782193, + -0.36736230078160076, + 19.346398873281753, + -0.36736230078160076, + 19.113025780781317, + -0.36736230078160065, + 18.879652688280878, + -0.36736230078160076, + 18.646279595780445, + -0.36736230078160065, + 18.412906503280006, + -0.3673623007816007, + 18.17953341077957, + -0.3673623007816007, + 17.94616031827913, + -0.3673623007816007, + 17.712787225778694, + -0.3673623007816007, + 17.479414133278254, + -0.36736230078160065, + 17.24604104077782, + -0.36736230078160076, + 17.012667948277386, + -0.3673623007816007, + 16.77929485577695, + -0.3673623007816007, + 16.54592176327651, + -0.3673623007816007, + 16.312548670776074, + -0.3673623007816007, + 16.07917557827564, + -0.3673623007816007, + 15.8458024857752, + -0.36736230078160076, + 15.612429393274766, + -0.3673623007816007, + 15.379056300774327, + -0.36736230078160076, + 15.145683208273889, + -0.36736230078160065, + 14.912310115773453, + -0.3673623007816007, + 14.678937023273015, + -0.36736230078160076, + 14.44556393077258, + -0.3673623007816007, + 14.212190838272138, + -0.3673623007816007, + 13.978817745771703, + -0.36736230078160076, + 13.745444653271269, + -0.36736230078160065, + 13.51207156077083, + -0.3673623007816007, + 13.278698468270392, + -0.3673623007816007, + 13.045325375769954, + -0.3673623007816007, + 12.811952283269518, + -0.3673623007816007, + 12.57857919076908, + -0.3673623007816007, + 12.345206098268642, + -0.3673623007816007, + 12.111833005768212, + -0.3673623007816007, + 11.878459913267776, + -0.3673623007816007, + 11.645086820767336, + -0.36736230078160065, + 11.4117137282669, + -0.36736230078160065, + 11.178340635766462, + -0.3673623007816007, + 10.944967543266026, + -0.3673623007816007, + 10.71159445076559, + -0.36736230078160076, + 10.478221358265152, + -0.36736199246222123, + 10.244848265764714, + -0.3673504479488943, + 10.011475173264273, + -0.3673036863770736, + 9.778102080763839, + -0.36719692537226317, + 9.544728988263406, + -0.3670053825599677, + 9.311355895762967, + -0.36670427556569124, + 9.077982803262532, + -0.36626882201493827, + 8.844609710762091, + -0.3656742395332131, + 8.611236618261659, + -0.36489574574601985, + 8.377863525761217, + -0.36390855827886315, + 8.144490433260785, + -0.36268789475724705, + 7.911117340760343, + -0.3612180118475426, + 7.677547871884973, + -0.35952551734638094, + 7.442665556904933, + -0.35764941208378986, + 7.2050846830359845, + -0.3556286984397013, + 6.963419503821645, + -0.3535023787940473, + 6.716284272805459, + -0.3513094555267594, + 6.462293243530937, + -0.34908893101777, + 6.2000606695416325, + -0.3468798076470107, + 5.92820080438105, + -0.34472108779441357, + 5.645327901592748, + -0.3426517738399104, + 5.3500562147202295, + -0.3407198689986448, + 5.040917905526412, + -0.33920841064088647, + 4.714301515559958, + -0.33865217554586036, + 4.364299606513111, + -0.33959828731749864, + 3.9848921313254806, + -0.34259386955973337, + 3.5700590429367316, + -0.3481860458764966, + 3.113780294286487, + -0.3569219398717209, + 2.6100358383143623, + -0.36934867514933767, + 2.0528056279600317, + -0.38601337531328, + 1.436069616163089, + -0.40746316396747895, + 0.753807755863217, + -0.43424516471586794, + 0.0 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.10010000005736941, + 0.0, + 0.12688200080575804, + 0.21722194602685174, + 0.1483317894599573, + 0.4164959310431219, + 0.1649964896238994, + 0.5995379556449709, + 0.17742322490151646, + 0.768064020428559, + 0.1861591188967406, + 0.9237901259900471, + 0.191751295213504, + 1.0684322729255955, + 0.19474687745573874, + 1.2037064618313642, + 0.19569298922737702, + 1.331328693303514, + 0.19513675413235096, + 1.4530149679382054, + 0.1936252957745926, + 1.5704812863315987, + 0.19169339093332696, + 1.6854058754121346, + 0.18962407697882383, + 1.7986967947971233, + 0.1874653571262267, + 1.9105430445651672, + 0.1852562337554674, + 2.0211060877911007, + 0.18303570924647794, + 2.1305473875497594, + 0.18084278597919015, + 2.2390284069159776, + 0.17871646633353605, + 2.3467106089645915, + 0.1766957526894475, + 2.453755456770436, + 0.17481964742685646, + 2.5603244134083445, + 0.17312715292569483, + 2.666578941953154, + 0.17165727001599038, + 2.7726805015563114, + 0.17043660649437437, + 2.8787591799656016, + 0.16944941902721755, + 2.9848378583748914, + 0.16867092524002444, + 3.0909165367841807, + 0.16807634275829916, + 3.19699521519347, + 0.16764088920754616, + 3.3030738936027593, + 0.16733978221326973, + 3.4091525720120486, + 0.1671482394009742, + 3.5152312504213383, + 0.16704147839616387, + 3.621309928830628, + 0.16699471682434308, + 3.7273886072399174, + 0.16698317231101614, + 3.833467285649207, + 0.16698286399163673, + 3.9395459640584964, + 0.16698286399163667, + 4.045624642467786, + 0.16698286399163673, + 4.1517033208770755, + 0.1669828639916367, + 4.257781999286364, + 0.1669828639916367, + 4.363860677695654, + 0.1669828639916367, + 4.469939356104944, + 0.1669828639916367, + 4.576018034514234, + 0.1669828639916367, + 4.682096712923523, + 0.1669828639916367, + 4.788175391332812, + 0.1669828639916367, + 4.894254069742102, + 0.1669828639916367, + 5.000332748151392, + 0.16698286399163667, + 5.106411426560681, + 0.16698286399163673, + 5.212490104969971, + 0.16698286399163673, + 5.318568783379261, + 0.16698286399163673, + 5.424647461788551, + 0.1669828639916367, + 5.530726140197839, + 0.16698286399163667, + 5.6368048186071285, + 0.16698286399163667, + 5.742883497016417, + 0.1669828639916367, + 5.848962175425708, + 0.16698286399163667, + 5.955040853834997, + 0.16698286399163673, + 6.0611195322442875, + 0.16698286399163673, + 6.167198210653576, + 0.1669828639916367, + 6.273276889062866, + 0.16698286399163673, + 6.379355567472156, + 0.1669828639916367, + 6.485434245881446, + 0.1669828639916367, + 6.591512924290735, + 0.1669828639916367, + 6.697591602700025, + 0.1669828639916367, + 6.803670281109315, + 0.16698286399163673, + 6.909748959518604, + 0.1669828639916367, + 7.015827637927893, + 0.16698286399163667, + 7.121906316337181, + 0.1669828639916367, + 7.227984994746472, + 0.1669828639916367, + 7.334063673155761, + 0.1669828639916367, + 7.4401423515650515, + 0.1669828639916367, + 7.54622102997434, + 0.16698286399163673, + 7.652299708383631, + 0.16698286399163667, + 7.758378386792921, + 0.1669828639916367, + 7.86445706520221, + 0.1669828639916367, + 7.9705357436114985, + 0.1669828639916367, + 8.07661442202079, + 0.1669828639916367, + 8.182693100430077, + 0.1669828639916367, + 8.288771778839367, + 0.16698286399163673, + 8.394850457248657, + 0.1669828639916367, + 8.500929135657946, + 0.16698286399163667, + 8.607007814067236, + 0.1669828639916367, + 8.713086492476526, + 0.1669828639916367, + 8.819165170885816, + 0.1669828639916367, + 8.925243849295104, + 0.1669828639916367, + 9.031322527704393, + 0.1669828639916367, + 9.137401206113683, + 0.1669828639916367, + 9.243479884522975, + 0.1669828639916367, + 9.34955856293226, + 0.16698241195733088, + 9.45563573751735, + 0.16689692803227685, + 9.561430028671491, + 0.16645957777835044, + 9.666053733667079, + 0.16537968901083108, + 9.76853984654705, + 0.16336658954499805, + 9.867921361354336, + 0.16012960719613079, + 9.963231272131868, + 0.15537806977950863, + 10.053502572922593, + 0.1488213051104109, + 10.13776825776943, + 0.14016864100411705, + 10.215061320715327, + 0.1291294052759063, + 10.284414755803205, + 0.11541292574105812, + 10.344861557076007, + 0.09878667312743922, + 10.395499195039374, + 0.07954701948984527, + 10.436011655135385, + 0.05827266055920734, + 10.466396000207391, + 0.03554494070496577, + 10.486652230255396, + 0.011945204296562309, + 10.496780345279399, + -0.011945204296561814, + 10.4967803452794, + -0.035544940704965285, + 10.486652230255395, + -0.058272660559206865, + 10.466396000207393, + -0.07954701948984524, + 10.436011655135385, + -0.09878667312743916, + 10.395499195039374, + -0.11541292574105806, + 10.344861557076007, + -0.12912940527590624, + 10.284414755803205, + -0.14016864100411694, + 10.215061320715325, + -0.14882130511041083, + 10.137768257769428, + -0.15537806977950858, + 10.053502572922591, + -0.16012960719613073, + 9.963231272131868, + -0.163366589544998, + 9.867921361354332, + -0.16537968901083103, + 9.768539846547048, + -0.16645957777835038, + 9.666053733667077, + -0.16689692803227682, + 9.56143002867149, + -0.16698241195733082, + 9.455635737517348, + -0.16698286399163662, + 9.34955856293226, + -0.16698286399163667, + 9.243479884522971, + -0.16698286399163662, + 9.137401206113683, + -0.16698286399163667, + 9.031322527704393, + -0.16698286399163667, + 8.925243849295105, + -0.16698286399163667, + 8.819165170885816, + -0.16698286399163667, + 8.713086492476526, + -0.16698286399163667, + 8.607007814067236, + -0.16698286399163664, + 8.500929135657946, + -0.16698286399163667, + 8.394850457248657, + -0.16698286399163664, + 8.288771778839369, + -0.16698286399163662, + 8.182693100430075, + -0.16698286399163664, + 8.07661442202079, + -0.16698286399163664, + 7.970535743611498, + -0.16698286399163664, + 7.864457065202208, + -0.16698286399163662, + 7.758378386792919, + -0.16698286399163667, + 7.65229970838363, + -0.16698286399163664, + 7.546221029974339, + -0.16698286399163664, + 7.440142351565051, + -0.16698286399163664, + 7.33406367315576, + -0.16698286399163664, + 7.22798499474647, + -0.16698286399163662, + 7.1219063163371805, + -0.16698286399163664, + 7.015827637927891, + -0.16698286399163667, + 6.909748959518603, + -0.16698286399163667, + 6.803670281109314, + -0.16698286399163664, + 6.697591602700024, + -0.16698286399163662, + 6.591512924290734, + -0.16698286399163664, + 6.485434245881445, + -0.16698286399163667, + 6.379355567472155, + -0.16698286399163667, + 6.273276889062867, + -0.16698286399163664, + 6.167198210653576, + -0.16698286399163664, + 6.061119532244287, + -0.16698286399163664, + 5.955040853834997, + -0.16698286399163664, + 5.848962175425706, + -0.16698286399163664, + 5.742883497016418, + -0.16698286399163662, + 5.6368048186071285, + -0.16698286399163662, + 5.530726140197838, + -0.16698286399163667, + 5.424647461788549, + -0.16698286399163664, + 5.318568783379259, + -0.16698286399163664, + 5.2124901049699695, + -0.16698286399163662, + 5.106411426560679, + -0.16698286399163664, + 5.000332748151389, + -0.16698286399163664, + 4.894254069742099, + -0.16698286399163664, + 4.7881753913328104, + -0.16698286399163664, + 4.682096712923523, + -0.16698286399163662, + 4.576018034514234, + -0.16698286399163664, + 4.469939356104944, + -0.16698286399163667, + 4.363860677695654, + -0.16698286399163664, + 4.2577819992863635, + -0.16698286399163667, + 4.1517033208770755, + -0.16698286399163664, + 4.045624642467786, + -0.16698286399163667, + 3.9395459640584956, + -0.1669831723110161, + 3.833467285649206, + -0.16699471682434305, + 3.7273886072399143, + -0.1670414783961638, + 3.6213099288306263, + -0.16714823940097412, + 3.515231250421339, + -0.16733978221326967, + 3.4091525720120477, + -0.1676408892075461, + 3.3030738936027597, + -0.1680763427582991, + 3.196995215193468, + -0.16867092524002433, + 3.090916536784181, + -0.16944941902721752, + 2.984837858374889, + -0.17043660649437423, + 2.8787591799656016, + -0.17165727001599032, + 2.77268050155631, + -0.17312715292569475, + 2.666578941953155, + -0.17481964742685643, + 2.5603244134083427, + -0.17669575268944743, + 2.4537554567704354, + -0.17871646633353605, + 2.34671060896459, + -0.1808427859791901, + 2.2390284069159776, + -0.1830357092464779, + 2.1305473875497563, + -0.18525623375546735, + 2.0211060877911002, + -0.18746535712622664, + 1.910543044565164, + -0.1896240769788238, + 1.7986967947971229, + -0.19169339093332696, + 1.685405875412132, + -0.1936252957745925, + 1.570481286331598, + -0.1951367541323509, + 1.4530149679382025, + -0.19569298922737702, + 1.3313286933035133, + -0.19474687745573868, + 1.2037064618313609, + -0.19175129521350395, + 1.0684322729255944, + -0.18615911889674072, + 0.923790125990049, + -0.17742322490151644, + 0.7680640204285581, + -0.16499648962389965, + 0.599537955644973, + -0.14833178945995726, + 0.4164959310431206, + -0.12688200080575843, + 0.21722194602685424, + -0.10010000005736935, + -1.5543122344752192e-15 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.22451917975071414, + 0.0, + 0.22026733070787086, + 0.31713583222060404, + 0.21376823032395328, + 0.6153085286520501, + 0.2055035894998305, + 0.8953385028869372, + 0.19595511913637148, + 1.1580461685178631, + 0.18560453013444536, + 1.4042519391374266, + 0.17493353339492118, + 1.6347762283382272, + 0.1644238398186679, + 1.8504394497128618, + 0.1545571603065547, + 2.05206201685393, + 0.14581520575945056, + 2.2404643433540303, + 0.1386796870782245, + 2.416466842805761, + 0.13361368527792705, + 2.5808959562696225, + 0.13070043663165454, + 2.7347010188491847, + 0.1296685389060615, + 2.8789461045270115, + 0.13023300868104082, + 3.0146996813097653, + 0.1321088625364853, + 3.1430302172041125, + 0.1350111170522878, + 3.2650061802167176, + 0.13865478880834123, + 3.381696038354245, + 0.14275489438453842, + 3.4941682596233585, + 0.1470264503607722, + 3.6034913120307253, + 0.15118447331693544, + 3.710733663583007, + 0.1549439883086493, + 3.8169637563241934, + 0.15808779231517545, + 3.9230424347334827, + 0.16063028159209844, + 4.029121113142772, + 0.16263528284256054, + 4.135199791552063, + 0.16416662276970387, + 4.241278469961352, + 0.1652881280766708, + 4.347357148370641, + 0.1660636254666035, + 4.4534358267799306, + 0.1665569416426442, + 4.55951450518922, + 0.16683190330793515, + 4.66559318359851, + 0.16695233716561858, + 4.771671862007799, + 0.1669820699188367, + 4.877750540417089, + 0.1669828639916367, + 4.9838292188263775, + 0.16698286399163664, + 5.089907897235667, + 0.1669828639916367, + 5.195986575644958, + 0.16698286399163667, + 5.302065254054247, + 0.16698286399163667, + 5.4081439324635365, + 0.16698286399163667, + 5.514222610872826, + 0.16698286399163667, + 5.620301289282116, + 0.16698286399163667, + 5.726379967691405, + 0.16698286399163667, + 5.832458646100694, + 0.16698286399163667, + 5.9385373245099835, + 0.16698286399163667, + 6.044616002919273, + 0.16698286399163664, + 6.150694681328562, + 0.1669828639916367, + 6.256773359737853, + 0.1669828639916367, + 6.3628520381471425, + 0.1669828639916367, + 6.468930716556433, + 0.16698286399163667, + 6.575009394965721, + 0.16698286399163664, + 6.68108807337501, + 0.16698286399163664, + 6.7871667517843, + 0.16698286399163667, + 6.8932454301935895, + 0.16698286399163664, + 6.999324108602878, + 0.1669828639916367, + 7.105402787012169, + 0.1669828639916367, + 7.211481465421459, + 0.16698286399163667, + 7.317560143830747, + 0.1669828639916367, + 7.423638822240037, + 0.16698286399163667, + 7.529717500649327, + 0.16698286399163667, + 7.635796179058617, + 0.16698286399163667, + 7.741874857467906, + 0.16698286399163667, + 7.8479535358771955, + 0.1669828639916367, + 7.954032214286485, + 0.16698286399163667, + 8.060110892695775, + 0.16698286399163664, + 8.166189571105063, + 0.16698286399163667, + 8.272268249514353, + 0.16698286399163667, + 8.378346927923642, + 0.16698286399163667, + 8.484425606332932, + 0.16698286399163667, + 8.590504284742222, + 0.1669828639916367, + 8.696582963151513, + 0.16698286399163664, + 8.802661641560801, + 0.16698286399163667, + 8.908740319970093, + 0.16698286399163667, + 9.01481899837938, + 0.16698286399163667, + 9.120897676788669, + 0.16698286399163667, + 9.226976355197959, + 0.16698286399163667, + 9.333055033607248, + 0.1669828639916367, + 9.43913371201654, + 0.16698286399163667, + 9.545212390425828, + 0.16698286399163664, + 9.651291068835118, + 0.16698286399163667, + 9.757369747244407, + 0.16698286399163667, + 9.863448425653697, + 0.16698286399163667, + 9.969527104062987, + 0.16698286399163667, + 10.075605782472275, + 0.16698286399163667, + 10.181684460881565, + 0.16698286399163667, + 10.287763139290856, + 0.16698286399163667, + 10.393841817700144, + 0.16698241195733085, + 10.499918992285231, + 0.16689692803227682, + 10.605713283439373, + 0.1664595777783504, + 10.710336988434962, + 0.16537968901083105, + 10.812823101314931, + 0.16336658954499803, + 10.912204616122217, + 0.16012960719613076, + 11.007514526899751, + 0.1553780697795086, + 11.097785827690474, + 0.14882130511041086, + 11.18205151253731, + 0.14016864100411702, + 11.259344575483206, + 0.12912940527590627, + 11.328698010571086, + 0.11541292574105809, + 11.38914481184389, + 0.09878667312743919, + 11.439782449807257, + 0.07954701948984524, + 11.480294909903266, + 0.05827266055920731, + 11.510679254975273, + 0.03554494070496574, + 11.53093548502328, + 0.011945204296562281, + 11.54106360004728, + -0.011945204296561842, + 11.541063600047282, + -0.03554494070496531, + 11.530935485023276, + -0.05827266055920689, + 11.510679254975274, + -0.07954701948984527, + 11.480294909903265, + -0.09878667312743919, + 11.439782449807256, + -0.11541292574105809, + 11.38914481184389, + -0.12912940527590627, + 11.328698010571086, + -0.14016864100411697, + 11.259344575483205, + -0.14882130511041086, + 11.182051512537312, + -0.1553780697795086, + 11.09778582769047, + -0.16012960719613076, + 11.007514526899751, + -0.16336658954499803, + 10.912204616122214, + -0.16537968901083105, + 10.81282310131493, + -0.1664595777783504, + 10.710336988434959, + -0.16689692803227685, + 10.605713283439371, + -0.16698241195733085, + 10.49991899228523, + -0.16698286399163664, + 10.39384181770014, + -0.1669828639916367, + 10.287763139290853, + -0.16698286399163664, + 10.181684460881565, + -0.1669828639916367, + 10.075605782472277, + -0.1669828639916367, + 9.969527104062987, + -0.1669828639916367, + 9.863448425653699, + -0.1669828639916367, + 9.757369747244407, + -0.1669828639916367, + 9.651291068835118, + -0.16698286399163667, + 9.545212390425828, + -0.1669828639916367, + 9.439133712016538, + -0.16698286399163667, + 9.333055033607248, + -0.16698286399163664, + 9.226976355197959, + -0.16698286399163667, + 9.120897676788669, + -0.16698286399163667, + 9.01481899837938, + -0.16698286399163667, + 8.908740319970088, + -0.16698286399163664, + 8.8026616415608, + -0.1669828639916367, + 8.696582963151512, + -0.16698286399163667, + 8.59050428474222, + -0.16698286399163667, + 8.48442560633293, + -0.16698286399163667, + 8.37834692792364, + -0.16698286399163667, + 8.272268249514351, + -0.16698286399163664, + 8.166189571105061, + -0.16698286399163667, + 8.060110892695773, + -0.1669828639916367, + 7.954032214286485, + -0.1669828639916367, + 7.847953535877196, + -0.16698286399163667, + 7.741874857467906, + -0.16698286399163664, + 7.635796179058616, + -0.16698286399163667, + 7.529717500649326, + -0.1669828639916367, + 7.423638822240037, + -0.1669828639916367, + 7.3175601438307485, + -0.16698286399163667, + 7.211481465421457, + -0.16698286399163667, + 7.105402787012168, + -0.16698286399163667, + 6.9993241086028775, + -0.16698286399163667, + 6.893245430193588, + -0.16698286399163667, + 6.7871667517843, + -0.16698286399163664, + 6.681088073375009, + -0.16698286399163664, + 6.5750093949657185, + -0.1669828639916367, + 6.468930716556431, + -0.16698286399163667, + 6.362852038147141, + -0.16698286399163667, + 6.256773359737851, + -0.16698286399163664, + 6.150694681328561, + -0.16698286399163667, + 6.044616002919271, + -0.16698286399163667, + 5.938537324509982, + -0.16698286399163667, + 5.832458646100692, + -0.16698286399163667, + 5.726379967691405, + -0.16698286399163664, + 5.620301289282116, + -0.16698286399163667, + 5.5142226108728245, + -0.1669828639916367, + 5.408143932463536, + -0.16698286399163667, + 5.302065254054245, + -0.1669828639916367, + 5.195986575644957, + -0.16698286399163667, + 5.089907897235667, + -0.1669828639916367, + 4.9838292188263775, + -0.1669820699188367, + 4.877750540417088, + -0.1669523371656186, + 4.771671862007796, + -0.16683190330793513, + 4.665593183598507, + -0.1665569416426442, + 4.55951450518922, + -0.1660636254666035, + 4.453435826779929, + -0.16528812807667081, + 4.347357148370642, + -0.1641666227697039, + 4.241278469961349, + -0.16263528284256054, + 4.135199791552062, + -0.16063028159209847, + 4.029121113142771, + -0.15808779231517547, + 3.923042434733483, + -0.15494398830864925, + 3.816963756324191, + -0.1511844733169355, + 3.7107336635830075, + -0.1470264503607722, + 3.603491312030723, + -0.14275489438453848, + 3.494168259623359, + -0.13865478880834126, + 3.3816960383542427, + -0.13501111705228788, + 3.265006180216717, + -0.1321088625364853, + 3.1430302172041094, + -0.13023300868104085, + 3.014699681309765, + -0.1296685389060615, + 2.8789461045270075, + -0.13070043663165454, + 2.7347010188491847, + -0.1336136852779271, + 2.5808959562696194, + -0.13867968707822445, + 2.41646684280576, + -0.14581520575945064, + 2.2404643433540263, + -0.15455716030655467, + 2.0520620168539296, + -0.16442383981866807, + 1.8504394497128573, + -0.17493353339492113, + 1.634776228338226, + -0.1856045301344451, + 1.4042519391374302, + -0.19595511913637148, + 1.1580461685178618, + -0.20550358949983027, + 0.8953385028869406, + -0.21376823032395326, + 0.6153085286520484, + -0.22026733070787075, + 0.31713583222060776, + -0.22451917975071414, + -2.220446049250313e-15 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0005/geometry.png b/samples/sample_0005/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..71304cadaf02641f84b15f1c20830b90cbb900e4 --- /dev/null +++ b/samples/sample_0005/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b8ec146ea36fc669d99323af2029036483aee6cfebfadaa654a148c779b23d +size 201651 diff --git a/samples/sample_0005/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0005/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..ddb60cc3d6c8c71c30c1e729b4a9e1c7bbf62ee5 --- /dev/null +++ b/samples/sample_0005/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68967d99130f6170ebeb72b96a5221ebcaf78045d95a7f2e187450b4cb0ef9ad +size 14242 diff --git a/samples/sample_0005/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0005/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..be784e9950eeda91684191ca37301a8803d527bd --- /dev/null +++ b/samples/sample_0005/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,143 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:00.020861+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 20.67925110520087, + "widths": [ + 1.8264067278613632, + 1.8264067278613632 + ], + "segment_heights": [ + 3.364857973815642 + ], + "height_bg": 1.2635736007147387, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0005/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0005/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..ff574fc56d1a9ebf46af9829f34c541d92a6f083 --- /dev/null +++ b/samples/sample_0005/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a93ba73be151224133bea6c4c2ffb83cfead9959f631bef1ec8d1d8db53d48d +size 14239 diff --git a/samples/sample_0005/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0005/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..06e5bb4d85f2e512de249b41405430826b12ba0d --- /dev/null +++ b/samples/sample_0005/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,143 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:00.021395+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 20.67925110520087, + "widths": [ + 1.8264067278613632, + 1.8264067278613632 + ], + "segment_heights": [ + 3.364857973815642 + ], + "height_bg": 1.2635736007147387, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0005/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0005/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..69136af95903d0fc0e95f63b02f322ce0afc366f --- /dev/null +++ b/samples/sample_0005/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7cb23e1edc783574e9187a9db796428c58d661582d717f6c9b44ed9b2bde25 +size 14240 diff --git a/samples/sample_0005/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0005/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..dd840a379a6b15ac90ae65f76a0376120a918db6 --- /dev/null +++ b/samples/sample_0005/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,143 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:00.021142+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 20.67925110520087, + "widths": [ + 1.8264067278613632, + 1.8264067278613632 + ], + "segment_heights": [ + 3.364857973815642 + ], + "height_bg": 1.2635736007147387, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0005/ooc/oc_sweep_manifest.json b/samples/sample_0005/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..92320e3b87c550bde759f198bc552e7fef3a409c --- /dev/null +++ b/samples/sample_0005/ooc/oc_sweep_manifest.json @@ -0,0 +1,936 @@ +{ + "created_at": "2026-07-06T17:30:02.687851+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0005", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:00.020861+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 20.67925110520087, + "widths": [ + 1.8264067278613632, + 1.8264067278613632 + ], + "segment_heights": [ + 3.364857973815642 + ], + "height_bg": 1.2635736007147387, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:00.021395+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 20.67925110520087, + "widths": [ + 1.8264067278613632, + 1.8264067278613632 + ], + "segment_heights": [ + 3.364857973815642 + ], + "height_bg": 1.2635736007147387, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:00.021142+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 20.67925110520087, + "widths": [ + 1.8264067278613632, + 1.8264067278613632 + ], + "segment_heights": [ + 3.364857973815642 + ], + "height_bg": 1.2635736007147387, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:00.022076+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 20.67925110520087, + "widths": [ + 1.8264067278613632, + 1.8264067278613632 + ], + "segment_heights": [ + 3.364857973815642 + ], + "height_bg": 1.2635736007147387, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:00.021729+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 20.67925110520087, + "widths": [ + 1.8264067278613632, + 1.8264067278613632 + ], + "segment_heights": [ + 3.364857973815642 + ], + "height_bg": 1.2635736007147387, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:00.021911+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 20.67925110520087, + "widths": [ + 1.8264067278613632, + 1.8264067278613632 + ], + "segment_heights": [ + 3.364857973815642 + ], + "height_bg": 1.2635736007147387, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} \ No newline at end of file diff --git a/samples/sample_0005/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0005/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..13bd89911c57e4428a5d88f801220f1f4453c598 --- /dev/null +++ b/samples/sample_0005/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4852e40a35dc4876a6dc2e849b87cab6d7af65b31af436a5e1e0d38024fd61a7 +size 14240 diff --git a/samples/sample_0005/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0005/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5655736d3f0599aa54de91987fe0288d352d2a04 --- /dev/null +++ b/samples/sample_0005/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,143 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:00.022076+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 20.67925110520087, + "widths": [ + 1.8264067278613632, + 1.8264067278613632 + ], + "segment_heights": [ + 3.364857973815642 + ], + "height_bg": 1.2635736007147387, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0005/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0005/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..5f7eaa0d43c4f600b1e4169cd0032b59e30a6b18 --- /dev/null +++ b/samples/sample_0005/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482936298dceec41ae6406f5990ed541e321beed689f827aa32e1978bdc6f813 +size 14241 diff --git a/samples/sample_0005/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0005/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..15dafcac0b6be49ec897fbd1c1ef5315ff2f0542 --- /dev/null +++ b/samples/sample_0005/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,143 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:00.021729+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 20.67925110520087, + "widths": [ + 1.8264067278613632, + 1.8264067278613632 + ], + "segment_heights": [ + 3.364857973815642 + ], + "height_bg": 1.2635736007147387, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0005/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0005/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..7a543753a098fea8bfcb9e3147d984c01c8cc9ba --- /dev/null +++ b/samples/sample_0005/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a160abbfe410d1125fb766c6d95e5cffc91b95a7f8230a3910bc1c5bb0ab935 +size 14238 diff --git a/samples/sample_0005/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0005/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..8a124fce252702865136bfdf774a6684337fa95a --- /dev/null +++ b/samples/sample_0005/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,143 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:00.021911+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 20.67925110520087, + "widths": [ + 1.8264067278613632, + 1.8264067278613632 + ], + "segment_heights": [ + 3.364857973815642 + ], + "height_bg": 1.2635736007147387, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0005/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0006/domain_ids.npz b/samples/sample_0006/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..d6c21a27a6d10c46bba245a6205b7bbade72502c --- /dev/null +++ b/samples/sample_0006/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98aae859a7521bdf7e7d35f94d8646a5bf83cc76cd96fe5e6c5381ee196656e +size 3113 diff --git a/samples/sample_0006/geometry.json b/samples/sample_0006/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..0061bfe7d312ee46d72bad7446b3470dfa2376af --- /dev/null +++ b/samples/sample_0006/geometry.json @@ -0,0 +1,1592 @@ +{ + "created_at": "2026-07-07T07:12:05.492297+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006", + "sample_kind": "interior", + "sample_label": "interior_0006", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.2520072165191136, + "height_bg_ratio": 0.786355914558908, + "n_segments": 0.1384327231032092, + "width_ratio": 0.47459210814471, + "segment_height_ratio": 0.9823108623496597, + "n_interfaces": 0.7489859515608711, + "interface_0_width_frac_0": 0.6213546320570817, + "interface_0_width_frac_1": 0.40713027234203314, + "interface_0_width_frac_2": 0.2506801443153813, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.5718779552185824, + "interface_0_height_frac_1": 0.7204405494796031, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.5553603206549025, + "interface_1_width_frac_1": 0.4839459668262107, + "interface_1_width_frac_2": 0.14554917629965425, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.385260430261278, + "interface_1_height_frac_1": 0.21793621450254796, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.6260036082595568, + "widths": [ + 0.637296054072355, + 0.637296054072355, + 0.637296054072355, + 0.637296054072355, + 0.637296054072355, + 0.637296054072355 + ], + "segment_heights": [ + 1.7761196641720407, + 1.7761196641720407, + 1.7761196641720407, + 1.7761196641720407, + 1.7761196641720407 + ], + "height_bg": 2.1795338718383617, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.6917450476313949, + 0.5739216497881182, + 0.4878740793734597, + 0.625, + 0.625, + 0.625 + ], + [ + 0.6554481763601964, + 0.6161702817544159, + 0.4300520469648098, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.6645328753702203, + 0.7462423022137817, + 0.625, + 0.625, + 0.625 + ], + [ + 0.5618932366437028, + 0.4698649179764014, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.8130018041297784, + -2.0, + 0.8130018041297784, + -2.0, + 0.8130018041297784, + 13.925266736765082, + -0.8130018041297784, + 13.925266736765082 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.8130018041297784, + 0.0, + 0.8130018041297784, + 0.0, + 0.8130018041297784, + 2.1795338718383617, + -0.8130018041297784, + 2.1795338718383617 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.41687285943256436, + 0.0, + 0.4218214372856206, + 0.31420220981214986, + 0.4264828876168504, + 0.6135745757236258, + 0.4308625928917741, + 0.8987325521642023, + 0.4349659355759118, + 1.170291593563655, + 0.43879829813478355, + 1.4288671543517582, + 0.4423650630339093, + 1.6750746889582866, + 0.4456716127388096, + 1.9095296518130151, + 0.4487233297150043, + 2.132847497345719, + 0.4515255964280135, + 2.345643679986172, + 0.4540837953433573, + 2.548533654164151, + 0.4564033089265558, + 2.7421328743094286, + 0.45848951964312923, + 2.9270567948517803, + 0.4603478099585976, + 3.1039208702209824, + 0.46198356233848115, + 3.2733405548468073, + 0.46340215924829997, + 3.4359313031590317, + 0.464608983153574, + 3.5923085695874297, + 0.46560941651982346, + 3.743087808561776, + 0.4664088418125686, + 3.8888844745118463, + 0.46701264149732935, + 4.030314021867415, + 0.46742619803962593, + 4.167991905058257, + 0.4676548939049783, + 4.3025335785141445, + 0.4677041115589068, + 4.434554496664857, + 0.4675799950510985, + 4.564607796285162, + 0.4672929500301434, + 4.692897903052978, + 0.46685486366383167, + 4.81950801533297, + 0.46627762460742284, + 4.944521209775638, + 0.4655731215161758, + 5.0680205630314745, + 0.4647532430453498, + 5.190089151750982, + 0.4638298778502039, + 5.310810052584651, + 0.46281491458599755, + 5.430266342182983, + 0.46172024190798966, + 5.5485410971964715, + 0.4605577484714396, + 5.665717394275614, + 0.4593393229316064, + 5.781878310070909, + 0.4580768539437493, + 5.897106921232852, + 0.4567822301631276, + 6.011486304411941, + 0.45546734024500013, + 6.125099536258668, + 0.45414407284462643, + 6.238029693423535, + 0.4528243166172655, + 6.350359852557037, + 0.45151996021817675, + 6.462173090309669, + 0.45024289230261905, + 6.573552483331931, + 0.44900500152585165, + 6.684581108274316, + 0.44781817654313394, + 6.795342041787324, + 0.4466943060097248, + 6.905918360521451, + 0.44564527858088365, + 7.016393141127192, + 0.44468173366092567, + 7.1268429455565725, + 0.4438043894892353, + 7.237292598039632, + 0.4430092331769866, + 7.3477422505226935, + 0.4422922226983055, + 7.458191903005754, + 0.4416493160273176, + 7.5686415554888145, + 0.44107647113814885, + 7.679091207971874, + 0.4405696460049251, + 7.789540860454935, + 0.4401247986017721, + 7.899990512937994, + 0.4397378869028158, + 8.010440165421057, + 0.4394048688821818, + 8.120889817904116, + 0.43912170251399607, + 8.231339470387177, + 0.43888434577238444, + 8.341789122870235, + 0.43868875663147266, + 8.452238775353296, + 0.4385308930653865, + 8.562688427836356, + 0.43840671304825196, + 8.673138080319417, + 0.4383121745541947, + 8.783587732802475, + 0.4382432355573407, + 8.894037385285538, + 0.4381958540318156, + 9.004487037768598, + 0.4381659879517452, + 9.114936690251659, + 0.4381495952912555, + 9.225386342734717, + 0.4381426340244722, + 9.33583599521778, + 0.43814106212552106, + 9.44628564770084, + 0.4381370341599128, + 9.55672414393507, + 0.4380784900680049, + 9.667010636278984, + 0.4378848442255405, + 9.776920605224877, + 0.4374750355821855, + 9.886228136733926, + 0.43676800308760577, + 9.994707316767316, + 0.43568268569146773, + 10.102132231286237, + 0.43413802234343724, + 10.20827696625187, + 0.4320529519931803, + 10.312915607625403, + 0.4293464135903631, + 10.415822241368017, + 0.4259373460846513, + 10.516770953440895, + 0.42174468842571144, + 10.61553582980523, + 0.4166873795632091, + 10.711890956422195, + 0.4106843584468107, + 10.805610419252984, + 0.40365456402618216, + 10.896468304258777, + 0.3955169352509893, + 10.98423869740076, + 0.38619041107089824, + 11.068695684640119, + 0.3755939304355753, + 11.149613351938033, + 0.3636464322946862, + 11.226765785255695, + 0.35026685559789705, + 11.299927070554283, + 0.3353741392948739, + 11.368871293794982, + 0.318887222335283, + 11.433372540938983, + 0.30072504366879005, + 11.493204897947463, + 0.28081349192358784, + 11.548148906944128, + 0.259203216356778, + 11.598101011082196, + 0.23605278083362335, + 11.643057904806458, + 0.21152430745479087, + 11.683019588116911, + 0.18577991832094895, + 11.717986061013557, + 0.1589817355327654, + 11.747957323496399, + 0.13129188119090834, + 11.772933375565431, + 0.1028724773960457, + 11.792914217220659, + 0.07388564624884515, + 11.807899848462078, + 0.04449350984997498, + 11.817890269289691, + 0.01485819030010281, + 11.8228854797035, + -0.014858190300103323, + 11.8228854797035, + -0.04449350984997549, + 11.817890269289691, + -0.07388564624884511, + 11.807899848462078, + -0.10287247739604563, + 11.792914217220659, + -0.1312918811909083, + 11.772933375565431, + -0.15898173553276537, + 11.747957323496399, + -0.18577991832094887, + 11.717986061013558, + -0.2115243074547908, + 11.683019588116911, + -0.23605278083362327, + 11.643057904806456, + -0.25920321635677834, + 11.598101011082196, + -0.2808134919235882, + 11.548148906944126, + -0.3007250436687904, + 11.493204897947463, + -0.3188872223352833, + 11.433372540938983, + -0.3353741392948739, + 11.368871293794982, + -0.35026685559789694, + 11.299927070554283, + -0.3636464322946862, + 11.226765785255695, + -0.3755939304355752, + 11.149613351938035, + -0.38619041107089835, + 11.068695684640119, + -0.3955169352509892, + 10.984238697400759, + -0.40365456402618205, + 10.896468304258775, + -0.4106843584468106, + 10.805610419252982, + -0.4166873795632092, + 10.711890956422193, + -0.42174468842571144, + 10.615535829805227, + -0.4259373460846513, + 10.516770953440897, + -0.42934641359036296, + 10.415822241368017, + -0.4320529519931803, + 10.312915607625403, + -0.43413802234343724, + 10.208276966251871, + -0.43568268569146773, + 10.102132231286236, + -0.43676800308760577, + 9.994707316767316, + -0.43747503558218537, + 9.886228136733923, + -0.4378848442255404, + 9.776920605224875, + -0.4380784900680049, + 9.667010636278984, + -0.4381370341599127, + 9.556724143935067, + -0.43814106212552106, + 9.446285647700837, + -0.43814263402447207, + 9.33583599521778, + -0.4381495952912554, + 9.22538634273472, + -0.4381659879517451, + 9.114936690251659, + -0.4381958540318155, + 9.004487037768598, + -0.43824323555734057, + 8.894037385285538, + -0.4383121745541947, + 8.783587732802477, + -0.4384067130482521, + 8.673138080319417, + -0.4385308930653865, + 8.562688427836354, + -0.43868875663147266, + 8.452238775353296, + -0.43888434577238444, + 8.341789122870235, + -0.43912170251399596, + 8.231339470387177, + -0.4394048688821818, + 8.120889817904116, + -0.4397378869028158, + 8.010440165421057, + -0.4401247986017721, + 7.899990512937994, + -0.4405696460049251, + 7.789540860454935, + -0.44107647113814885, + 7.679091207971873, + -0.4416493160273176, + 7.568641555488813, + -0.44229222269830537, + 7.458191903005753, + -0.4430092331769866, + 7.347742250522693, + -0.4438043894892353, + 7.23729259803963, + -0.44468173366092567, + 7.126842945556572, + -0.44564527858088365, + 7.0163931411271925, + -0.4466943060097247, + 6.905918360521451, + -0.44781817654313383, + 6.795342041787324, + -0.44900500152585154, + 6.684581108274317, + -0.45024289230261894, + 6.57355248333193, + -0.45151996021817664, + 6.462173090309668, + -0.4528243166172655, + 6.350359852557036, + -0.45414407284462643, + 6.238029693423534, + -0.45546734024500013, + 6.125099536258666, + -0.45678223016312747, + 6.011486304411937, + -0.4580768539437493, + 5.89710692123285, + -0.4593393229316064, + 5.78187831007091, + -0.4605577484714395, + 5.665717394275614, + -0.46172024190798966, + 5.5485410971964715, + -0.46281491458599755, + 5.430266342182983, + -0.4638298778502038, + 5.31081005258465, + -0.4647532430453498, + 5.19008915175098, + -0.4655731215161758, + 5.0680205630314745, + -0.46627762460742284, + 4.944521209775636, + -0.4668548636638318, + 4.8195080153329695, + -0.46729295003014326, + 4.692897903052975, + -0.4675799950510984, + 4.56460779628516, + -0.4677041115589068, + 4.434554496664857, + -0.4676548939049783, + 4.302533578514142, + -0.4674261980396258, + 4.167991905058255, + -0.46701264149732924, + 4.030314021867412, + -0.4664088418125685, + 3.8888844745118454, + -0.46560941651982346, + 3.743087808561778, + -0.4646089831535739, + 3.592308569587428, + -0.46340215924829986, + 3.435931303159033, + -0.46198356233848104, + 3.273340554846805, + -0.4603478099585976, + 3.103920870220983, + -0.4584895196431291, + 2.9270567948517776, + -0.4564033089265557, + 2.7421328743094286, + -0.4540837953433572, + 2.548533654164147, + -0.4515255964280134, + 2.3456436799861717, + -0.44872332971500417, + 2.1328474973457134, + -0.4456716127388095, + 1.9095296518130138, + -0.44236506303390943, + 1.675074688958289, + -0.43879829813478344, + 1.4288671543517557, + -0.4349659355759117, + 1.170291593563657, + -0.430862592891774, + 0.8987325521641988, + -0.4264828876168504, + 0.6135745757236268, + -0.4218214372856204, + 0.3142022098121444, + -0.41687285943256436, + 0.0 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.22042319463979063, + 0.0, + 0.21547461678673452, + 0.15699818681036246, + 0.21081316645550466, + 0.30785044131138906, + 0.2064334611805809, + 0.452762814668997, + 0.20233011849644325, + 0.5919413580491042, + 0.19849775593757155, + 0.725592122617628, + 0.19493099103844555, + 0.8539211595404852, + 0.19162444133354536, + 0.9771345199835942, + 0.18857272435735078, + 1.095438255112872, + 0.1857704576443416, + 1.2090384160942356, + 0.18321225872899785, + 1.3181410540936038, + 0.18089274514579926, + 1.4229522202768927, + 0.17880653442922578, + 1.5236779658100204, + 0.1769482441137574, + 1.620524341858904, + 0.17531249173387387, + 1.7136973995894613, + 0.17389389482405518, + 1.8034031901676097, + 0.17268707091878108, + 1.8898477647592662, + 0.17168663755253152, + 1.9732371745303494, + 0.17088721225978648, + 2.0537774706467755, + 0.17028341257502572, + 2.131674704274463, + 0.1698698560327292, + 2.2071349265793287, + 0.16964116016737674, + 2.2803641887272894, + 0.16959194251344828, + 2.351568541884264, + 0.1697160590212567, + 2.42093942558631, + 0.17000310404221178, + 2.488586517026619, + 0.1704411904085233, + 2.5545910692121727, + 0.17101842946493218, + 2.6190343066116135, + 0.1717229325561792, + 2.6819974536935822, + 0.17254281102700525, + 2.743561734926722, + 0.17346617622215108, + 2.8038083747796723, + 0.17448113948635752, + 2.862818597721077, + 0.17557581216436532, + 2.920673628219576, + 0.17673830560091547, + 2.9774546907438126, + 0.17795673114074867, + 3.033243009762428, + 0.17921920012860576, + 3.0881198097440636, + 0.18051382390922757, + 3.1421663151573624, + 0.18182871382735494, + 3.1954637504709638, + 0.1831519812277286, + 3.2480933401535106, + 0.18447173745508946, + 3.3001363086736464, + 0.18577609385417834, + 3.3516738805000106, + 0.18705316176973608, + 3.402787280101246, + 0.18829105254650336, + 3.4535577319459936, + 0.18947787752922116, + 3.504066460502896, + 0.1906017480626302, + 3.554394690240594, + 0.19165077549147136, + 3.6046236456277305, + 0.19261432041142937, + 3.6548281816787296, + 0.1934916645831197, + 3.705032569171029, + 0.19428682089536842, + 3.75523695666333, + 0.1950038313740496, + 3.80544134415563, + 0.19564673804503746, + 3.85564573164793, + 0.19621958293420616, + 3.90585011914023, + 0.19672640806742991, + 3.9560545066325306, + 0.19717125547058292, + 4.00625889412483, + 0.1975581671695393, + 4.056463281617131, + 0.19789118519017324, + 4.106667669109431, + 0.1981743515583589, + 4.15687205660173, + 0.19841170829997057, + 4.207076444094032, + 0.19860729744088235, + 4.257280831586331, + 0.19876516100696845, + 4.307485219078631, + 0.19888934102410305, + 4.357689606570932, + 0.19898387951816024, + 4.407893994063231, + 0.19905281851501433, + 4.458098381555532, + 0.1991002000405395, + 4.508302769047832, + 0.19913006612060982, + 4.558507156540132, + 0.19914645878109954, + 4.608711544032432, + 0.1991534200478829, + 4.658915931524732, + 0.19915499194683395, + 4.709120319017032, + 0.19915319734541492, + 4.759319635487136, + 0.1991265863945477, + 4.809449859279826, + 0.19903856555706384, + 4.859408936073412, + 0.19885228890099338, + 4.909094177668434, + 0.19853091049436628, + 4.958402895865431, + 0.1980375844052126, + 5.00723240246494, + 0.19733546470156238, + 5.055480009267502, + 0.1963877054514456, + 5.103043028073652, + 0.1951574607228923, + 5.149818770683932, + 0.1936078845839324, + 5.195704548898877, + 0.1917021311025961, + 5.240597674519028, + 0.18940335434691324, + 5.284395459344921, + 0.18667470838491396, + 5.326995215177098, + 0.1834793472846282, + 5.368294253816096, + 0.179780425114086, + 5.408189887062452, + 0.1755410959413174, + 5.4465794267167045, + 0.1707245138343524, + 5.483360184579394, + 0.165293832861221, + 5.518429472451058, + 0.1592122070899532, + 5.551684602132234, + 0.15244279058857907, + 5.5830228854234605, + 0.14494873742512865, + 5.612341634125279, + 0.13669320166763185, + 5.639538160038225, + 0.12764249632890357, + 5.664512709582164, + 0.1178196437985354, + 5.687218211463104, + 0.10729671856073789, + 5.70765316315595, + 0.09614741247945038, + 5.725817564660701, + 0.08444541741861313, + 5.741711415977359, + 0.07226442524216609, + 5.755334717105923, + 0.05967812781404924, + 5.766687468046392, + 0.04676021699820257, + 5.775769668798769, + 0.033584384658565995, + 5.78258131936305, + 0.020224322659079506, + 5.787122419739237, + 0.006753722863683087, + 5.789392969927333, + -0.006753722863683344, + 5.789392969927332, + -0.020224322659079773, + 5.787122419739237, + -0.03358438465856598, + 5.78258131936305, + -0.04676021699820257, + 5.775769668798769, + -0.05967812781404925, + 5.766687468046392, + -0.07226442524216609, + 5.755334717105923, + -0.08444541741861313, + 5.74171141597736, + -0.09614741247945038, + 5.725817564660701, + -0.10729671856073789, + 5.707653163155949, + -0.11781964379853566, + 5.687218211463104, + -0.12764249632890373, + 5.664512709582162, + -0.13669320166763202, + 5.639538160038225, + -0.1449487374251288, + 5.612341634125278, + -0.1524427905885791, + 5.5830228854234605, + -0.1592122070899532, + 5.551684602132234, + -0.16529383286122099, + 5.518429472451057, + -0.17072451383435241, + 5.483360184579394, + -0.17554109594131745, + 5.4465794267167045, + -0.179780425114086, + 5.408189887062451, + -0.18347934728462822, + 5.368294253816095, + -0.18667470838491398, + 5.326995215177097, + -0.1894033543469133, + 5.28439545934492, + -0.19170213110259612, + 5.240597674519027, + -0.1936078845839324, + 5.195704548898877, + -0.1951574607228923, + 5.1498187706839325, + -0.19638770545144557, + 5.103043028073652, + -0.19733546470156238, + 5.055480009267502, + -0.19803758440521263, + 5.00723240246494, + -0.19853091049436628, + 4.958402895865431, + -0.19885228890099338, + 4.909094177668434, + -0.19903856555706384, + 4.859408936073412, + -0.19912658639454772, + 4.809449859279826, + -0.19915319734541492, + 4.759319635487135, + -0.19915499194683392, + 4.709120319017031, + -0.19915342004788286, + 4.658915931524732, + -0.19914645878109957, + 4.608711544032432, + -0.19913006612060982, + 4.558507156540132, + -0.1991002000405395, + 4.508302769047832, + -0.19905281851501436, + 4.458098381555532, + -0.19898387951816027, + 4.407893994063231, + -0.19888934102410302, + 4.357689606570931, + -0.19876516100696848, + 4.307485219078631, + -0.19860729744088235, + 4.25728083158633, + -0.1984117082999706, + 4.207076444094031, + -0.1981743515583589, + 4.156872056601731, + -0.1978911851901732, + 4.106667669109431, + -0.1975581671695393, + 4.056463281617131, + -0.1971712554705829, + 4.00625889412483, + -0.19672640806742994, + 3.9560545066325306, + -0.1962195829342062, + 3.90585011914023, + -0.19564673804503746, + 3.85564573164793, + -0.19500383137404959, + 3.805441344155629, + -0.1942868208953684, + 3.755236956663329, + -0.19349166458311973, + 3.7050325691710286, + -0.19261432041142934, + 3.654828181678729, + -0.19165077549147136, + 3.6046236456277305, + -0.1906017480626302, + 3.554394690240594, + -0.18947787752922113, + 3.504066460502896, + -0.18829105254650333, + 3.4535577319459936, + -0.18705316176973605, + 3.4027872801012453, + -0.18577609385417834, + 3.3516738805000106, + -0.18447173745508946, + 3.3001363086736464, + -0.18315198122772858, + 3.248093340153511, + -0.18182871382735488, + 3.1954637504709633, + -0.18051382390922754, + 3.142166315157361, + -0.17921920012860573, + 3.0881198097440627, + -0.17795673114074867, + 3.033243009762428, + -0.17673830560091544, + 2.9774546907438126, + -0.17557581216436532, + 2.920673628219576, + -0.17448113948635752, + 2.8628185977210765, + -0.17346617622215102, + 2.803808374779672, + -0.17254281102700525, + 2.7435617349267214, + -0.1717229325561792, + 2.6819974536935822, + -0.1710184294649322, + 2.6190343066116135, + -0.1704411904085233, + 2.5545910692121727, + -0.17000310404221175, + 2.4885865170266177, + -0.1697160590212567, + 2.4209394255863086, + -0.16959194251344828, + 2.351568541884264, + -0.16964116016737674, + 2.2803641887272876, + -0.16986985603272917, + 2.207134926579328, + -0.17028341257502574, + 2.131674704274461, + -0.17088721225978648, + 2.053777470646775, + -0.17168663755253155, + 1.9732371745303503, + -0.17268707091878105, + 1.8898477647592655, + -0.17389389482405512, + 1.8034031901676104, + -0.17531249173387392, + 1.71369739958946, + -0.1769482441137574, + 1.6205243418589041, + -0.17880653442922587, + 1.5236779658100184, + -0.18089274514579926, + 1.4229522202768923, + -0.18321225872899788, + 1.3181410540936012, + -0.1857704576443416, + 1.2090384160942353, + -0.18857272435735084, + 1.095438255112869, + -0.19162444133354545, + 0.9771345199835931, + -0.19493099103844558, + 0.8539211595404865, + -0.19849775593757157, + 0.7255921226176262, + -0.20233011849644322, + 0.591941358049105, + -0.20643346118058098, + 0.4527628146689949, + -0.21081316645550463, + 0.30785044131138933, + -0.21547461678673457, + 0.1569981868103595, + -0.22042319463979063, + -2.220446049250313e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.20885726822163708, + 0.0, + 0.20705789804284772, + 0.1318937345361055, + 0.20507169944840187, + 0.256969822194002, + 0.2029221598818181, + 0.3755374723054488, + 0.2006327667866152, + 0.48790589420220576, + 0.19822700760631162, + 0.594384297216032, + 0.19572836978442593, + 0.6952818906786872, + 0.19316034076447686, + 0.7909078839219307, + 0.19054640798998296, + 0.8815714862775222, + 0.18791005890446272, + 0.9675819070772207, + 0.1852747809514349, + 1.0492483556527865, + 0.18266406157441795, + 1.1268800413359783, + 0.18010138821693059, + 1.2007861734585557, + 0.1776102483224914, + 1.2712759613522788, + 0.1752141293346189, + 1.3386586143489063, + 0.17293651869683185, + 1.4032433417801984, + 0.17080090385264868, + 1.4653393529779137, + 0.16883077224558804, + 1.5252558572738124, + 0.1670496113191686, + 1.5833020639996538, + 0.16548090851690883, + 1.6397871824871975, + 0.16414815128232751, + 1.6950204220682028, + 0.16307482705894302, + 1.7493109920744285, + 0.16228442329027415, + 1.802968101837636, + 0.16179536951233814, + 1.856266300778949, + 0.1615977927123414, + 1.909286191749251, + 0.16167198066680422, + 1.9620409532420184, + 0.16199821127352135, + 2.014543696055591, + 0.16255676243028755, + 2.0668075309883096, + 0.16332791203489752, + 2.118845568838513, + 0.164291937985146, + 2.17067092040454, + 0.16542911817882766, + 2.2222966964847317, + 0.16671973051373726, + 2.2737360078774262, + 0.1681440528876696, + 2.325001965380964, + 0.1696823631984193, + 2.3761076797936846, + 0.17131493934378114, + 2.4270662619139274, + 0.17302205922154984, + 2.477890822540032, + 0.17478400072952013, + 2.528594472470338, + 0.17658104176548672, + 2.579190322503185, + 0.1783934602272444, + 2.6296914834369134, + 0.1802015340125878, + 2.6801110660698617, + 0.18198554101931172, + 2.7304621812003695, + 0.18372575914521083, + 2.780757939626777, + 0.1854024662880799, + 2.8310114521474237, + 0.18699594034571368, + 2.881235829560649, + 0.18848645921590684, + 2.9314441826647926, + 0.18985629798597456, + 2.981648594136605, + 0.19110359280519554, + 3.031852981628905, + 0.19223404352310225, + 3.0820573691212054, + 0.1932533965709069, + 3.132261756613506, + 0.19416739837982155, + 3.1824661441058053, + 0.19498179538105853, + 3.232670531598106, + 0.19570233400582993, + 3.282874919090406, + 0.19633476068534794, + 3.333079306582706, + 0.19688482185082473, + 3.383283694075007, + 0.19735826393347247, + 3.433488081567307, + 0.19776083336450334, + 3.4836924690596067, + 0.19809827657512954, + 3.5338968565519067, + 0.19837633999656323, + 3.5841012440442057, + 0.19860077006001667, + 3.634305631536507, + 0.19877731319670192, + 3.6845100190288074, + 0.19891171583783115, + 3.734714406521107, + 0.19900972441461662, + 3.784918794013407, + 0.19907708535827048, + 3.8351231815057076, + 0.1991195451000049, + 3.885327568998007, + 0.19914285007103208, + 3.9355319564903075, + 0.19915274670256417, + 3.985736343982608, + 0.19915498142581334, + 4.035940731474908, + 0.19915319734541492, + 4.086140047945012, + 0.1991265863945477, + 4.136270271737701, + 0.19903856555706384, + 4.186229348531287, + 0.19885228890099338, + 4.235914590126311, + 0.19853091049436628, + 4.285223308323308, + 0.1980375844052126, + 4.334052814922816, + 0.19733546470156238, + 4.382300421725377, + 0.1963877054514456, + 4.429863440531527, + 0.1951574607228923, + 4.476639183141807, + 0.1936078845839324, + 4.522524961356751, + 0.1917021311025961, + 4.567418086976904, + 0.18940335434691324, + 4.611215871802797, + 0.18667470838491396, + 4.653815627634973, + 0.1834793472846282, + 4.6951146662739704, + 0.179780425114086, + 4.735010299520328, + 0.1755410959413174, + 4.77339983917458, + 0.1707245138343524, + 4.810180597037269, + 0.165293832861221, + 4.845249884908933, + 0.1592122070899532, + 4.878505014590109, + 0.15244279058857907, + 4.909843297881337, + 0.14494873742512865, + 4.939162046583156, + 0.13669320166763185, + 4.966358572496101, + 0.12764249632890357, + 4.99133312204004, + 0.1178196437985354, + 5.014038623920978, + 0.10729671856073789, + 5.034473575613824, + 0.09614741247945038, + 5.052637977118576, + 0.08444541741861313, + 5.068531828435234, + 0.07226442524216609, + 5.082155129563799, + 0.05967812781404924, + 5.093507880504268, + 0.04676021699820257, + 5.102590081256643, + 0.033584384658565995, + 5.109401731820926, + 0.020224322659079506, + 5.113942832197114, + 0.006753722863683087, + 5.116213382385208, + -0.006753722863683344, + 5.116213382385208, + -0.020224322659079773, + 5.113942832197114, + -0.03358438465856598, + 5.109401731820926, + -0.04676021699820257, + 5.102590081256643, + -0.05967812781404925, + 5.093507880504268, + -0.07226442524216609, + 5.082155129563798, + -0.08444541741861313, + 5.068531828435234, + -0.09614741247945038, + 5.052637977118576, + -0.10729671856073789, + 5.034473575613825, + -0.11781964379853566, + 5.014038623920979, + -0.12764249632890373, + 4.9913331220400385, + -0.13669320166763202, + 4.9663585724961, + -0.1449487374251288, + 4.939162046583155, + -0.1524427905885791, + 4.909843297881337, + -0.1592122070899532, + 4.878505014590109, + -0.16529383286122099, + 4.845249884908933, + -0.17072451383435241, + 4.810180597037269, + -0.17554109594131745, + 4.77339983917458, + -0.179780425114086, + 4.735010299520326, + -0.18347934728462822, + 4.69511466627397, + -0.18667470838491398, + 4.653815627634974, + -0.1894033543469133, + 4.611215871802796, + -0.19170213110259612, + 4.567418086976902, + -0.1936078845839324, + 4.522524961356752, + -0.1951574607228923, + 4.476639183141807, + -0.19638770545144557, + 4.429863440531528, + -0.19733546470156238, + 4.382300421725377, + -0.19803758440521263, + 4.334052814922815, + -0.19853091049436628, + 4.285223308323307, + -0.19885228890099338, + 4.23591459012631, + -0.19903856555706384, + 4.186229348531287, + -0.19912658639454772, + 4.136270271737701, + -0.19915319734541492, + 4.086140047945012, + -0.1991549814258133, + 4.035940731474907, + -0.19915274670256414, + 3.985736343982608, + -0.19914285007103208, + 3.9355319564903075, + -0.1991195451000049, + 3.885327568998007, + -0.19907708535827048, + 3.8351231815057076, + -0.19900972441461662, + 3.784918794013407, + -0.19891171583783115, + 3.7347144065211073, + -0.1987773131967019, + 3.684510019028807, + -0.19860077006001667, + 3.6343056315365065, + -0.19837633999656323, + 3.584101244044206, + -0.19809827657512957, + 3.5338968565519058, + -0.19776083336450334, + 3.4836924690596067, + -0.19735826393347244, + 3.4334880815673063, + -0.19688482185082473, + 3.383283694075007, + -0.19633476068534794, + 3.333079306582706, + -0.19570233400582993, + 3.2828749190904056, + -0.19498179538105853, + 3.2326705315981052, + -0.19416739837982158, + 3.1824661441058057, + -0.19325339657090687, + 3.132261756613505, + -0.19223404352310222, + 3.0820573691212045, + -0.1911035928051955, + 3.0318529816289046, + -0.1898562979859745, + 2.981648594136604, + -0.18848645921590684, + 2.9314441826647926, + -0.18699594034571368, + 2.8812358295606484, + -0.18540246628807994, + 2.8310114521474237, + -0.1837257591452108, + 2.7807579396267768, + -0.1819855410193117, + 2.730462181200369, + -0.18020153401258776, + 2.6801110660698613, + -0.17839346022724437, + 2.629691483436913, + -0.1765810417654867, + 2.5791903225031843, + -0.17478400072952008, + 2.5285944724703375, + -0.1730220592215498, + 2.477890822540031, + -0.17131493934378111, + 2.427066261913926, + -0.16968236319841928, + 2.3761076797936846, + -0.16814405288766957, + 2.3250019653809635, + -0.16671973051373729, + 2.273736007877426, + -0.16542911817882766, + 2.2222966964847313, + -0.16429193798514594, + 2.1706709204045396, + -0.1633279120348975, + 2.118845568838512, + -0.16255676243028755, + 2.066807530988309, + -0.16199821127352138, + 2.0145436960555907, + -0.16167198066680422, + 1.9620409532420173, + -0.16159779271234137, + 1.9092861917492496, + -0.16179536951233817, + 1.8562663007789482, + -0.16228442329027415, + 1.8029681018376356, + -0.16307482705894305, + 1.7493109920744274, + -0.16414815128232746, + 1.6950204220682021, + -0.1654809085169089, + 1.639787182487196, + -0.16704961131916857, + 1.5833020639996533, + -0.16883077224558804, + 1.525255857273813, + -0.17080090385264862, + 1.4653393529779128, + -0.17293651869683183, + 1.4032433417801986, + -0.175214129334619, + 1.3386586143489052, + -0.17761024832249142, + 1.2712759613522788, + -0.18010138821693067, + 1.2007861734585545, + -0.18266406157441795, + 1.126880041335978, + -0.1852747809514349, + 1.0492483556527845, + -0.18791005890446272, + 0.9675819070772205, + -0.19054640798998299, + 0.8815714862775198, + -0.1931603407644769, + 0.7909078839219301, + -0.19572836978442593, + 0.6952818906786882, + -0.19822700760631165, + 0.5943842972160309, + -0.20063276678661518, + 0.4879058942022065, + -0.2029221598818182, + 0.3755374723054472, + -0.20507169944840184, + 0.2569698221940023, + -0.20705789804284774, + 0.13189373453610312, + -0.20885726822163708, + -1.1102230246251565e-16 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0006/geometry.png b/samples/sample_0006/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..d303cf6446f3600170999a2bb5323deb3f32d883 --- /dev/null +++ b/samples/sample_0006/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef05c425832aa5f1f2fa38d83233f4d83382a233255dfab8b09eb9a67cb3f44 +size 212021 diff --git a/samples/sample_0006/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0006/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..eae7f8ea7edd6a128a7d8f80aed85003a28be4b8 --- /dev/null +++ b/samples/sample_0006/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3008e00128a198cc87d1a18e5cbb61a0e993f19cc096c782945d3f7866d1df +size 14396 diff --git a/samples/sample_0006/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0006/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f204cfff21360a298d8974e01c9cbd69c304685e --- /dev/null +++ b/samples/sample_0006/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,195 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:02.762190+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 16.22922575238208, + "widths": [ + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305 + ], + "segment_heights": [ + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604 + ], + "height_bg": 5.608339618392473, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.9247318421191125, + 0.36247534212324317, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.686565645390977, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0006/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0006/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..80e0696dbb9ef329356660ab63cb88f4da4b0218 --- /dev/null +++ b/samples/sample_0006/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63ed86c8cd9c01ae006eb2ea8b082c7c61a5f85ea6d338150ce6195863eb71f +size 14398 diff --git a/samples/sample_0006/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0006/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6cb9ed9e2412e662cd7c33e81caf0843d327b7f4 --- /dev/null +++ b/samples/sample_0006/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,195 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:02.763031+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 16.22922575238208, + "widths": [ + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305 + ], + "segment_heights": [ + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604 + ], + "height_bg": 5.608339618392473, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.9247318421191125, + 0.36247534212324317, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.686565645390977, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0006/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0006/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..5cad3c0e74cb170f0d2884ea2df39f590cabb75b --- /dev/null +++ b/samples/sample_0006/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d49ad1dcbc5a030653f132a85b042494f7fc60e5c3fa4fda952dfdc7351f95d +size 14397 diff --git a/samples/sample_0006/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0006/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f803aafe7d78eec3346de8c63062f7cb1b6c395b --- /dev/null +++ b/samples/sample_0006/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,195 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:02.763468+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 16.22922575238208, + "widths": [ + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305 + ], + "segment_heights": [ + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604 + ], + "height_bg": 5.608339618392473, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.9247318421191125, + 0.36247534212324317, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.686565645390977, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0006/ooc/oc_sweep_manifest.json b/samples/sample_0006/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..7d051bb162f89b2d1603c4a5478cedf6ed157e54 --- /dev/null +++ b/samples/sample_0006/ooc/oc_sweep_manifest.json @@ -0,0 +1,1248 @@ +{ + "created_at": "2026-07-06T17:30:10.579726+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0006", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:02.762190+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 16.22922575238208, + "widths": [ + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305 + ], + "segment_heights": [ + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604 + ], + "height_bg": 5.608339618392473, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.9247318421191125, + 0.36247534212324317, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.686565645390977, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:02.763031+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 16.22922575238208, + "widths": [ + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305 + ], + "segment_heights": [ + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604 + ], + "height_bg": 5.608339618392473, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.9247318421191125, + 0.36247534212324317, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.686565645390977, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:02.763468+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 16.22922575238208, + "widths": [ + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305 + ], + "segment_heights": [ + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604 + ], + "height_bg": 5.608339618392473, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.9247318421191125, + 0.36247534212324317, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.686565645390977, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:02.763286+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 16.22922575238208, + "widths": [ + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305 + ], + "segment_heights": [ + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604 + ], + "height_bg": 5.608339618392473, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.9247318421191125, + 0.36247534212324317, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.686565645390977, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:02.762530+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 16.22922575238208, + "widths": [ + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305 + ], + "segment_heights": [ + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604 + ], + "height_bg": 5.608339618392473, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.9247318421191125, + 0.36247534212324317, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.686565645390977, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:02.762862+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 16.22922575238208, + "widths": [ + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305 + ], + "segment_heights": [ + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604 + ], + "height_bg": 5.608339618392473, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.9247318421191125, + 0.36247534212324317, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.686565645390977, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} \ No newline at end of file diff --git a/samples/sample_0006/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0006/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..961d971d5cea9d796a726487979a3ebcfe5515ee --- /dev/null +++ b/samples/sample_0006/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64138a2949ba94fa23a94edc06af7c575b15a70f09b68476cd27cb21d0a5affc +size 14394 diff --git a/samples/sample_0006/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0006/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..b560497a84d45a218820e8f671360c55c323abae --- /dev/null +++ b/samples/sample_0006/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,195 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:02.763286+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 16.22922575238208, + "widths": [ + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305 + ], + "segment_heights": [ + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604 + ], + "height_bg": 5.608339618392473, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.9247318421191125, + 0.36247534212324317, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.686565645390977, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0006/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0006/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..8d6941c49f9860961c3aefbd93a51c2a421b4268 --- /dev/null +++ b/samples/sample_0006/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3843286dd4ae3afdd9f4cab1c29a2a1595a635dda1c936dec65c46aa694916fe +size 14396 diff --git a/samples/sample_0006/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0006/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..10b20c93f3d77fc6642f3e1d90b8e9c2a2fdbfbb --- /dev/null +++ b/samples/sample_0006/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,195 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:02.762530+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 16.22922575238208, + "widths": [ + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305 + ], + "segment_heights": [ + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604 + ], + "height_bg": 5.608339618392473, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.9247318421191125, + 0.36247534212324317, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.686565645390977, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0006/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0006/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..6ae54f75edad878bdc1fc7425aec2f5202f888d6 --- /dev/null +++ b/samples/sample_0006/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625e21e6aaecaa491ab1fb29044d4e58341f4caf436f3db0e586e6f28db332d3 +size 14398 diff --git a/samples/sample_0006/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0006/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e60e7bce5d02bc86218e57c7f6ab48d86aaa818f --- /dev/null +++ b/samples/sample_0006/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,195 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:02.762862+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 16.22922575238208, + "widths": [ + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305, + 2.7003212284830305 + ], + "segment_heights": [ + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604, + 2.656682808147604 + ], + "height_bg": 5.608339618392473, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.9247318421191125, + 0.36247534212324317, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.686565645390977, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0006/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0007/domain_ids.npz b/samples/sample_0007/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..2aade968036833a304f16cb3530c3394cae06220 --- /dev/null +++ b/samples/sample_0007/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261c3f11fa27d84035bca30b9ad11903efd3d57a909369e43189f3b4839afd63 +size 3065 diff --git a/samples/sample_0007/geometry.json b/samples/sample_0007/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..05fcef691a02eef1ebba81327e2441003e72c69b --- /dev/null +++ b/samples/sample_0007/geometry.json @@ -0,0 +1,1616 @@ +{ + "created_at": "2026-07-07T07:12:05.492320+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007", + "sample_kind": "interior", + "sample_label": "interior_0007", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.8772718607698573, + "height_bg_ratio": 0.9004912530816228, + "n_segments": 0.6609217616477121, + "width_ratio": 0.49956273923257455, + "segment_height_ratio": 0.27775577897462467, + "n_interfaces": 0.4855271658472392, + "interface_0_width_frac_0": 0.8474082335828611, + "interface_0_width_frac_1": 0.14498775198131342, + "interface_0_width_frac_2": 0.022426976182992275, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.07195000595748557, + "interface_0_height_frac_1": 0.7034426965385986, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.3372754647142606, + "interface_1_width_frac_1": 0.002048687650131331, + "interface_1_width_frac_2": 0.6481016256555708, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.5215213514664918, + "interface_1_height_frac_1": 0.670350905789135, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.9386359303849288, + "widths": [ + 0.6497813696162873, + 0.6497813696162873, + 0.6497813696162873, + 0.6497813696162873, + 0.6497813696162873, + 0.6497813696162873, + 0.6497813696162873, + 0.6497813696162873, + 0.6497813696162873, + 0.6497813696162873 + ], + "segment_heights": [ + 0.8249703016157434, + 0.8249703016157434, + 0.8249703016157434, + 0.8249703016157434, + 0.8249703016157434, + 0.8249703016157434, + 0.8249703016157434, + 0.8249703016157434, + 0.8249703016157434 + ], + "height_bg": 2.350736879622434, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8160745284705736, + 0.42974326358972237, + 0.3623348369006457, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.5355015055928434, + 0.3511267782075722, + 0.706455894110564, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.3895725032766171, + 0.7368934830962293, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.6368367433065705, + 0.7186929981840242, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.9693179651924644, + -2.0, + 0.9693179651924644, + -2.0, + 0.9693179651924644, + 12.31091937497662, + -0.9693179651924644, + 12.31091937497662 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.9693179651924644, + 0.0, + 0.9693179651924644, + 0.0, + 0.9693179651924644, + 2.350736879622434, + -0.9693179651924644, + 2.350736879622434 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.3846463572069998, + 0.0, + 0.4143645498960501, + 0.3232629766356779, + 0.4394211586059773, + 0.6139196955134509, + 0.46017104170858514, + 0.8747235648554228, + 0.476969057575677, + 1.1084279928836962, + 0.490170064579057, + 1.3177863878203753, + 0.5001289210905286, + 1.5055521578875632, + 0.5072004854818954, + 1.6744787113073634, + 0.5117396161249614, + 1.827319456301879, + 0.5141011713915302, + 1.9668278010932136, + 0.5146400096534052, + 2.095757153903471, + 0.5137109892823906, + 2.216860922954754, + 0.5116680019355935, + 2.332881974109352, + 0.5087864575042269, + 2.445707302290338, + 0.5052066036975438, + 2.555749911840909, + 0.5010553243608367, + 2.6632770695221777, + 0.4964595033393979, + 2.7685560420952586, + 0.4915460244785202, + 2.871854096321263, + 0.48644177162349606, + 2.9734384989613045, + 0.48127362861961814, + 3.0735765167764972, + 0.47616847931217904, + 3.1725354165279556, + 0.4712532075464711, + 3.2705824649767905, + 0.4666546971677873, + 3.3679849288841175, + 0.4624998320214199, + 3.4650100750110493, + 0.4589093867946098, + 3.561916103466921, + 0.45590832624887, + 3.6588190220612318, + 0.45344554390965125, + 3.755721940655543, + 0.45146783786119304, + 3.8526248592498553, + 0.4499220061877344, + 3.9495277778441666, + 0.4487548469735146, + 4.046430696438478, + 0.4479131583027725, + 4.143333615032789, + 0.4473437382597477, + 4.240236533627101, + 0.44699338492867924, + 4.337139452221413, + 0.44680889639380617, + 4.434042370815724, + 0.4467370707393679, + 4.530945289410036, + 0.44672470604960335, + 4.627848208004347, + 0.44672469161119754, + 4.724751126598659, + 0.44672469161119766, + 4.821654045192971, + 0.44672469161119766, + 4.918556963787283, + 0.44672469161119766, + 5.0154598823815935, + 0.44672469161119754, + 5.112362800975904, + 0.44672469161119754, + 5.209265719570216, + 0.44672469161119766, + 5.306168638164529, + 0.44672469161119766, + 5.40307155675884, + 0.4467246916111976, + 5.499974475353151, + 0.44672469161119766, + 5.596877393947462, + 0.4467246916111976, + 5.693780312541775, + 0.44672469161119754, + 5.790683231136085, + 0.4467246916111976, + 5.8875861497303985, + 0.44672469161119766, + 5.9844890683247085, + 0.44672469161119754, + 6.08139198691902, + 0.4467246916111976, + 6.178294905513332, + 0.4467246916111976, + 6.275197824107644, + 0.44672469161119754, + 6.372100742701954, + 0.4467246916111976, + 6.469003661296267, + 0.4467246916111976, + 6.565906579890578, + 0.4467246916111976, + 6.66280949848489, + 0.4467246916111976, + 6.759712417079201, + 0.44672469161119754, + 6.856615335673512, + 0.4467246916111976, + 6.953518254267823, + 0.44672469161119754, + 7.050421172862136, + 0.4467246916111976, + 7.147324091456448, + 0.4467246916111976, + 7.24422701005076, + 0.4467246916111976, + 7.341129928645071, + 0.4467246916111976, + 7.4380328472393815, + 0.44672469161119754, + 7.534935765833693, + 0.4467246916111976, + 7.631838684428004, + 0.4467246916111976, + 7.728741603022316, + 0.44672469161119754, + 7.825644521616628, + 0.4467246916111976, + 7.9225474402109395, + 0.4467246916111976, + 8.019450358805251, + 0.44672469161119766, + 8.116353277399561, + 0.4467246916111976, + 8.213256195993873, + 0.4467246916111976, + 8.310159114588187, + 0.4467246916111976, + 8.407062033182498, + 0.4467246916111976, + 8.50396495177681, + 0.44672469161119766, + 8.60086787037112, + 0.4467246916111976, + 8.697770788965432, + 0.4467246916111976, + 8.794673707559745, + 0.44672469161119766, + 8.891576626154057, + 0.44672469161119754, + 8.988479544748367, + 0.44672469161119754, + 9.085382463342679, + 0.44672467271565036, + 9.182285357946975, + 0.4466144927798026, + 9.279048390759453, + 0.445914545024082, + 9.375062647200382, + 0.4440678265074973, + 9.469620949585511, + 0.4405173342890574, + 9.5620161202306, + 0.4347060654277712, + 9.651540981451404, + 0.42607701698264766, + 9.73748835556368, + 0.4140731860126956, + 9.819151064883183, + 0.3981375695769239, + 9.89582193172566, + 0.3777131647343415, + 9.966793778406881, + 0.3522429685439571, + 10.031359427242592, + 0.32116997806478015, + 10.088811700548556, + 0.28394943467041817, + 10.138448602483926, + 0.24067730884520885, + 10.179839296355869, + 0.19239215655107936, + 10.212951851453422, + 0.14020798367001214, + 10.237786267776588, + 0.08523879608399043, + 10.254342545325363, + 0.028598599674994295, + 10.262620684099753, + -0.028598599674993005, + 10.262620684099753, + -0.08523879608398915, + 10.254342545325365, + -0.14020798367001205, + 10.237786267776588, + -0.19239215655107927, + 10.212951851453422, + -0.24067730884520877, + 10.17983929635587, + -0.2839494346704172, + 10.138448602483928, + -0.3211699780647793, + 10.08881170054856, + -0.3522429685439567, + 10.031359427242595, + -0.37771316473434113, + 9.966793778406885, + -0.3981375695769236, + 9.895821931725663, + -0.41407318601269555, + 9.819151064883183, + -0.4260770169826476, + 9.737488355563682, + -0.43470606542777096, + 9.65154098145141, + -0.4405173342890572, + 9.562016120230604, + -0.4440678265074972, + 9.469620949585515, + -0.44591454502408184, + 9.375062647200382, + -0.44661449277980253, + 9.279048390759456, + -0.44672467271565025, + 9.182285357946977, + -0.4467246916111975, + 9.085382463342683, + -0.44672469161119743, + 8.988479544748369, + -0.4467246916111975, + 8.891576626154057, + -0.4467246916111975, + 8.794673707559747, + -0.4467246916111975, + 8.697770788965435, + -0.4467246916111975, + 8.600867870371124, + -0.44672469161119754, + 8.503964951776812, + -0.4467246916111975, + 8.4070620331825, + -0.4467246916111975, + 8.31015911458819, + -0.4467246916111975, + 8.213256195993878, + -0.44672469161119754, + 8.116353277399565, + -0.4467246916111975, + 8.019450358805255, + -0.4467246916111975, + 7.922547440210941, + -0.4467246916111975, + 7.8256445216166295, + -0.4467246916111975, + 7.72874160302232, + -0.4467246916111975, + 7.631838684428008, + -0.4467246916111975, + 7.534935765833697, + -0.4467246916111975, + 7.438032847239385, + -0.4467246916111975, + 7.341129928645072, + -0.4467246916111975, + 7.244227010050761, + -0.4467246916111975, + 7.147324091456449, + -0.4467246916111975, + 7.05042117286214, + -0.4467246916111975, + 6.953518254267828, + -0.4467246916111976, + 6.856615335673516, + -0.44672469161119754, + 6.759712417079204, + -0.4467246916111975, + 6.662809498484892, + -0.44672469161119743, + 6.56590657989058, + -0.44672469161119743, + 6.469003661296269, + -0.4467246916111975, + 6.372100742701958, + -0.4467246916111975, + 6.2751978241076465, + -0.4467246916111975, + 6.178294905513334, + -0.44672469161119754, + 6.081391986919023, + -0.4467246916111975, + 5.984489068324711, + -0.4467246916111975, + 5.8875861497304, + -0.4467246916111975, + 5.790683231136089, + -0.4467246916111975, + 5.693780312541778, + -0.44672469161119743, + 5.596877393947465, + -0.4467246916111975, + 5.499974475353154, + -0.4467246916111975, + 5.4030715567588405, + -0.44672469161119743, + 5.30616863816453, + -0.44672469161119743, + 5.209265719570218, + -0.44672469161119754, + 5.11236280097591, + -0.4467246916111974, + 5.015459882381597, + -0.4467246916111975, + 4.918556963787285, + -0.44672469161119754, + 4.821654045192973, + -0.4467246916111975, + 4.724751126598662, + -0.4467247060496033, + 4.627848208004349, + -0.4467370707393678, + 4.530945289410038, + -0.44680889639380617, + 4.434042370815728, + -0.4469933849286791, + 4.3371394522214155, + -0.4473437382597476, + 4.240236533627104, + -0.4479131583027724, + 4.143333615032792, + -0.4487548469735144, + 4.046430696438481, + -0.4499220061877343, + 3.9495277778441684, + -0.4514678378611929, + 3.852624859249859, + -0.45344554390965114, + 3.7557219406555467, + -0.4559083262488698, + 3.658819022061235, + -0.45890938679460963, + 3.5619161034669227, + -0.46249983202141975, + 3.465010075011051, + -0.4666546971677871, + 3.3679849288841197, + -0.47125320754647104, + 3.2705824649767927, + -0.4761684793121787, + 3.172535416527959, + -0.4812736286196179, + 3.073576516776501, + -0.48644177162349583, + 2.973438498961307, + -0.49154602447851997, + 2.871854096321265, + -0.4964595033393978, + 2.768556042095261, + -0.5010553243608367, + 2.6632770695221804, + -0.5052066036975438, + 2.5557499118409113, + -0.5087864575042269, + 2.4457073022903426, + -0.5116680019355933, + 2.3328819741093545, + -0.5137109892823903, + 2.216860922954757, + -0.5146400096534052, + 2.0957571539034765, + -0.5141011713915302, + 1.9668278010932165, + -0.5117396161249614, + 1.827319456301884, + -0.5072004854818954, + 1.674478711307365, + -0.5001289210905286, + 1.5055521578875681, + -0.49017006457905693, + 1.317786387820376, + -0.4769690575756772, + 1.1084279928837009, + -0.46017104170858547, + 0.8747235648554317, + -0.4394211586059773, + 0.6139196955134543, + -0.41436454989605065, + 0.32326297663568676, + -0.3846463572069997, + 1.5543122344752192e-15 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.26513501240928755, + 0.0, + 0.2354168197202372, + 0.08195332153128519, + 0.2103602110103101, + 0.1629616686567593, + 0.18961032790770233, + 0.24284318836975255, + 0.17281231204061034, + 0.32141602766359495, + 0.15961130503723037, + 0.39849833353161696, + 0.14965244852575876, + 0.4739082529671486, + 0.14258088413439182, + 0.54746393296352, + 0.13804175349132586, + 0.6189835205140615, + 0.13568019822475716, + 0.6882851626121033, + 0.13514135996288204, + 0.7551870062509753, + 0.13607038033389685, + 0.8195071984240081, + 0.13811336768069396, + 0.8810657048422559, + 0.14099491211206033, + 0.9398301419965125, + 0.14457476591874344, + 0.9960224122149289, + 0.14872604525545066, + 1.0498895597794793, + 0.15332186627688946, + 1.1016786289721356, + 0.1582353451377672, + 1.1516366640748723, + 0.16333959799279135, + 1.2000107093696621, + 0.1685077409966693, + 1.2470478091384782, + 0.17361289030410845, + 1.2929950076632948, + 0.17852816206981623, + 1.3380993492260844, + 0.1831266724485001, + 1.3826078781088207, + 0.18728153759486746, + 1.426767638593477, + 0.19087198282167758, + 1.470817294329624, + 0.19387304336741742, + 1.5148640755088563, + 0.19633582570663607, + 1.5589108566880887, + 0.19831353175509434, + 1.6029576378673214, + 0.199859363428553, + 1.647004419046554, + 0.2010265226427729, + 1.6910512002257867, + 0.20186821131351482, + 1.7350979814050187, + 0.20243763135653964, + 1.7791447625842514, + 0.20278798468760814, + 1.8231915437634838, + 0.20297247322248116, + 1.8672383249427162, + 0.20304429887691952, + 1.9112851061219491, + 0.20305666356668398, + 1.9553318873011813, + 0.20305667800508978, + 1.9993786684804142, + 0.20305667800508978, + 2.043425449659647, + 0.2030566780050898, + 2.087472230838879, + 0.2030566780050898, + 2.131519012018112, + 0.20305667800508975, + 2.175565793197344, + 0.20305667800508975, + 2.2196125743765767, + 0.2030566780050898, + 2.2636593555558093, + 0.20305667800508978, + 2.3077061367350415, + 0.2030566780050898, + 2.351752917914274, + 0.20305667800508978, + 2.395799699093507, + 0.20305667800508978, + 2.4398464802727395, + 0.20305667800508975, + 2.4838932614519718, + 0.20305667800508978, + 2.5279400426312044, + 0.20305667800508978, + 2.5719868238104366, + 0.20305667800508978, + 2.6160336049896693, + 0.2030566780050898, + 2.6600803861689015, + 0.2030566780050898, + 2.7041271673481346, + 0.20305667800508975, + 2.7481739485273664, + 0.20305667800508978, + 2.7922207297065995, + 0.20305667800508978, + 2.836267510885832, + 0.2030566780050898, + 2.8803142920650644, + 0.2030566780050898, + 2.9243610732442966, + 0.20305667800508978, + 2.9684078544235297, + 0.20305667800508978, + 3.012454635602762, + 0.20305667800508978, + 3.0565014167819946, + 0.20305667800508975, + 3.1005481979612273, + 0.20305667800508978, + 3.14459497914046, + 0.20305667800508978, + 3.1886417603196917, + 0.20305667800508978, + 3.2326885414989244, + 0.20305667800508975, + 3.276735322678157, + 0.20305667800508975, + 3.3207821038573897, + 0.20305667800508975, + 3.364828885036622, + 0.20305667800508975, + 3.4088756662158546, + 0.20305667800508978, + 3.4529224473950872, + 0.20305667800508978, + 3.49696922857432, + 0.20305667800508975, + 3.5410160097535526, + 0.2030566780050898, + 3.5850627909327852, + 0.2030566780050898, + 3.6291095721120175, + 0.2030566780050898, + 3.6731563532912506, + 0.20305667800508978, + 3.717203134470483, + 0.20305667800508978, + 3.7612499156497146, + 0.20305667800508978, + 3.8052966968289472, + 0.20305667800508978, + 3.84934347800818, + 0.20305667800508978, + 3.893390259187413, + 0.20305667800508978, + 3.9374370403666448, + 0.20305667800508975, + 3.9814838215458774, + 0.20305666941620468, + 4.025530591820558, + 0.20300658762718302, + 4.069513788553503, + 0.20268842955640087, + 4.113156632390289, + 0.20184901204886238, + 4.156137678928984, + 0.2002351519495715, + 4.19813548376766, + 0.19759366610353232, + 4.238828602504389, + 0.1936713713557489, + 4.277895590737242, + 0.18821508455122526, + 4.315015004064287, + 0.18097162253496535, + 4.349865398083597, + 0.17168780215197335, + 4.382125328393243, + 0.16011044024725318, + 4.411473350591294, + 0.14598635366580914, + 4.437588020275823, + 0.12906792485019006, + 4.460150248428263, + 0.10939877674782218, + 4.478964200188237, + 0.08745098025049057, + 4.494015361596215, + 0.06373090166818732, + 4.5053037326522, + 0.038744907310904714, + 4.51282931335619, + 0.012999363488633746, + 4.516592103708184, + -0.012999363488633203, + 4.516592103708184, + -0.038744907310904186, + 4.51282931335619, + -0.06373090166818732, + 4.5053037326522, + -0.08745098025049058, + 4.494015361596216, + -0.10939877674782217, + 4.478964200188237, + -0.1290679248501897, + 4.460150248428264, + -0.1459863536658088, + 4.4375880202758236, + -0.16011044024725304, + 4.411473350591295, + -0.17168780215197327, + 4.3821253283932435, + -0.1809716225349653, + 4.3498653980835975, + -0.18821508455122526, + 4.315015004064287, + -0.1936713713557489, + 4.277895590737242, + -0.1975936661035323, + 4.23882860250439, + -0.20023515194957148, + 4.198135483767662, + -0.20184901204886238, + 4.156137678928985, + -0.20268842955640087, + 4.113156632390289, + -0.203006587627183, + 4.069513788553504, + -0.2030566694162047, + 4.025530591820558, + -0.2030566780050898, + 3.9814838215458788, + -0.20305667800508978, + 3.937437040366646, + -0.20305667800508978, + 3.893390259187413, + -0.20305667800508978, + 3.84934347800818, + -0.20305667800508978, + 3.8052966968289477, + -0.20305667800508978, + 3.7612499156497154, + -0.20305667800508978, + 3.7172031344704823, + -0.20305667800508978, + 3.67315635329125, + -0.20305667800508978, + 3.6291095721120183, + -0.20305667800508978, + 3.5850627909327857, + -0.2030566780050898, + 3.541016009753553, + -0.20305667800508978, + 3.4969692285743204, + -0.20305667800508978, + 3.4529224473950872, + -0.20305667800508975, + 3.408875666215855, + -0.2030566780050898, + 3.364828885036623, + -0.2030566780050898, + 3.3207821038573906, + -0.20305667800508975, + 3.276735322678158, + -0.20305667800508978, + 3.2326885414989253, + -0.20305667800508978, + 3.188641760319692, + -0.20305667800508978, + 3.14459497914046, + -0.20305667800508978, + 3.1005481979612273, + -0.20305667800508975, + 3.056501416781995, + -0.20305667800508978, + 3.0124546356027624, + -0.2030566780050898, + 2.9684078544235306, + -0.20305667800508978, + 2.9243610732442975, + -0.20305667800508978, + 2.880314292065065, + -0.20305667800508975, + 2.8362675108858317, + -0.20305667800508975, + 2.7922207297066004, + -0.20305667800508975, + 2.7481739485273677, + -0.20305667800508975, + 2.704127167348135, + -0.20305667800508972, + 2.660080386168902, + -0.2030566780050898, + 2.6160336049896697, + -0.20305667800508975, + 2.571986823810437, + -0.2030566780050898, + 2.527940042631205, + -0.20305667800508978, + 2.483893261451972, + -0.2030566780050898, + 2.43984648027274, + -0.20305667800508978, + 2.3957996990935073, + -0.20305667800508978, + 2.3517529179142747, + -0.20305667800508978, + 2.3077061367350415, + -0.20305667800508978, + 2.2636593555558093, + -0.20305667800508975, + 2.219612574376576, + -0.2030566780050898, + 2.175565793197345, + -0.20305667800508972, + 2.1315190120181122, + -0.20305667800508978, + 2.0874722308388796, + -0.20305667800508978, + 2.043425449659647, + -0.20305667800508975, + 1.9993786684804142, + -0.20305666356668395, + 1.9553318873011816, + -0.20304429887691952, + 1.9112851061219491, + -0.2029724732224812, + 1.8672383249427174, + -0.20278798468760817, + 1.8231915437634847, + -0.20243763135653964, + 1.7791447625842518, + -0.20186821131351484, + 1.735097981405019, + -0.2010265226427729, + 1.6910512002257867, + -0.19985936342855298, + 1.6470044190465543, + -0.19831353175509436, + 1.6029576378673223, + -0.19633582570663613, + 1.5589108566880896, + -0.19387304336741748, + 1.514864075508857, + -0.19087198282167755, + 1.4708172943296243, + -0.1872815375948675, + 1.4267676385934773, + -0.18312667244850014, + 1.382607878108821, + -0.17852816206981628, + 1.3380993492260846, + -0.17361289030410854, + 1.2929950076632957, + -0.16850774099666938, + 1.2470478091384791, + -0.1633395979927914, + 1.2000107093696626, + -0.15823534513776724, + 1.1516366640748728, + -0.1533218662768895, + 1.1016786289721363, + -0.1487260452554507, + 1.0498895597794795, + -0.14457476591874346, + 0.9960224122149294, + -0.1409949121120604, + 0.9398301419965137, + -0.138113367680694, + 0.8810657048422567, + -0.13607038033389685, + 0.8195071984240088, + -0.13514135996288204, + 0.7551870062509772, + -0.13568019822475716, + 0.6882851626121036, + -0.13804175349132577, + 0.6189835205140631, + -0.14258088413439182, + 0.54746393296352, + -0.14965244852575862, + 0.4739082529671499, + -0.15961130503723048, + 0.3984983335316165, + -0.17281231204061015, + 0.32141602766359584, + -0.18961032790770177, + 0.24284318836975477, + -0.2103602110103099, + 0.16296166865675968, + -0.2354168197202366, + 0.08195332153128702, + -0.26513501240928755, + -1.1102230246251565e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.17397945086785083, + 0.0, + 0.16110887423514664, + 0.12973494354250642, + 0.1528242041714798, + 0.2500694605587488, + 0.14856100725991606, + 0.361626845614014, + 0.14775485008352152, + 0.4650303932735884, + 0.14984129922536205, + 0.5609033981027594, + 0.1542559212685036, + 0.6498691546668133, + 0.1604342827960121, + 0.7325509575310366, + 0.16781195039095356, + 0.8095721012607167, + 0.17582449063639385, + 0.8815558804211396, + 0.18390747011539896, + 0.949125589577593, + 0.19149645541103485, + 1.0129045232953628, + 0.19803000426354106, + 1.0735143211285887, + 0.20318950851713885, + 1.131442262206398, + 0.2070745716474342, + 1.1869442286193004, + 0.20982614688680096, + 1.2402532235836992, + 0.2115851874676128, + 1.2916022503159978, + 0.21249264662224351, + 1.3412243120325997, + 0.21268947758306692, + 1.3893524119499086, + 0.21231663358245675, + 1.4362195532843276, + 0.21151506785278684, + 1.4820587392522606, + 0.2104257336264309, + 1.5271029730701107, + 0.2091895841357628, + 1.5715852579542822, + 0.20794757261315633, + 1.6157385971211777, + 0.20683531095708918, + 1.6597880894783474, + 0.20590464292654903, + 1.70383487065758, + 0.20514090199085108, + 1.7478816518368125, + 0.20452758954178413, + 1.791928433016045, + 0.20404820697113704, + 1.8359752141952774, + 0.2036862556706987, + 1.8800219953745103, + 0.2034252370322579, + 1.9240687765537425, + 0.20324865244760354, + 1.9681155577329752, + 0.20314000330852452, + 2.0121623389122076, + 0.20308279100680965, + 2.05620912009144, + 0.2030605169342478, + 2.1002559012706725, + 0.20305668248262776, + 2.144302682449905, + 0.20305667800508975, + 2.1883494636291374, + 0.20305667800508975, + 2.2323962448083705, + 0.20305667800508978, + 2.2764430259876023, + 0.20305667800508978, + 2.3204898071668354, + 0.20305667800508972, + 2.364536588346067, + 0.20305667800508972, + 2.4085833695253, + 0.20305667800508978, + 2.452630150704533, + 0.20305667800508975, + 2.496676931883765, + 0.20305667800508978, + 2.540723713062998, + 0.20305667800508975, + 2.5847704942422305, + 0.20305667800508975, + 2.628817275421463, + 0.20305667800508972, + 2.672864056600695, + 0.20305667800508975, + 2.716910837779928, + 0.20305667800508975, + 2.76095761895916, + 0.20305667800508975, + 2.805004400138393, + 0.20305667800508978, + 2.849051181317626, + 0.20305667800508978, + 2.8930979624968587, + 0.20305667800508972, + 2.93714474367609, + 0.20305667800508975, + 2.981191524855323, + 0.20305667800508975, + 3.0252383060345553, + 0.20305667800508978, + 3.069285087213788, + 0.20305667800508978, + 3.1133318683930202, + 0.20305667800508975, + 3.157378649572253, + 0.20305667800508975, + 3.2014254307514856, + 0.20305667800508975, + 3.245472211930718, + 0.20305667800508972, + 3.2895189931099504, + 0.20305667800508975, + 3.333565774289183, + 0.20305667800508975, + 3.3776125554684158, + 0.20305667800508975, + 3.4216593366476484, + 0.20305667800508972, + 3.465706117826881, + 0.20305667800508972, + 3.509752899006113, + 0.20305667800508972, + 3.5537996801853455, + 0.20305667800508972, + 3.597846461364578, + 0.20305667800508975, + 3.6418932425438104, + 0.20305667800508975, + 3.6859400237230435, + 0.20305667800508972, + 3.729986804902276, + 0.20305667800508978, + 3.7740335860815093, + 0.20305667800508978, + 3.818080367260741, + 0.20305667800508978, + 3.8621271484399737, + 0.20305667800508975, + 3.906173929619206, + 0.20305667800508975, + 3.950220710798438, + 0.20305667800508975, + 3.994267491977671, + 0.20305667800508975, + 4.038314273156903, + 0.20305667800508975, + 4.082361054336136, + 0.20305667800508975, + 4.126407835515368, + 0.20305667800508972, + 4.170454616694601, + 0.20305666941620465, + 4.214501386969281, + 0.203006587627183, + 4.258484583702225, + 0.20268842955640085, + 4.302127427539012, + 0.20184901204886235, + 4.3451084740777075, + 0.20023515194957148, + 4.3871062789163835, + 0.1975936661035323, + 4.427799397653113, + 0.19367137135574888, + 4.466866385885965, + 0.18821508455122524, + 4.5039857992130115, + 0.18097162253496532, + 4.53883619323232, + 0.17168780215197332, + 4.571096123541966, + 0.16011044024725316, + 4.600444145740018, + 0.14598635366580912, + 4.626558815424547, + 0.12906792485019003, + 4.649121043576986, + 0.10939877674782215, + 4.66793499533696, + 0.08745098025049054, + 4.682986156744939, + 0.06373090166818729, + 4.694274527800923, + 0.038744907310904686, + 4.701800108504912, + 0.012999363488633718, + 4.705562898856908, + -0.012999363488633231, + 4.705562898856908, + -0.038744907310904214, + 4.701800108504913, + -0.06373090166818735, + 4.694274527800924, + -0.08745098025049061, + 4.682986156744939, + -0.1093987767478222, + 4.66793499533696, + -0.12906792485018972, + 4.649121043576987, + -0.14598635366580884, + 4.626558815424546, + -0.16011044024725307, + 4.600444145740018, + -0.1716878021519733, + 4.571096123541967, + -0.18097162253496532, + 4.538836193232321, + -0.1882150845512253, + 4.5039857992130115, + -0.19367137135574894, + 4.4668663858859645, + -0.19759366610353232, + 4.427799397653114, + -0.2002351519495715, + 4.387106278916385, + -0.2018490120488624, + 4.345108474077708, + -0.2026884295564009, + 4.302127427539012, + -0.20300658762718302, + 4.258484583702226, + -0.20305666941620473, + 4.214501386969281, + -0.20305667800508984, + 4.170454616694602, + -0.2030566780050898, + 4.126407835515368, + -0.2030566780050898, + 4.082361054336136, + -0.2030566780050898, + 4.038314273156904, + -0.2030566780050898, + 3.9942674919776713, + -0.2030566780050898, + 3.950220710798438, + -0.2030566780050898, + 3.906173929619206, + -0.2030566780050898, + 3.8621271484399737, + -0.2030566780050898, + 3.818080367260741, + -0.2030566780050898, + 3.774033586081509, + -0.20305667800508984, + 3.729986804902276, + -0.2030566780050898, + 3.685940023723044, + -0.2030566780050898, + 3.641893242543811, + -0.20305667800508978, + 3.597846461364578, + -0.20305667800508984, + 3.553799680185346, + -0.20305667800508984, + 3.509752899006114, + -0.20305667800508978, + 3.4657061178268807, + -0.2030566780050898, + 3.4216593366476484, + -0.2030566780050898, + 3.3776125554684153, + -0.2030566780050898, + 3.333565774289183, + -0.2030566780050898, + 3.28951899310995, + -0.20305667800508978, + 3.2454722119307187, + -0.2030566780050898, + 3.201425430751486, + -0.20305667800508984, + 3.1573786495722533, + -0.2030566780050898, + 3.1133318683930202, + -0.2030566780050898, + 3.0692850872137885, + -0.20305667800508978, + 3.025238306034555, + -0.20305667800508978, + 2.9811915248553236, + -0.20305667800508978, + 2.9371447436760905, + -0.20305667800508978, + 2.8930979624968582, + -0.20305667800508975, + 2.849051181317625, + -0.20305667800508984, + 2.8050044001383934, + -0.20305667800508978, + 2.7609576189591607, + -0.20305667800508984, + 2.7169108377799276, + -0.2030566780050898, + 2.672864056600696, + -0.20305667800508984, + 2.628817275421463, + -0.2030566780050898, + 2.5847704942422305, + -0.2030566780050898, + 2.540723713062998, + -0.2030566780050898, + 2.496676931883765, + -0.2030566780050898, + 2.4526301507045325, + -0.20305667800508978, + 2.4085833695252994, + -0.20305667800508984, + 2.3645365883460685, + -0.20305667800508975, + 2.3204898071668354, + -0.2030566780050898, + 2.276443025987603, + -0.2030566780050898, + 2.23239624480837, + -0.20305667800508978, + 2.1883494636291374, + -0.2030566824826278, + 2.1443026824499047, + -0.20306051693424787, + 2.100255901270672, + -0.20308279100680973, + 2.0562091200914403, + -0.20314000330852458, + 2.0121623389122076, + -0.20324865244760362, + 1.968115557732975, + -0.20342523703225798, + 1.9240687765537428, + -0.20368625567069873, + 1.88002199537451, + -0.2040482069711371, + 1.8359752141952772, + -0.20452758954178415, + 1.7919284330160454, + -0.2051409019908511, + 1.7478816518368125, + -0.2059046429265491, + 1.70383487065758, + -0.20683531095708918, + 1.6597880894783472, + -0.20794757261315633, + 1.6157385971211777, + -0.20918958413576288, + 1.571585257954282, + -0.21042573362643102, + 1.5271029730701107, + -0.21151506785278687, + 1.4820587392522608, + -0.21231663358245678, + 1.4362195532843278, + -0.21268947758306692, + 1.3893524119499088, + -0.2124926466222436, + 1.3412243120326, + -0.21158518746761287, + 1.2916022503159978, + -0.20982614688680104, + 1.2402532235836994, + -0.2070745716474343, + 1.1869442286193004, + -0.203189508517139, + 1.1314422622063987, + -0.19803000426354117, + 1.0735143211285887, + -0.19149645541103502, + 1.012904523295363, + -0.18390747011539932, + 0.9491255895775945, + -0.17582449063639397, + 0.8815558804211399, + -0.1678119503909538, + 0.8095721012607179, + -0.16043428279601218, + 0.7325509575310363, + -0.1542559212685037, + 0.649869154666814, + -0.14984129922536207, + 0.5609033981027584, + -0.14775485008352157, + 0.4650303932735892, + -0.14856100725991603, + 0.3616268456140166, + -0.15282420417147977, + 0.2500694605587489, + -0.16110887423514647, + 0.12973494354250883, + -0.17397945086785088, + -5.551115123125783e-16 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0007/geometry.png b/samples/sample_0007/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..3a25ae86191f58a6d745a3a7805bee92053794b7 --- /dev/null +++ b/samples/sample_0007/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f392397ad3804ca577fb08561301e2c078894b422b8b4c049271fee61bb0fc +size 199841 diff --git a/samples/sample_0007/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0007/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..4a93f3ee1c497b39f7da05c87573a91e09692700 --- /dev/null +++ b/samples/sample_0007/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be66f887fcdda3bb10ecf4ba37507e647f70989fe247c96118645b54b15101ad +size 14393 diff --git a/samples/sample_0007/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0007/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1428f7b4d6eb45d72c314143bc8a46e1f4df1736 --- /dev/null +++ b/samples/sample_0007/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,195 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:10.653462+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 13.122987099776749, + "widths": [ + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456 + ], + "segment_heights": [ + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664 + ], + "height_bg": 4.038688939725962, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3989305446219401, + 0.42005943113593314, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9718567274315182, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0007/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0007/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..f7a321112be5110c53557512237753bc75aacccd --- /dev/null +++ b/samples/sample_0007/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcab4b490cf099a43c483ded360820b0cf286f19227bff3412e84ffd3f7790c7 +size 14396 diff --git a/samples/sample_0007/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0007/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a8c09ef59bbabb340b7b22ed60996011a1d162d4 --- /dev/null +++ b/samples/sample_0007/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,195 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:10.653121+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 13.122987099776749, + "widths": [ + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456 + ], + "segment_heights": [ + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664 + ], + "height_bg": 4.038688939725962, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3989305446219401, + 0.42005943113593314, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9718567274315182, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0007/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0007/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..90b3cdb735174510fb566f4a146c9a7500e1a1b8 --- /dev/null +++ b/samples/sample_0007/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190da16d81091a1d0522b25c88fb8117ce3714132aa1e8cbbef6e9838f56982d +size 14395 diff --git a/samples/sample_0007/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0007/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d36418a01afaf012f714690a5ec6689815325946 --- /dev/null +++ b/samples/sample_0007/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,195 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:10.654019+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 13.122987099776749, + "widths": [ + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456 + ], + "segment_heights": [ + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664 + ], + "height_bg": 4.038688939725962, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3989305446219401, + 0.42005943113593314, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9718567274315182, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0007/ooc/oc_sweep_manifest.json b/samples/sample_0007/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..fa248ada0d0f6433044769c6d86ab1d4877225f6 --- /dev/null +++ b/samples/sample_0007/ooc/oc_sweep_manifest.json @@ -0,0 +1,1248 @@ +{ + "created_at": "2026-07-06T17:30:18.567618+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0007", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:10.653462+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 13.122987099776749, + "widths": [ + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456 + ], + "segment_heights": [ + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664 + ], + "height_bg": 4.038688939725962, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3989305446219401, + 0.42005943113593314, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9718567274315182, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:10.653121+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 13.122987099776749, + "widths": [ + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456 + ], + "segment_heights": [ + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664 + ], + "height_bg": 4.038688939725962, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3989305446219401, + 0.42005943113593314, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9718567274315182, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:10.654019+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 13.122987099776749, + "widths": [ + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456 + ], + "segment_heights": [ + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664 + ], + "height_bg": 4.038688939725962, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3989305446219401, + 0.42005943113593314, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9718567274315182, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:10.655221+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 13.122987099776749, + "widths": [ + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456 + ], + "segment_heights": [ + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664 + ], + "height_bg": 4.038688939725962, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3989305446219401, + 0.42005943113593314, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9718567274315182, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:10.653765+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 13.122987099776749, + "widths": [ + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456 + ], + "segment_heights": [ + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664 + ], + "height_bg": 4.038688939725962, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3989305446219401, + 0.42005943113593314, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9718567274315182, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:10.654294+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 13.122987099776749, + "widths": [ + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456 + ], + "segment_heights": [ + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664 + ], + "height_bg": 4.038688939725962, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3989305446219401, + 0.42005943113593314, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9718567274315182, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} \ No newline at end of file diff --git a/samples/sample_0007/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0007/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..46a0d3ce630d87fdb3abc0cab58b7bfd119532fc --- /dev/null +++ b/samples/sample_0007/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4701c177ba346c731767c3b6c267a7e1abff89762303c25369ad2369f2e09a99 +size 14391 diff --git a/samples/sample_0007/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0007/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..625b5f45ea55ecf3d78249f4cb5c9eeb88334581 --- /dev/null +++ b/samples/sample_0007/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,195 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:10.655221+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 13.122987099776749, + "widths": [ + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456 + ], + "segment_heights": [ + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664 + ], + "height_bg": 4.038688939725962, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3989305446219401, + 0.42005943113593314, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9718567274315182, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0007/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0007/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..a0dc7ead732e4d103bab4d36a34e5303ff741665 --- /dev/null +++ b/samples/sample_0007/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560bc51522cb92f025635a09776a48133f24d65c3b974074af935f163fbc6afd +size 14396 diff --git a/samples/sample_0007/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0007/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..af88a05a977d841950b4d0ebbcc7dbc1139d9284 --- /dev/null +++ b/samples/sample_0007/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,195 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:10.653765+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 13.122987099776749, + "widths": [ + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456 + ], + "segment_heights": [ + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664 + ], + "height_bg": 4.038688939725962, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3989305446219401, + 0.42005943113593314, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9718567274315182, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0007/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0007/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..be6c4a175284ac9fbf0d449f0d904380c1774f57 --- /dev/null +++ b/samples/sample_0007/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651b31532f78da9378cf57127d824a758056ab2e5ba5c43b9a4acb9b4aaf70de +size 14395 diff --git a/samples/sample_0007/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0007/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..477ebee2d338ac388529af5c53255c39299f498d --- /dev/null +++ b/samples/sample_0007/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,195 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:10.654294+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 13.122987099776749, + "widths": [ + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456, + 0.9306648439542456 + ], + "segment_heights": [ + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664, + 1.4083842155943664 + ], + "height_bg": 4.038688939725962, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3989305446219401, + 0.42005943113593314, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9718567274315182, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0007/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0008/domain_ids.npz b/samples/sample_0008/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..8e5c182e9b8fc5732b3901674fb4ea8a543c700a --- /dev/null +++ b/samples/sample_0008/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4132e8e258f61821badd4242f108091abe4de80c6c52a18c8a462c2edfc505 +size 3134 diff --git a/samples/sample_0008/geometry.json b/samples/sample_0008/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..60617a6de25110b22c981739e5547146e8ef93e3 --- /dev/null +++ b/samples/sample_0008/geometry.json @@ -0,0 +1,1604 @@ +{ + "created_at": "2026-07-07T07:12:05.493387+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008", + "sample_kind": "interior", + "sample_label": "interior_0008", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.3995491394073004, + "height_bg_ratio": 0.4334975874405732, + "n_segments": 0.49433989986429916, + "width_ratio": 0.49719787735084997, + "segment_height_ratio": 0.7907326516180748, + "n_interfaces": 0.12688443522762605, + "interface_0_width_frac_0": 0.7004461043473396, + "interface_0_width_frac_1": 0.8965290306819351, + "interface_0_width_frac_2": 0.2656434970740321, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.9319672201066143, + "interface_0_height_frac_1": 0.03341419517772637, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.24878519470606986, + "interface_1_width_frac_1": 0.7017618506463845, + "interface_1_width_frac_2": 0.08835609811586298, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.26288878431917084, + "interface_1_height_frac_1": 0.06373534764639999, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.6997745697036502, + "widths": [ + 0.648598938675425, + 0.648598938675425, + 0.648598938675425, + 0.648598938675425, + 0.648598938675425, + 0.648598938675425, + 0.648598938675425, + 0.648598938675425 + ], + "segment_heights": [ + 1.517489079684401, + 1.517489079684401, + 1.517489079684401, + 1.517489079684401, + 1.517489079684401, + 1.517489079684401, + 1.517489079684401 + ], + "height_bg": 1.6502463811608599, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7352453573910367, + 0.8430909668750644, + 0.4961039233907176, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.4868318570883384, + 0.7359690178555115, + 0.3985958539637246, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.8625819710586379, + 0.3683778073477495, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.494588831375544, + 0.38505444120551996, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.8498872848518251, + -2.0, + 0.8498872848518251, + -2.0, + 0.8498872848518251, + 16.634725720305436, + -0.8498872848518251, + 16.634725720305436 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.8498872848518251, + 0.0, + 0.8498872848518251, + 0.0, + 0.8498872848518251, + 1.6502463811608599, + -0.8498872848518251, + 1.6502463811608599 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.4101592594404951, + 0.0, + 0.40443787886667076, + 0.33207738774777074, + 0.40084136275155396, + 0.6520210829629741, + 0.3991583854375918, + 0.9601937315466461, + 0.39917762126723155, + 1.2569579793998238, + 0.40068774458292017, + 1.5426764724235427, + 0.40347742972710426, + 1.8177118565188384, + 0.4073353510422314, + 2.0824267775867487, + 0.4120501828707484, + 2.337183881528309, + 0.41741059955510224, + 2.5823458142445563, + 0.42320527543773995, + 2.8182752216365268, + 0.4292228848611086, + 3.045334749605255, + 0.43525210216765525, + 3.2638870440517795, + 0.4410816016998268, + 3.474294750877135, + 0.4465000578000704, + 3.6769205159823595, + 0.4512961448108331, + 3.872126985268488, + 0.455274115254337, + 4.060281840051958, + 0.45840344865694893, + 4.241806168825994, + 0.46075314112008803, + 4.41715322733968, + 0.46239355637686785, + 4.586776713408753, + 0.46339505816040233, + 4.751130324848939, + 0.4638280102038053, + 4.910667759475972, + 0.4637627762401907, + 5.0658427151055845, + 0.46326972000267225, + 5.217108889553509, + 0.4624192052243637, + 5.364919980635473, + 0.46128159563837895, + 5.509729686167213, + 0.4599272549778318, + 5.651991703964458, + 0.45842654697583624, + 5.792159731842942, + 0.45684983536550594, + 5.9306874676183945, + 0.45526748387995475, + 6.068028609106549, + 0.45374985625229647, + 6.204636854123138, + 0.45236653847665054, + 6.340961598236359, + 0.45115394131258607, + 6.477268720343689, + 0.4501035968687335, + 6.613575842451019, + 0.44920385163480114, + 6.749882964558347, + 0.44844305210049773, + 6.886190086665679, + 0.4478095447555316, + 7.022497208773007, + 0.4472916760896114, + 7.158804330880337, + 0.4468777925924457, + 7.295111452987669, + 0.446556240753743, + 7.431418575094997, + 0.446315367063212, + 7.567725697202329, + 0.44614351801056107, + 7.704032819309659, + 0.44602904008549876, + 7.840339941416987, + 0.4459602797777338, + 7.976647063524319, + 0.4459255835769745, + 8.112954185631649, + 0.44591329797292956, + 8.249261307738978, + 0.4459117703393547, + 8.385568429846307, + 0.44591177033935475, + 8.521875551953638, + 0.44591177033935475, + 8.658182674060969, + 0.44591177033935475, + 8.794489796168298, + 0.4459117703393547, + 8.930796918275627, + 0.4459117703393547, + 9.067104040382958, + 0.44591177033935475, + 9.203411162490289, + 0.4459117703393547, + 9.339718284597618, + 0.4459117703393547, + 9.476025406704947, + 0.4459117703393547, + 9.612332528812278, + 0.4459117703393547, + 9.748639650919607, + 0.4459117703393547, + 9.884946773026938, + 0.4459117703393547, + 10.021253895134267, + 0.44591177033935475, + 10.157561017241598, + 0.44591177033935464, + 10.293868139348927, + 0.44591177033935464, + 10.430175261456258, + 0.4459117703393547, + 10.566482383563585, + 0.4459117703393547, + 10.702789505670918, + 0.44591177033935464, + 10.839096627778247, + 0.44591177033935475, + 10.975403749885576, + 0.44591177033935464, + 11.111710871992905, + 0.44591177033935475, + 11.24801799410024, + 0.4459117703393547, + 11.384325116207568, + 0.44591177033935475, + 11.5206322383149, + 0.44591177033935464, + 11.656939360422227, + 0.44591177033935475, + 11.793246482529556, + 0.4459117703393547, + 11.929553604636885, + 0.44591177033935464, + 12.065860726744216, + 0.44591177033935464, + 12.202167848851545, + 0.44591177033935464, + 12.338474970958877, + 0.4459117703393547, + 12.474782093066207, + 0.4459076963282974, + 12.611079683447656, + 0.445782401627122, + 12.747093660855791, + 0.44529372777302695, + 12.882257461269395, + 0.444193046924541, + 13.015989384639571, + 0.44223173124019266, + 13.147707730917432, + 0.4391611528785106, + 13.276830800054087, + 0.4347326839980238, + 13.402776892000645, + 0.4286976967572606, + 13.524964306708213, + 0.4208075633147498, + 13.642811344127903, + 0.41081365582902, + 13.755736304210819, + 0.39846734645860005, + 13.863157486908074, + 0.3835200073620183, + 13.964493192170774, + 0.3657230106978038, + 14.059161719950032, + 0.34482772862448496, + 14.146581370196952, + 0.32058553330059064, + 14.226170442862642, + 0.29274824955254425, + 14.297347590925103, + 0.26125686080350213, + 14.35967898847167, + 0.22653331011533265, + 14.413105900654442, + 0.18907485317097816, + 14.45762832747342, + 0.14937874565338208, + 14.493246268928603, + 0.10794224324548685, + 14.519959725019989, + 0.06526260163023434, + 14.53776869574758, + 0.021837076490568354, + 14.546673181111377, + -0.021837076490568857, + 14.546673181111375, + -0.06526260163023531, + 14.537768695747578, + -0.10794224324548728, + 14.519959725019989, + -0.14937874565338252, + 14.493246268928603, + -0.18907485317097858, + 14.457628327473422, + -0.22653331011533304, + 14.413105900654443, + -0.26125686080350247, + 14.359678988471673, + -0.29274824955254447, + 14.297347590925103, + -0.3205855333005909, + 14.226170442862646, + -0.3448277286244852, + 14.14658137019695, + -0.3657230106978039, + 14.059161719950032, + -0.38352000736201863, + 13.964493192170774, + -0.39846734645860016, + 13.863157486908074, + -0.4108136558290201, + 13.75573630421082, + -0.42080756331474994, + 13.642811344127903, + -0.4286976967572606, + 13.524964306708213, + -0.4347326839980238, + 13.402776892000649, + -0.4391611528785107, + 13.276830800054087, + -0.44223173124019255, + 13.147707730917432, + -0.4441930469245408, + 13.015989384639573, + -0.44529372777302684, + 12.882257461269392, + -0.44578240162712185, + 12.74709366085579, + -0.44590769632829724, + 12.611079683447658, + -0.4459117703393547, + 12.474782093066208, + -0.44591177033935453, + 12.33847497095888, + -0.44591177033935464, + 12.202167848851547, + -0.44591177033935464, + 12.065860726744216, + -0.4459117703393546, + 11.929553604636888, + -0.4459117703393546, + 11.793246482529558, + -0.4459117703393546, + 11.656939360422227, + -0.4459117703393546, + 11.520632238314898, + -0.4459117703393546, + 11.384325116207567, + -0.44591177033935453, + 11.248017994100236, + -0.4459117703393546, + 11.111710871992907, + -0.4459117703393546, + 10.975403749885578, + -0.44591177033935464, + 10.839096627778247, + -0.44591177033935464, + 10.70278950567092, + -0.4459117703393546, + 10.566482383563589, + -0.4459117703393546, + 10.430175261456254, + -0.44591177033935453, + 10.293868139348927, + -0.4459117703393546, + 10.157561017241598, + -0.44591177033935453, + 10.021253895134267, + -0.4459117703393546, + 9.884946773026936, + -0.44591177033935453, + 9.748639650919605, + -0.4459117703393546, + 9.612332528812281, + -0.4459117703393545, + 9.476025406704947, + -0.4459117703393546, + 9.339718284597616, + -0.44591177033935464, + 9.203411162490292, + -0.4459117703393546, + 9.067104040382958, + -0.44591177033935453, + 8.930796918275627, + -0.4459117703393546, + 8.794489796168298, + -0.44591177033935453, + 8.658182674060967, + -0.4459117703393546, + 8.521875551953636, + -0.44591177033935453, + 8.38556842984631, + -0.44591329797292945, + 8.249261307738978, + -0.4459255835769743, + 8.112954185631647, + -0.44596027977773367, + 7.976647063524319, + -0.44602904008549865, + 7.840339941416988, + -0.4461435180105609, + 7.704032819309656, + -0.4463153670632119, + 7.567725697202329, + -0.446556240753743, + 7.431418575094998, + -0.4468777925924456, + 7.295111452987667, + -0.44729167608961123, + 7.158804330880338, + -0.4478095447555314, + 7.022497208773008, + -0.44844305210049756, + 6.886190086665677, + -0.44920385163480103, + 6.749882964558349, + -0.4501035968687334, + 6.613575842451017, + -0.45115394131258607, + 6.477268720343687, + -0.45236653847665037, + 6.340961598236358, + -0.45374985625229636, + 6.204636854123138, + -0.45526748387995464, + 6.068028609106547, + -0.45684983536550583, + 5.9306874676183945, + -0.4584265469758362, + 5.792159731842941, + -0.4599272549778318, + 5.651991703964455, + -0.46128159563837895, + 5.509729686167214, + -0.4624192052243636, + 5.364919980635473, + -0.4632697200026721, + 5.217108889553505, + -0.46376277624019063, + 5.0658427151055845, + -0.4638280102038053, + 4.910667759475971, + -0.4633950581604023, + 4.7511303248489405, + -0.4623935563768677, + 4.586776713408751, + -0.46075314112008786, + 4.417153227339679, + -0.4584034486569488, + 4.241806168825994, + -0.45527411525433675, + 4.060281840051957, + -0.45129614481083286, + 3.872126985268485, + -0.4465000578000703, + 3.67692051598236, + -0.4410816016998267, + 3.4742947508771342, + -0.43525210216765503, + 3.263887044051776, + -0.42922288486110843, + 3.0453347496052556, + -0.42320527543773984, + 2.8182752216365246, + -0.417410599555102, + 2.582345814244552, + -0.4120501828707483, + 2.3371838815283095, + -0.4073353510422313, + 2.082426777586746, + -0.40347742972710415, + 1.8177118565188328, + -0.40068774458291995, + 1.5426764724235413, + -0.3991776212672315, + 1.2569579793998198, + -0.39915838543759186, + 0.9601937315466396, + -0.4008413627515538, + 0.6520210829629729, + -0.4044378788666706, + 0.33207738774776624, + -0.41015925944049497, + 1.3322676295501878e-15 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.23843967923492998, + 0.0, + 0.24416105980875447, + 0.2436419043201102, + 0.24775757592387115, + 0.46267683794492115, + 0.2494405532378331, + 0.6588574278784549, + 0.24942131740819345, + 0.8339363011247349, + 0.24791119409250506, + 0.9896660846877829, + 0.2451215089483207, + 1.127799405571621, + 0.24126358763319355, + 1.2500888907802725, + 0.23654875580467666, + 1.3582871673177597, + 0.23118833912032283, + 1.454146862188105, + 0.22539366323768512, + 1.5394206023953307, + 0.2193760538143164, + 1.6158610149434591, + 0.21334683650776987, + 1.6852207268365134, + 0.2075173369755982, + 1.7492523650785152, + 0.20209888087535455, + 1.8097085566734878, + 0.19730279386459193, + 1.8683419286254532, + 0.1933248234210881, + 1.9268064883052949, + 0.19019549001847608, + 1.98571025268138, + 0.1878457975553371, + 2.045031236484038, + 0.1862053822985572, + 2.104738796478549, + 0.18520388051502268, + 2.164802289430193, + 0.1847709284716197, + 2.2251910721042503, + 0.18483616243523432, + 2.2858745012659996, + 0.18532921867275282, + 2.346821933680722, + 0.18617973345106137, + 2.4080027261136974, + 0.1873173430370461, + 2.469386235330205, + 0.18867168369759313, + 2.530941818095525, + 0.19017239169958883, + 2.5926388311749378, + 0.19174910330991912, + 2.654446631333723, + 0.19333145479547031, + 2.716334575337161, + 0.1948490824231286, + 2.7782720199505317, + 0.19623240019877464, + 2.8402286125175045, + 0.19744499736283894, + 2.902186395293563, + 0.1984953418066916, + 2.9641441780696223, + 0.19939508704062386, + 3.026101960845681, + 0.2001558865749274, + 3.08805974362174, + 0.20078939391989348, + 3.150017526397799, + 0.2013072625858136, + 3.2119753091738583, + 0.20172114608297936, + 3.2739330919499183, + 0.202042697921682, + 3.3358908747259766, + 0.20228357161221305, + 3.397848657502036, + 0.202455420664864, + 3.4598064402780957, + 0.20256989858992624, + 3.521764223054154, + 0.20263865889769134, + 3.5837220058302135, + 0.20267335509845058, + 3.645679788606272, + 0.2026856407024955, + 3.7076375713823317, + 0.20268716833607037, + 3.769595354158391, + 0.20268716833607037, + 3.8315531369344495, + 0.20268716833607037, + 3.8935109197105087, + 0.20268716833607037, + 3.955468702486568, + 0.20268716833607037, + 4.017426485262627, + 0.20268716833607037, + 4.079384268038686, + 0.20268716833607037, + 4.141342050814745, + 0.20268716833607037, + 4.203299833590804, + 0.20268716833607037, + 4.2652576163668625, + 0.20268716833607037, + 4.327215399142921, + 0.20268716833607037, + 4.389173181918981, + 0.20268716833607037, + 4.451130964695039, + 0.2026871683360703, + 4.513088747471099, + 0.20268716833607037, + 4.575046530247159, + 0.20268716833607037, + 4.637004313023217, + 0.2026871683360703, + 4.698962095799276, + 0.20268716833607037, + 4.7609198785753355, + 0.20268716833607037, + 4.822877661351395, + 0.20268716833607037, + 4.884835444127454, + 0.20268716833607037, + 4.946793226903512, + 0.2026871683360703, + 5.008751009679571, + 0.20268716833607037, + 5.0707087924556316, + 0.20268716833607037, + 5.132666575231689, + 0.20268716833607037, + 5.19462435800775, + 0.20268716833607037, + 5.256582140783808, + 0.20268716833607037, + 5.318539923559867, + 0.20268716833607037, + 5.380497706335927, + 0.20268716833607037, + 5.442455489111985, + 0.2026871683360703, + 5.504413271888045, + 0.20268716833607037, + 5.566371054664104, + 0.20268716833607037, + 5.628328837440162, + 0.20268531651286248, + 5.690282287613549, + 0.2026283643759646, + 5.752106822799065, + 0.2024062398968305, + 5.813544913896157, + 0.2019059304202459, + 5.874332151791692, + 0.20101442329099672, + 5.934204127372539, + 0.19961870585386848, + 5.992896431525564, + 0.19760576545364722, + 6.050144655137635, + 0.19486258943511847, + 6.10568438909562, + 0.1912761651430681, + 6.159251224286388, + 0.18673347992228184, + 6.2105807515968054, + 0.18112152111754554, + 6.259408561913739, + 0.17432727607364473, + 6.305470246124058, + 0.1662377321353654, + 6.348501395114628, + 0.15673987664749323, + 6.38823759977232, + 0.145720696954814, + 6.424414450983999, + 0.13306738616024738, + 6.456767700103298, + 0.11875311854704641, + 6.485100153533555, + 0.10296968641606034, + 6.509385113616634, + 0.08594311507771735, + 6.529622580352534, + 0.06789942984244644, + 6.545812553741253, + 0.049064656020675834, + 6.557955033782791, + 0.029664818922833822, + 6.56605002047715, + 0.00992594385934928, + 6.57009751382433, + -0.009925943859349475, + 6.570097513824329, + -0.029664818922834228, + 6.56605002047715, + -0.049064656020676035, + 6.5579550337827905, + -0.0678994298424466, + 6.545812553741252, + -0.08594311507771754, + 6.529622580352533, + -0.10296968641606045, + 6.509385113616633, + -0.11875311854704657, + 6.485100153533557, + -0.1330673861602475, + 6.456767700103297, + -0.14572069695481404, + 6.424414450983998, + -0.15673987664749328, + 6.38823759977232, + -0.1662377321353654, + 6.348501395114629, + -0.17432727607364484, + 6.305470246124057, + -0.18112152111754554, + 6.259408561913738, + -0.18673347992228184, + 6.210580751596805, + -0.19127616514306817, + 6.159251224286388, + -0.19486258943511847, + 6.10568438909562, + -0.19760576545364722, + 6.050144655137634, + -0.19961870585386848, + 5.992896431525563, + -0.2010144232909966, + 5.934204127372537, + -0.20190593042024585, + 5.874332151791691, + -0.20240623989683043, + 5.8135449138961555, + -0.2026283643759645, + 5.752106822799063, + -0.20268531651286242, + 5.690282287613548, + -0.2026871683360703, + 5.628328837440162, + -0.20268716833607026, + 5.566371054664104, + -0.20268716833607026, + 5.504413271888044, + -0.2026871683360703, + 5.442455489111984, + -0.20268716833607026, + 5.380497706335926, + -0.20268716833607026, + 5.318539923559865, + -0.2026871683360703, + 5.256582140783807, + -0.20268716833607026, + 5.19462435800775, + -0.20268716833607026, + 5.132666575231689, + -0.20268716833607026, + 5.070708792455629, + -0.20268716833607026, + 5.00875100967957, + -0.20268716833607026, + 4.9467932269035115, + -0.2026871683360703, + 4.884835444127453, + -0.2026871683360703, + 4.822877661351394, + -0.20268716833607026, + 4.760919878575334, + -0.2026871683360702, + 4.698962095799275, + -0.20268716833607026, + 4.637004313023216, + -0.20268716833607026, + 4.575046530247157, + -0.20268716833607026, + 4.513088747471097, + -0.20268716833607026, + 4.451130964695039, + -0.20268716833607026, + 4.38917318191898, + -0.20268716833607026, + 4.327215399142922, + -0.20268716833607026, + 4.265257616366862, + -0.20268716833607026, + 4.203299833590802, + -0.2026871683360703, + 4.141342050814745, + -0.20268716833607026, + 4.079384268038685, + -0.20268716833607026, + 4.017426485262625, + -0.20268716833607026, + 3.955468702486567, + -0.20268716833607026, + 3.893510919710507, + -0.20268716833607026, + 3.831553136934448, + -0.20268716833607026, + 3.76959535415839, + -0.20268564070249545, + 3.7076375713823304, + -0.20267335509845047, + 3.6456797886062704, + -0.20263865889769123, + 3.583722005830212, + -0.2025698985899262, + 3.5217642230541526, + -0.20245542066486394, + 3.459806440278093, + -0.20228357161221294, + 3.397848657502035, + -0.20204269792168195, + 3.3358908747259757, + -0.20172114608297925, + 3.2739330919499157, + -0.20130726258581355, + 3.2119753091738574, + -0.20078939391989337, + 3.150017526397798, + -0.20015588657492728, + 3.0880597436217383, + -0.19939508704062375, + 3.02610196084568, + -0.19849534180669143, + 2.964144178069621, + -0.19744499736283883, + 2.9021863952935614, + -0.19623240019877447, + 2.8402286125175027, + -0.19484908242312848, + 2.77827201995053, + -0.1933314547954702, + 2.7163345753371586, + -0.191749103309919, + 2.6544466313337223, + -0.19017239169958866, + 2.592638831174937, + -0.18867168369759307, + 2.530941818095523, + -0.187317343037046, + 2.4693862353302043, + -0.18617973345106126, + 2.4080027261136956, + -0.1853292186727527, + 2.3468219336807197, + -0.18483616243523426, + 2.2858745012659982, + -0.18477092847161958, + 2.2251910721042485, + -0.18520388051502262, + 2.1648022894301926, + -0.18620538229855715, + 2.1047387964785482, + -0.18784579755533704, + 2.0450312364840366, + -0.19019549001847602, + 1.9857102526813795, + -0.19332482342108803, + 1.9268064883052933, + -0.19730279386459199, + 1.8683419286254515, + -0.20209888087535455, + 1.8097085566734872, + -0.2075173369755982, + 1.7492523650785141, + -0.21334683650776987, + 1.6852207268365111, + -0.2193760538143164, + 1.6158610149434582, + -0.22539366323768512, + 1.539420602395329, + -0.23118833912032288, + 1.4541468621881024, + -0.2365487558046766, + 1.3582871673177588, + -0.24126358763319355, + 1.2500888907802703, + -0.2451215089483207, + 1.1277994055716174, + -0.2479111940925049, + 0.9896660846877812, + -0.24942131740819334, + 0.8339363011247314, + -0.2494405532378331, + 0.6588574278784498, + -0.24775757592387104, + 0.462676837944919, + -0.24416105980875424, + 0.24364190432010557, + -0.23843967923492992, + -4.440892098500626e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.15787931291044122, + 0.0, + 0.1720275639909945, + 0.1413521000577748, + 0.18299915614220497, + 0.27175410529346095, + 0.19108696449425067, + 0.3919928075413656, + 0.19658386417730983, + 0.5028549986357963, + 0.19978273032156035, + 0.6051274704110604, + 0.20097643805718024, + 0.6995970147014644, + 0.2004578625143476, + 0.7870504233413161, + 0.19851987882324063, + 0.8682744881649231, + 0.19545536211403725, + 0.9440560010065921, + 0.19155718751691547, + 1.0151817537006307, + 0.18711823016205337, + 1.082438538081346, + 0.18243136517962905, + 1.146613145983045, + 0.17778946769982057, + 1.2084923692400351, + 0.17348541285280594, + 1.2688629996866243, + 0.16981207576876323, + 1.328511829157119, + 0.16704134053062936, + 1.3881810283824543, + 0.16522245366678923, + 1.4481395028380402, + 0.16427056663429446, + 1.5083711093320635, + 0.1640989880547737, + 1.568855787319329, + 0.1646210265498554, + 1.629573476254639, + 0.16574999074116814, + 1.690504115592799, + 0.16739918925034053, + 1.7516276447886125, + 0.16948193069900108, + 1.8129240032968839, + 0.17191152370877832, + 1.8743731305724167, + 0.1746012769013009, + 1.935954966070015, + 0.17746449889819726, + 1.9976494492444832, + 0.18041449832109613, + 2.0594365195506255, + 0.18336458379162585, + 2.1212961164432445, + 0.18622806393141506, + 2.1832081793771465, + 0.1889182473620924, + 2.2451526478071338, + 0.19134945886942423, + 2.307109651414695, + 0.19347936873664373, + 2.3690674341907543, + 0.1953242839823982, + 2.4310252169668134, + 0.19690467383364352, + 2.4929829997428716, + 0.19824100751733592, + 2.554940782518931, + 0.19935375426043134, + 2.6168985652949903, + 0.2002633832898859, + 2.6788563480710494, + 0.20099036383265567, + 2.740814130847109, + 0.20155516511569666, + 2.8027719136231672, + 0.2019782563659649, + 2.864729696399227, + 0.20228010681041653, + 2.9266874791752864, + 0.20248118567600748, + 2.988645261951344, + 0.202601962189694, + 3.050603044727404, + 0.20266290557843197, + 3.112560827503463, + 0.20268448506917758, + 3.174518610279522, + 0.20268716833607037, + 3.236476393055581, + 0.20268716833607037, + 3.29843417583164, + 0.20268716833607037, + 3.3603919586076993, + 0.2026871683360703, + 3.4223497413837585, + 0.2026871683360703, + 3.484307524159817, + 0.20268716833607037, + 3.546265306935877, + 0.20268716833607037, + 3.6082230897119363, + 0.2026871683360703, + 3.6701808724879954, + 0.2026871683360703, + 3.7321386552640536, + 0.2026871683360703, + 3.794096438040113, + 0.2026871683360703, + 3.8560542208161723, + 0.2026871683360703, + 3.9180120035922315, + 0.2026871683360703, + 3.97996978636829, + 0.2026871683360703, + 4.04192756914435, + 0.2026871683360703, + 4.103885351920408, + 0.2026871683360703, + 4.165843134696467, + 0.20268716833607037, + 4.227800917472527, + 0.2026871683360703, + 4.289758700248586, + 0.2026871683360703, + 4.351716483024644, + 0.2026871683360703, + 4.4136742658007035, + 0.2026871683360703, + 4.475632048576763, + 0.2026871683360703, + 4.537589831352823, + 0.20268716833607037, + 4.599547614128881, + 0.20268716833607037, + 4.661505396904941, + 0.2026871683360703, + 4.723463179680999, + 0.20268716833607037, + 4.785420962457059, + 0.2026871683360703, + 4.847378745233117, + 0.2026871683360703, + 4.9093365280091765, + 0.2026871683360703, + 4.971294310785235, + 0.2026871683360703, + 5.033252093561295, + 0.2026871683360703, + 5.095209876337354, + 0.20268531651286242, + 5.157163326510741, + 0.2026283643759646, + 5.218987861696257, + 0.20240623989683043, + 5.280425952793348, + 0.20190593042024585, + 5.341213190688883, + 0.20101442329099672, + 5.401085166269731, + 0.19961870585386848, + 5.459777470422755, + 0.19760576545364716, + 5.517025694034826, + 0.19486258943511847, + 5.572565427992811, + 0.19127616514306806, + 5.62613226318358, + 0.18673347992228184, + 5.677461790493997, + 0.18112152111754548, + 5.72628960081093, + 0.17432727607364468, + 5.772351285021249, + 0.16623773213536536, + 5.81538243401182, + 0.15673987664749317, + 5.85511863866951, + 0.14572069695481393, + 5.8912954898811885, + 0.13306738616024738, + 5.923648739000489, + 0.11875311854704639, + 5.951981192430747, + 0.10296968641606032, + 5.976266152513825, + 0.08594311507771732, + 5.996503619249723, + 0.06789942984244642, + 6.012693592638443, + 0.049064656020675806, + 6.024836072679982, + 0.029664818922833795, + 6.0329310593743415, + 0.009925943859349253, + 6.036978552721521, + -0.009925943859349503, + 6.036978552721521, + -0.029664818922834256, + 6.032931059374341, + -0.04906465602067606, + 6.024836072679982, + -0.06789942984244662, + 6.012693592638443, + -0.08594311507771757, + 5.996503619249723, + -0.10296968641606048, + 5.976266152513824, + -0.1187531185470466, + 5.951981192430747, + -0.13306738616024755, + 5.9236487390004875, + -0.1457206969548141, + 5.8912954898811885, + -0.15673987664749328, + 5.855118638669509, + -0.16623773213536547, + 5.815382434011819, + -0.17432727607364484, + 5.772351285021248, + -0.18112152111754554, + 5.7262896008109285, + -0.1867334799222819, + 5.677461790493995, + -0.19127616514306817, + 5.626132263183578, + -0.19486258943511853, + 5.57256542799281, + -0.19760576545364722, + 5.5170256940348255, + -0.19961870585386854, + 5.459777470422753, + -0.20101442329099667, + 5.401085166269728, + -0.20190593042024585, + 5.341213190688881, + -0.20240623989683043, + 5.280425952793346, + -0.20262836437596454, + 5.218987861696254, + -0.20268531651286242, + 5.157163326510738, + -0.2026871683360703, + 5.095209876337352, + -0.2026871683360703, + 5.033252093561294, + -0.2026871683360703, + 4.971294310785234, + -0.2026871683360703, + 4.909336528009175, + -0.20268716833607026, + 4.847378745233117, + -0.20268716833607026, + 4.7854209624570565, + -0.20268716833607037, + 4.723463179680997, + -0.2026871683360703, + 4.661505396904939, + -0.2026871683360703, + 4.599547614128879, + -0.2026871683360703, + 4.537589831352819, + -0.2026871683360703, + 4.475632048576761, + -0.2026871683360703, + 4.413674265800703, + -0.2026871683360703, + 4.351716483024643, + -0.2026871683360703, + 4.289758700248585, + -0.2026871683360703, + 4.227800917472525, + -0.20268716833607026, + 4.165843134696465, + -0.20268716833607026, + 4.103885351920407, + -0.2026871683360703, + 4.041927569144347, + -0.20268716833607026, + 3.979969786368288, + -0.20268716833607026, + 3.9180120035922292, + -0.20268716833607026, + 3.856054220816169, + -0.2026871683360703, + 3.794096438040112, + -0.2026871683360703, + 3.732138655264052, + -0.2026871683360703, + 3.6701808724879927, + -0.20268716833607037, + 3.608223089711935, + -0.2026871683360703, + 3.5462653069358745, + -0.2026871683360703, + 3.484307524159815, + -0.2026871683360703, + 3.422349741383757, + -0.2026871683360703, + 3.3603919586076976, + -0.2026871683360703, + 3.298434175831638, + -0.2026871683360703, + 3.23647639305558, + -0.20268448506917758, + 3.17451861027952, + -0.20266290557843197, + 3.1125608275034606, + -0.202601962189694, + 3.0506030447274024, + -0.20248118567600748, + 2.9886452619513433, + -0.20228010681041647, + 2.9266874791752833, + -0.20197825636596484, + 2.8647296963992255, + -0.2015551651156966, + 2.802771913623166, + -0.20099036383265562, + 2.740814130847106, + -0.20026338328988585, + 2.678856348071048, + -0.19935375426043134, + 2.6168985652949877, + -0.19824100751733587, + 2.5549407825189285, + -0.19690467383364352, + 2.4929829997428703, + -0.1953242839823981, + 2.431025216966811, + -0.19347936873664368, + 2.369067434190751, + -0.19134945886942412, + 2.3071096514146934, + -0.18891824736209228, + 2.2451526478071315, + -0.18622806393141494, + 2.183208179377144, + -0.18336458379162573, + 2.1212961164432436, + -0.18041449832109602, + 2.0594365195506232, + -0.1774644988981972, + 1.9976494492444807, + -0.1746012769013009, + 1.935954966070014, + -0.17191152370877827, + 1.8743731305724145, + -0.16948193069900097, + 1.812924003296881, + -0.16739918925034047, + 1.7516276447886112, + -0.16574999074116814, + 1.6905041155927971, + -0.1646210265498554, + 1.629573476254638, + -0.1640989880547737, + 1.5688557873193267, + -0.1642705666342945, + 1.5083711093320615, + -0.16522245366678923, + 1.448139502838039, + -0.16704134053062936, + 1.3881810283824523, + -0.16981207576876328, + 1.3285118291571167, + -0.17348541285280594, + 1.2688629996866232, + -0.17778946769982062, + 1.2084923692400338, + -0.18243136517962916, + 1.1466131459830426, + -0.18711823016205337, + 1.0824385380813446, + -0.19155718751691553, + 1.015181753700629, + -0.1954553621140373, + 0.9440560010065895, + -0.19851987882324063, + 0.8682744881649217, + -0.20045786251434766, + 0.7870504233413141, + -0.20097643805718018, + 0.6995970147014612, + -0.1997827303215603, + 0.6051274704110586, + -0.19658386417730972, + 0.5028549986357937, + -0.1910869644942505, + 0.3919928075413619, + -0.18299915614220486, + 0.2717541052934591, + -0.17202756399099423, + 0.14135210005777157, + -0.15787931291044122, + -7.771561172376096e-16 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0008/geometry.png b/samples/sample_0008/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..43e18cfca3a38f7264c55769d7383ce9a2dfc1df --- /dev/null +++ b/samples/sample_0008/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7e1ffcbfa971b12b0fc56c7b38d45daf779e02c428a3998964f79fe8d09617 +size 210733 diff --git a/samples/sample_0008/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0008/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..a625066704a85b2c2e5f56e03a8852a5f6c105e4 --- /dev/null +++ b/samples/sample_0008/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb33cccb0acf4065b99161c0b3e8ada6a6a2127fc4d709996b4a9d12f282af5 +size 13043 diff --git a/samples/sample_0008/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0008/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..577ad275350c92ff1cb2ecdc22730bf72a1247bb --- /dev/null +++ b/samples/sample_0008/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,147 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:18.640196+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 10.447327745910034, + "widths": [ + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945 + ], + "segment_heights": [ + 3.572902433046159, + 3.572902433046159, + 3.572902433046159 + ], + "height_bg": 6.244236863194532, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0008/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0008/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..12400def9fe741cc1894197979d262d7e657008f --- /dev/null +++ b/samples/sample_0008/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8cb0dc95d44ca141303bb1e868cc46956970aa138ddd9aec3e35e61d69317d0 +size 13159 diff --git a/samples/sample_0008/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0008/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1c2c230fc0fc866c6d7d35091191ac1bfd9468c7 --- /dev/null +++ b/samples/sample_0008/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,147 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:18.638832+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 10.447327745910034, + "widths": [ + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945 + ], + "segment_heights": [ + 3.572902433046159, + 3.572902433046159, + 3.572902433046159 + ], + "height_bg": 6.244236863194532, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0008/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0008/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..f29ae915c89bcb4e22ac705117e7d3f989b581a6 --- /dev/null +++ b/samples/sample_0008/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80461dd402139169d8914758c92588dd997cb7eeaef8bfd340b3d6a7b69c5627 +size 13041 diff --git a/samples/sample_0008/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0008/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..9a921066a0c75a5aa3e7e64707f873ae4c6d319d --- /dev/null +++ b/samples/sample_0008/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,147 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:18.639695+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 10.447327745910034, + "widths": [ + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945 + ], + "segment_heights": [ + 3.572902433046159, + 3.572902433046159, + 3.572902433046159 + ], + "height_bg": 6.244236863194532, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0008/ooc/oc_sweep_manifest.json b/samples/sample_0008/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..33d45148d53d8a62ec6b1278c85ebe7e964af7f8 --- /dev/null +++ b/samples/sample_0008/ooc/oc_sweep_manifest.json @@ -0,0 +1,960 @@ +{ + "created_at": "2026-07-06T17:30:21.357764+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0008", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:18.640196+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 10.447327745910034, + "widths": [ + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945 + ], + "segment_heights": [ + 3.572902433046159, + 3.572902433046159, + 3.572902433046159 + ], + "height_bg": 6.244236863194532, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:18.638832+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 10.447327745910034, + "widths": [ + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945 + ], + "segment_heights": [ + 3.572902433046159, + 3.572902433046159, + 3.572902433046159 + ], + "height_bg": 6.244236863194532, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:18.639695+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 10.447327745910034, + "widths": [ + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945 + ], + "segment_heights": [ + 3.572902433046159, + 3.572902433046159, + 3.572902433046159 + ], + "height_bg": 6.244236863194532, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:18.639933+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 10.447327745910034, + "widths": [ + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945 + ], + "segment_heights": [ + 3.572902433046159, + 3.572902433046159, + 3.572902433046159 + ], + "height_bg": 6.244236863194532, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:18.639094+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 10.447327745910034, + "widths": [ + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945 + ], + "segment_heights": [ + 3.572902433046159, + 3.572902433046159, + 3.572902433046159 + ], + "height_bg": 6.244236863194532, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:18.639408+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 10.447327745910034, + "widths": [ + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945 + ], + "segment_heights": [ + 3.572902433046159, + 3.572902433046159, + 3.572902433046159 + ], + "height_bg": 6.244236863194532, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} \ No newline at end of file diff --git a/samples/sample_0008/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0008/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..c517ce2ea12f799c45e97051134e1cc23ca64785 --- /dev/null +++ b/samples/sample_0008/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e9ff9885a9b8015e47f753fb928fe36204a15f45a6a167c340bf5b9f820129 +size 13041 diff --git a/samples/sample_0008/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0008/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..61a76062bc17c3cc2020113d467edb3a82e59374 --- /dev/null +++ b/samples/sample_0008/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,147 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:18.639933+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 10.447327745910034, + "widths": [ + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945 + ], + "segment_heights": [ + 3.572902433046159, + 3.572902433046159, + 3.572902433046159 + ], + "height_bg": 6.244236863194532, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0008/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0008/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..84c323d4760e28658b6c4c5bfd0e6bb4067485ca --- /dev/null +++ b/samples/sample_0008/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96063e4cf12eaeba91b1337b991f6c59cb3e975e34bfad57db7432d59937d83 +size 13043 diff --git a/samples/sample_0008/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0008/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f031349b96b8e9bc0c8c5aff2af837ed48c617e7 --- /dev/null +++ b/samples/sample_0008/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,147 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:18.639094+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 10.447327745910034, + "widths": [ + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945 + ], + "segment_heights": [ + 3.572902433046159, + 3.572902433046159, + 3.572902433046159 + ], + "height_bg": 6.244236863194532, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0008/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0008/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..6832cb17e3d97f6a94f6f8b57b8daf51ca525116 --- /dev/null +++ b/samples/sample_0008/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21170a53eb1a31fed8467c8f02f9fe08868d4343cf6cb64672ea9b8707cff27 +size 13039 diff --git a/samples/sample_0008/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0008/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4f64daf0a6d1668c994c93ebfa9c7db60e6885f4 --- /dev/null +++ b/samples/sample_0008/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,147 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:18.639408+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 10.447327745910034, + "widths": [ + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945, + 1.3823397996859945 + ], + "segment_heights": [ + 3.572902433046159, + 3.572902433046159, + 3.572902433046159 + ], + "height_bg": 6.244236863194532, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0008/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0009/domain_ids.npz b/samples/sample_0009/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..adad46bf3d9685f6f02b5864c45765083263b3a8 --- /dev/null +++ b/samples/sample_0009/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c76ee5ee68b8d17d9ed0250b20f3d864c03f5405fffa601cba4e98b77d9ffc +size 3130 diff --git a/samples/sample_0009/geometry.json b/samples/sample_0009/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..9f773f2fbd6fe6f912f05e7459c58f7292c604ce --- /dev/null +++ b/samples/sample_0009/geometry.json @@ -0,0 +1,1610 @@ +{ + "created_at": "2026-07-07T07:12:05.525514+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009", + "sample_kind": "interior", + "sample_label": "interior_0009", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.28506183761635906, + "height_bg_ratio": 0.5350310459395926, + "n_segments": 0.6021632633591758, + "width_ratio": 0.15462618265898298, + "segment_height_ratio": 0.5496404643035323, + "n_interfaces": 0.6143037430712766, + "interface_0_width_frac_0": 0.9342817807077407, + "interface_0_width_frac_1": 0.4555022097570214, + "interface_0_width_frac_2": 0.14151852002675014, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.5162773778826635, + "interface_0_height_frac_1": 0.7527271750027716, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.5504804355265479, + "interface_1_width_frac_1": 0.4295588733584532, + "interface_1_width_frac_2": 0.16266212588728268, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.8269663273411265, + "interface_1_height_frac_1": 0.0094121565885944, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.6425309188081796, + "widths": [ + 0.4773130913294915, + 0.4773130913294915, + 0.4773130913294915, + 0.4773130913294915, + 0.4773130913294915, + 0.4773130913294915, + 0.4773130913294915, + 0.4773130913294915, + 0.4773130913294915 + ], + "segment_heights": [ + 1.1920146268097687, + 1.1920146268097687, + 1.1920146268097687, + 1.1920146268097687, + 1.1920146268097687, + 1.1920146268097687, + 1.1920146268097687, + 1.1920146268097687 + ], + "height_bg": 1.802546568909389, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8638549793892574, + 0.6005262153663617, + 0.42783518601471254, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.6527642395396014, + 0.5862573803471492, + 0.43946416923800546, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.6339525578354649, + 0.7639999462515243, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.8048314800376196, + 0.3551766861237269, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.8212654594040898, + -2.0, + 0.8212654594040898, + -2.0, + 0.8212654594040898, + 14.935799345962629, + -0.8212654594040898, + 14.935799345962629 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.8212654594040898, + 0.0, + 0.8212654594040898, + 0.0, + 0.8212654594040898, + 1.802546568909389, + -0.8212654594040898, + 1.802546568909389 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.27114844599316124, + 0.0, + 0.28465002363080816, + 0.3533618747773339, + 0.2967736062447627, + 0.678372958888017, + 0.3075811014591213, + 0.9770799938432204, + 0.3171344168979806, + 1.2515297211541154, + 0.32549546018543674, + 1.503768882331873, + 0.33272613894558645, + 1.735844218887664, + 0.3388883608025261, + 1.9498024723326595, + 0.34404403338035217, + 2.147690384178031, + 0.34825506430316117, + 2.3315546959349494, + 0.35158336119504957, + 2.5034421491145857, + 0.3540908316801138, + 2.665399485228111, + 0.35583938338245047, + 2.8194734457866963, + 0.35689092392615585, + 2.967710772301513, + 0.35730768116986183, + 3.1120397497976677, + 0.3571548307659834, + 3.2532982584413292, + 0.35649913702857045, + 3.391736523870128, + 0.35540737966987757, + 3.5275990758425797, + 0.3539463384021595, + 3.6611304441171995, + 0.35218279293767046, + 3.7925751584524985, + 0.3501835229886653, + 3.922177748606993, + 0.3480153082673984, + 4.050182744339195, + 0.34574492848612437, + 4.176834675407622, + 0.34343916335709773, + 4.302378071570784, + 0.341164792592573, + 4.427057462587197, + 0.3389885959048048, + 4.551117378215373, + 0.3369773530060477, + 4.67480234821383, + 0.3351963711362652, + 4.798352760429614, + 0.3336711363897383, + 4.921896989967058, + 0.33238369478170793, + 5.045441219504503, + 0.3313138943512848, + 5.168985449041947, + 0.3304415831375792, + 5.292529678579392, + 0.3297466091797016, + 5.416073908116835, + 0.3292088205167625, + 5.539618137654281, + 0.3288080651878723, + 5.663162367191725, + 0.3285241912321415, + 5.78670659672917, + 0.3283370466886807, + 5.910250826266615, + 0.32822647959659995, + 6.033795055804059, + 0.32817233799501005, + 6.157339285341504, + 0.32815446992302133, + 6.280883514878949, + 0.3281527502890254, + 6.404427744416393, + 0.3281527502890254, + 6.527971973953837, + 0.3281527502890254, + 6.651516203491281, + 0.3281527502890254, + 6.775060433028726, + 0.3281527502890254, + 6.898604662566171, + 0.3281527502890254, + 7.0221488921036155, + 0.3281527502890254, + 7.1456931216410595, + 0.32815275028902535, + 7.2692373511785044, + 0.32815275028902535, + 7.3927815807159485, + 0.32815275028902546, + 7.516325810253394, + 0.3281527502890254, + 7.639870039790838, + 0.3281527502890254, + 7.763414269328283, + 0.32815275028902535, + 7.886958498865726, + 0.3281527502890254, + 8.010502728403171, + 0.3281527502890254, + 8.134046957940617, + 0.3281527502890254, + 8.25759118747806, + 0.3281527502890254, + 8.381135417015505, + 0.3281527502890254, + 8.504679646552951, + 0.3281527502890254, + 8.628223876090395, + 0.3281527502890254, + 8.751768105627837, + 0.32815275028902546, + 8.875312335165285, + 0.32815275028902535, + 8.99885656470273, + 0.32815275028902546, + 9.122400794240173, + 0.32815275028902546, + 9.245945023777617, + 0.32815275028902535, + 9.369489253315063, + 0.3281527502890254, + 9.493033482852509, + 0.32815275028902546, + 9.616577712389951, + 0.32815275028902535, + 9.740121941927395, + 0.32815275028902535, + 9.863666171464839, + 0.32815275028902546, + 9.987210401002287, + 0.32815275028902535, + 10.110754630539729, + 0.32815275028902546, + 10.234298860077171, + 0.3281527502890254, + 10.357843089614615, + 0.3281527502890254, + 10.481387319152063, + 0.3281527502890254, + 10.604931548689509, + 0.3281527502890254, + 10.72847577822695, + 0.3281527502890254, + 10.852020007764397, + 0.32815275028902546, + 10.97556423730184, + 0.3281527502890254, + 11.099108466839287, + 0.3281527502890254, + 11.22265269637673, + 0.3281497521669257, + 11.346189438574186, + 0.32802420580400055, + 11.469420135749607, + 0.32750515591548923, + 11.591668119551521, + 0.3263115285545443, + 11.712231451855986, + 0.3241622497743187, + 11.830408194539082, + 0.32077624562796475, + 11.945496409476865, + 0.31587244216863547, + 12.0567941585454, + 0.3091697654494835, + 12.163599503620755, + 0.3003871415236614, + 12.265210506579002, + 0.2892434964443219, + 12.360925229296194, + 0.2754577562646178, + 12.450041733648401, + 0.2587488470377018, + 12.531858081511693, + 0.23883569481672642, + 12.605672334762136, + 0.21543755877952206, + 12.67078283258468, + 0.18847694579792879, + 12.726657107249855, + 0.1584245194010152, + 12.773219002804167, + 0.1258424274824755, + 12.810468519247621, + 0.09129281793600462, + 12.838405656580205, + 0.055337838655297636, + 12.857030414801933, + 0.018539637534048765, + 12.866342793912795, + -0.018539637534047863, + 12.866342793912795, + -0.05533783865529719, + 12.857030414801933, + -0.09129281793600422, + 12.838405656580209, + -0.1258424274824747, + 12.810468519247621, + -0.1584245194010145, + 12.773219002804172, + -0.18847694579792845, + 12.726657107249856, + -0.21543755877952175, + 12.670782832584681, + -0.23883569481672584, + 12.605672334762138, + -0.25874884703770135, + 12.531858081511698, + -0.2754577562646176, + 12.450041733648407, + -0.2892434964443215, + 12.360925229296198, + -0.3003871415236612, + 12.265210506579004, + -0.3091697654494833, + 12.16359950362076, + -0.3158724421686354, + 12.056794158545406, + -0.3207762456279648, + 11.945496409476869, + -0.32416224977431857, + 11.830408194539089, + -0.3263115285545443, + 11.712231451855995, + -0.3275051559154892, + 11.591668119551523, + -0.32802420580400055, + 11.469420135749612, + -0.32814975216692577, + 11.346189438574193, + -0.32815275028902546, + 11.222652696376736, + -0.3281527502890254, + 11.09910846683929, + -0.3281527502890254, + 10.975564237301844, + -0.3281527502890254, + 10.852020007764404, + -0.3281527502890254, + 10.728475778226958, + -0.32815275028902546, + 10.604931548689514, + -0.3281527502890254, + 10.48138731915207, + -0.32815275028902546, + 10.357843089614626, + -0.32815275028902535, + 10.23429886007718, + -0.32815275028902535, + 10.110754630539734, + -0.32815275028902546, + 9.987210401002288, + -0.3281527502890254, + 9.863666171464846, + -0.3281527502890254, + 9.7401219419274, + -0.32815275028902546, + 9.616577712389955, + -0.3281527502890254, + 9.493033482852514, + -0.32815275028902546, + 9.36948925331507, + -0.3281527502890254, + 9.245945023777622, + -0.3281527502890254, + 9.122400794240177, + -0.32815275028902535, + 8.998856564702733, + -0.3281527502890254, + 8.87531233516529, + -0.32815275028902546, + 8.751768105627846, + -0.32815275028902546, + 8.6282238760904, + -0.32815275028902535, + 8.504679646552958, + -0.3281527502890254, + 8.381135417015514, + -0.3281527502890254, + 8.257591187478067, + -0.3281527502890254, + 8.13404695794062, + -0.3281527502890254, + 8.010502728403177, + -0.32815275028902546, + 7.886958498865735, + -0.3281527502890254, + 7.763414269328288, + -0.3281527502890254, + 7.639870039790844, + -0.3281527502890254, + 7.516325810253401, + -0.3281527502890254, + 7.3927815807159565, + -0.32815275028902546, + 7.269237351178511, + -0.32815275028902546, + 7.145693121641066, + -0.32815275028902546, + 7.022148892103621, + -0.3281527502890254, + 6.8986046625661785, + -0.3281527502890254, + 6.775060433028732, + -0.3281527502890254, + 6.651516203491287, + -0.3281527502890254, + 6.527971973953845, + -0.3281527502890254, + 6.404427744416399, + -0.3281544699230213, + 6.280883514878953, + -0.32817233799501005, + 6.157339285341507, + -0.32822647959659995, + 6.033795055804063, + -0.3283370466886807, + 5.910250826266621, + -0.3285241912321416, + 5.786706596729175, + -0.3288080651878723, + 5.663162367191729, + -0.32920882051676253, + 5.539618137654287, + -0.32974660917970156, + 5.416073908116842, + -0.3304415831375792, + 5.292529678579397, + -0.33131389435128483, + 5.168985449041951, + -0.33238369478170793, + 5.045441219504506, + -0.3336711363897383, + 4.921896989967064, + -0.33519637113626527, + 4.798352760429618, + -0.3369773530060476, + 4.674802348213835, + -0.33898859590480473, + 4.55111737821538, + -0.34116479259257293, + 4.427057462587203, + -0.3434391633570977, + 4.302378071570788, + -0.3457449284861243, + 4.176834675407626, + -0.34801530826739835, + 4.0501827443392, + -0.3501835229886653, + 3.9221777486069995, + -0.35218279293767046, + 3.792575158452505, + -0.35394633840215944, + 3.6611304441172035, + -0.35540737966987757, + 3.527599075842588, + -0.3564991370285704, + 3.3917365238701347, + -0.3571548307659833, + 3.2532982584413346, + -0.35730768116986183, + 3.1120397497976735, + -0.3568909239261559, + 2.9677107723015173, + -0.35583938338245047, + 2.8194734457867034, + -0.35409083168011385, + 2.665399485228117, + -0.3515833611950496, + 2.5034421491145915, + -0.3482550643031613, + 2.3315546959349582, + -0.3440440333803522, + 2.147690384178039, + -0.3388883608025262, + 1.949802472332667, + -0.33272613894558656, + 1.7358442188876706, + -0.32549546018543674, + 1.503768882331878, + -0.3171344168979807, + 1.2515297211541254, + -0.30758110145912154, + 0.9770799938432293, + -0.2967736062447629, + 0.6783729588880244, + -0.2846500236308086, + 0.35336187477734765, + -0.27114844599316124, + 3.774758283725532e-15 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.2061646453363303, + 0.0, + 0.19266306769868333, + 0.16584771673444185, + 0.18053948508472875, + 0.32196289028425873, + 0.16973198987037016, + 0.4688512814071318, + 0.160178674431511, + 0.6070186508607422, + 0.1518176311440548, + 0.7369707594027713, + 0.14458695238390512, + 0.8592133677909003, + 0.13842473052696544, + 0.9742522367828098, + 0.13326905794913932, + 1.0825931271361815, + 0.12905802702633032, + 1.1847417996086969, + 0.12572973013444194, + 1.2812040149580362, + 0.12322225964937765, + 1.372485533941881, + 0.12147370794704103, + 1.459092117317913, + 0.12042216740333563, + 1.5415295258438129, + 0.12000541015962968, + 1.620287759261307, + 0.12015826056350819, + 1.6957117354432414, + 0.1208139543009211, + 1.7680681829398839, + 0.1219057116596139, + 1.837623072446492, + 0.1233667529273321, + 1.9046423746583216, + 0.12513029839182102, + 1.9693920602706292, + 0.1271295683408262, + 2.0321380999786713, + 0.1292977830620931, + 2.0931464644777047, + 0.13156816284336717, + 2.1526831244629854, + 0.1338739279723938, + 2.21101405062977, + 0.1361482987369185, + 2.2684052136733155, + 0.1383244954246867, + 2.3251225842888776, + 0.14033573832344387, + 2.3814321331717134, + 0.14211672019322624, + 2.437595325933204, + 0.1436419549397532, + 2.493751793904769, + 0.14492939654778356, + 2.549908261876335, + 0.1459991969782067, + 2.6060647298479007, + 0.14687150819191233, + 2.6622211978194668, + 0.1475664821497899, + 2.718377665791032, + 0.14810427081272898, + 2.7745341337625975, + 0.14850502614161912, + 2.830690601734164, + 0.14878890009734994, + 2.886847069705729, + 0.1489760446408109, + 2.943003537677295, + 0.14908661173289153, + 2.9991600056488603, + 0.14914075333448149, + 3.055316473620427, + 0.1491586214064702, + 3.1114729415919924, + 0.14916034104046608, + 3.167629409563558, + 0.1491603410404661, + 3.223785877535124, + 0.1491603410404661, + 3.279942345506689, + 0.1491603410404661, + 3.3360988134782557, + 0.14916034104046608, + 3.3922552814498212, + 0.1491603410404661, + 3.448411749421387, + 0.1491603410404661, + 3.504568217392953, + 0.14916034104046608, + 3.5607246853645176, + 0.1491603410404661, + 3.6168811533360836, + 0.1491603410404661, + 3.6730376213076497, + 0.1491603410404661, + 3.7291940892792157, + 0.1491603410404661, + 3.7853505572507813, + 0.14916034104046608, + 3.841507025222347, + 0.1491603410404661, + 3.8976634931939134, + 0.1491603410404661, + 3.953819961165479, + 0.14916034104046608, + 4.009976429137043, + 0.1491603410404661, + 4.066132897108609, + 0.14916034104046608, + 4.122289365080176, + 0.14916034104046608, + 4.17844583305174, + 0.14916034104046608, + 4.2346023010233065, + 0.14916034104046613, + 4.290758768994873, + 0.1491603410404661, + 4.3469152369664394, + 0.1491603410404661, + 4.403071704938005, + 0.1491603410404661, + 4.459228172909571, + 0.14916034104046608, + 4.515384640881135, + 0.1491603410404661, + 4.571541108852703, + 0.1491603410404661, + 4.627697576824268, + 0.1491603410404661, + 4.683854044795833, + 0.1491603410404661, + 4.740010512767398, + 0.1491603410404661, + 4.796166980738966, + 0.1491603410404661, + 4.85232344871053, + 0.1491603410404661, + 4.908479916682095, + 0.14916034104046608, + 4.964636384653661, + 0.1491603410404661, + 5.020792852625227, + 0.1491603410404661, + 5.076949320596792, + 0.1491603410404661, + 5.133105788568359, + 0.1491603410404661, + 5.189262256539925, + 0.14916034104046613, + 5.245418724511491, + 0.1491603410404661, + 5.301575192483056, + 0.1491603410404661, + 5.357731660454621, + 0.14915897825769353, + 5.4138847250898285, + 0.1491019117290912, + 5.469898678351384, + 0.14886597996158601, + 5.525465943715889, + 0.14832342207024746, + 5.580267458399739, + 0.14734647717014482, + 5.633984159619327, + 0.1458073843763476, + 5.6862969845910465, + 0.14357838280392524, + 5.73688687053129, + 0.14053171156794703, + 5.785434754656452, + 0.13653960978348248, + 5.831621574182926, + 0.13147431656560085, + 5.875128266327105, + 0.12520807102937176, + 5.915635768305382, + 0.11761311228986446, + 5.95282501733415, + 0.10856167946214838, + 5.986376950629805, + 0.09792616308160096, + 6.015972631458234, + 0.08567133899905853, + 6.041370029033314, + 0.07201114518227965, + 6.062534527012548, + 0.05720110340112521, + 6.079466125395935, + 0.04149673542545666, + 6.092164824183474, + 0.025153563025135293, + 6.100630623375168, + 0.008427107970022173, + 6.104863522971014, + -0.008427107970021766, + 6.104863522971015, + -0.025153563025135085, + 6.100630623375168, + -0.041496735425456455, + 6.092164824183474, + -0.05720110340112485, + 6.079466125395935, + -0.07201114518227932, + 6.062534527012549, + -0.08567133899905839, + 6.041370029033314, + -0.0979261630816008, + 6.015972631458235, + -0.10856167946214812, + 5.986376950629806, + -0.11761311228986428, + 5.952825017334151, + -0.12520807102937165, + 5.915635768305383, + -0.1314743165656007, + 5.875128266327106, + -0.13653960978348234, + 5.831621574182926, + -0.14053171156794697, + 5.785434754656452, + -0.14357838280392524, + 5.73688687053129, + -0.14580738437634766, + 5.6862969845910465, + -0.1473464771701448, + 5.633984159619327, + -0.14832342207024743, + 5.5802674583997405, + -0.14886597996158601, + 5.525465943715889, + -0.14910191172909115, + 5.469898678351385, + -0.14915897825769353, + 5.413884725089831, + -0.1491603410404661, + 5.357731660454623, + -0.1491603410404661, + 5.301575192483057, + -0.1491603410404661, + 5.245418724511491, + -0.1491603410404661, + 5.189262256539926, + -0.1491603410404661, + 5.1331057885683595, + -0.14916034104046613, + 5.0769493205967935, + -0.14916034104046613, + 5.020792852625228, + -0.1491603410404661, + 4.964636384653663, + -0.1491603410404661, + 4.908479916682097, + -0.14916034104046608, + 4.85232344871053, + -0.1491603410404661, + 4.796166980738965, + -0.1491603410404661, + 4.740010512767401, + -0.1491603410404661, + 4.683854044795833, + -0.1491603410404661, + 4.627697576824268, + -0.1491603410404661, + 4.571541108852704, + -0.1491603410404661, + 4.515384640881138, + -0.14916034104046613, + 4.459228172909571, + -0.1491603410404661, + 4.403071704938005, + -0.1491603410404661, + 4.3469152369664394, + -0.14916034104046608, + 4.290758768994874, + -0.14916034104046613, + 4.234602301023308, + -0.1491603410404661, + 4.178445833051742, + -0.1491603410404661, + 4.122289365080177, + -0.1491603410404661, + 4.066132897108611, + -0.1491603410404661, + 4.009976429137045, + -0.1491603410404661, + 3.9538199611654794, + -0.1491603410404661, + 3.8976634931939134, + -0.14916034104046613, + 3.8415070252223487, + -0.1491603410404661, + 3.7853505572507817, + -0.1491603410404661, + 3.729194089279216, + -0.1491603410404661, + 3.6730376213076514, + -0.14916034104046613, + 3.6168811533360854, + -0.1491603410404661, + 3.56072468536452, + -0.1491603410404661, + 3.504568217392953, + -0.1491603410404661, + 3.448411749421387, + -0.1491603410404661, + 3.3922552814498226, + -0.1491603410404661, + 3.3360988134782565, + -0.1491603410404661, + 3.2799423455066905, + -0.1491603410404661, + 3.2237858775351254, + -0.1491603410404661, + 3.1676294095635593, + -0.14915862140647018, + 3.111472941591993, + -0.14914075333448146, + 3.0553164736204272, + -0.14908661173289153, + 2.999160005648861, + -0.1489760446408109, + 2.9430035376772965, + -0.14878890009734994, + 2.8868470697057305, + -0.14850502614161917, + 2.830690601734164, + -0.148104270812729, + 2.7745341337625993, + -0.14756648214978993, + 2.7183776657910332, + -0.14687150819191233, + 2.662221197819467, + -0.14599919697820674, + 2.6060647298479016, + -0.14492939654778356, + 2.549908261876335, + -0.14364195493975326, + 2.493751793904771, + -0.1421167201932263, + 2.437595325933205, + -0.1403357383234439, + 2.3814321331717134, + -0.13832449542468675, + 2.3251225842888794, + -0.13614829873691855, + 2.268405213673317, + -0.13387392797239384, + 2.2110140506297715, + -0.1315681628433672, + 2.1526831244629863, + -0.1292977830620931, + 2.0931464644777047, + -0.12712956834082628, + 2.032138099978673, + -0.12513029839182108, + 1.9693920602706305, + -0.12336675292733208, + 1.904642374658322, + -0.12190571165961397, + 1.8376230724464941, + -0.12081395430092111, + 1.7680681829398854, + -0.12015826056350819, + 1.6957117354432427, + -0.12000541015962968, + 1.6202877592613079, + -0.12042216740333561, + 1.5415295258438135, + -0.121473707947041, + 1.459092117317915, + -0.12322225964937761, + 1.3724855339418827, + -0.1257297301344419, + 1.2812040149580373, + -0.1290580270263302, + 1.1847417996086995, + -0.13326905794913924, + 1.082593127136184, + -0.13842473052696536, + 0.9742522367828117, + -0.14458695238390504, + 0.8592133677909015, + -0.15181763114405475, + 0.7369707594027721, + -0.1601786744315108, + 0.6070186508607454, + -0.16973198987036997, + 0.4688512814071342, + -0.18053948508472867, + 0.3219628902842604, + -0.19266306769868297, + 0.16584771673444648, + -0.2061646453363303, + -1.1102230246251565e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.1557864585419959, + 0.0, + 0.15217683438628388, + 0.20452694842093608, + 0.14855685038814803, + 0.38553368095100776, + 0.1449722003942342, + 0.5449885310209724, + 0.14146857825118814, + 0.6848598320615876, + 0.13809167780565548, + 0.8071159175036106, + 0.13488719290428208, + 0.9137251207777988, + 0.13190081739371357, + 1.0066557753149097, + 0.12917824512059578, + 1.0878762145457006, + 0.12676516993157447, + 1.159354771900929, + 0.12470728567329531, + 1.2230597808113524, + 0.12305028619240406, + 1.2809595747077278, + 0.12183986533554649, + 1.3350224870208134, + 0.12112171694936831, + 1.3872168511813658, + 0.12093455939422511, + 1.4393785303359476, + 0.12125290091925786, + 1.4921239842337037, + 0.12201664486303357, + 1.5454124966008316, + 0.12316535915380931, + 1.5991969814428784, + 0.12463861171984228, + 1.6534303527653889, + 0.12637597048938945, + 1.708065524573909, + 0.12831700339070798, + 1.7630554108739844, + 0.13040127835205498, + 1.8183529256711612, + 0.13256836330168753, + 1.873910982970985, + 0.13475782616786267, + 1.9296824967790014, + 0.13690923487883755, + 1.9856203811007562, + 0.13896215736286927, + 2.0416775499417947, + 0.14085616154821493, + 2.097806917307664, + 0.1425321601848157, + 2.153962194759271, + 0.14396743501952866, + 2.2101186627308365, + 0.1451789419992745, + 2.266275130702402, + 0.14618564450159277, + 2.322431598673968, + 0.1470065059040231, + 2.378588066645534, + 0.147660489584105, + 2.4347445346170993, + 0.14816655891937813, + 2.4909010025886653, + 0.14854367728738208, + 2.5470574705602305, + 0.1488108080656564, + 2.6032139385317965, + 0.14898691463174074, + 2.6593704065033625, + 0.1490909603631746, + 2.715526874474928, + 0.14914190863749766, + 2.771683342446494, + 0.1491587228322494, + 2.82783981041806, + 0.14916034104046608, + 2.8839962783896254, + 0.1491603410404661, + 2.940152746361192, + 0.1491603410404661, + 2.996309214332757, + 0.1491603410404661, + 3.0524656823043226, + 0.14916034104046608, + 3.1086221502758886, + 0.1491603410404661, + 3.164778618247454, + 0.1491603410404661, + 3.22093508621902, + 0.14916034104046608, + 3.2770915541905854, + 0.1491603410404661, + 3.333248022162151, + 0.1491603410404661, + 3.3894044901337175, + 0.1491603410404661, + 3.4455609581052826, + 0.1491603410404661, + 3.5017174260768487, + 0.14916034104046608, + 3.557873894048414, + 0.1491603410404661, + 3.61403036201998, + 0.1491603410404661, + 3.670186829991546, + 0.14916034104046608, + 3.7263432979631115, + 0.1491603410404661, + 3.782499765934677, + 0.14916034104046608, + 3.8386562339062436, + 0.14916034104046608, + 3.8948127018778083, + 0.14916034104046608, + 3.950969169849374, + 0.14916034104046613, + 4.00712563782094, + 0.1491603410404661, + 4.0632821057925055, + 0.1491603410404661, + 4.1194385737640715, + 0.1491603410404661, + 4.175595041735638, + 0.14916034104046608, + 4.231751509707203, + 0.1491603410404661, + 4.287907977678769, + 0.1491603410404661, + 4.344064445650335, + 0.1491603410404661, + 4.400220913621899, + 0.1491603410404661, + 4.456377381593466, + 0.1491603410404661, + 4.512533849565031, + 0.1491603410404661, + 4.568690317536597, + 0.1491603410404661, + 4.624846785508162, + 0.14916034104046608, + 4.681003253479728, + 0.1491603410404661, + 4.737159721451294, + 0.1491603410404661, + 4.7933161894228595, + 0.1491603410404661, + 4.849472657394425, + 0.1491603410404661, + 4.905629125365992, + 0.14916034104046613, + 4.961785593337558, + 0.1491603410404661, + 5.017942061309123, + 0.1491603410404661, + 5.074098529280688, + 0.14915897825769353, + 5.130251593915896, + 0.1491019117290912, + 5.186265547177451, + 0.14886597996158601, + 5.241832812541956, + 0.14832342207024746, + 5.2966343272258065, + 0.14734647717014482, + 5.350351028445394, + 0.1458073843763476, + 5.402663853417113, + 0.14357838280392524, + 5.453253739357357, + 0.14053171156794703, + 5.501801623482518, + 0.13653960978348248, + 5.547988443008993, + 0.13147431656560085, + 5.591495135153171, + 0.12520807102937176, + 5.632002637131449, + 0.11761311228986446, + 5.669191886160217, + 0.10856167946214838, + 5.702743819455873, + 0.09792616308160096, + 5.732339500284302, + 0.08567133899905853, + 5.757736897859382, + 0.07201114518227965, + 5.778901395838615, + 0.05720110340112521, + 5.795832994222002, + 0.04149673542545666, + 5.808531693009541, + 0.025153563025135293, + 5.816997492201236, + 0.008427107970022173, + 5.821230391797082, + -0.008427107970021766, + 5.821230391797082, + -0.025153563025135085, + 5.816997492201236, + -0.041496735425456455, + 5.808531693009542, + -0.05720110340112485, + 5.7958329942220015, + -0.07201114518227932, + 5.778901395838616, + -0.08567133899905839, + 5.757736897859382, + -0.0979261630816008, + 5.7323395002843025, + -0.10856167946214812, + 5.702743819455874, + -0.11761311228986428, + 5.669191886160219, + -0.12520807102937165, + 5.63200263713145, + -0.1314743165656007, + 5.591495135153172, + -0.13653960978348234, + 5.547988443008995, + -0.14053171156794697, + 5.50180162348252, + -0.14357838280392524, + 5.453253739357359, + -0.14580738437634766, + 5.402663853417114, + -0.1473464771701448, + 5.350351028445395, + -0.14832342207024743, + 5.296634327225808, + -0.14886597996158601, + 5.241832812541958, + -0.14910191172909115, + 5.186265547177453, + -0.14915897825769353, + 5.130251593915898, + -0.1491603410404661, + 5.0740985292806915, + -0.1491603410404661, + 5.017942061309125, + -0.1491603410404661, + 4.961785593337558, + -0.1491603410404661, + 4.905629125365993, + -0.1491603410404661, + 4.849472657394428, + -0.14916034104046613, + 4.793316189422861, + -0.14916034104046613, + 4.737159721451296, + -0.1491603410404661, + 4.681003253479731, + -0.1491603410404661, + 4.624846785508165, + -0.14916034104046608, + 4.568690317536598, + -0.1491603410404661, + 4.512533849565033, + -0.1491603410404661, + 4.456377381593468, + -0.1491603410404661, + 4.400220913621902, + -0.1491603410404661, + 4.344064445650336, + -0.1491603410404661, + 4.287907977678771, + -0.1491603410404661, + 4.231751509707205, + -0.14916034104046613, + 4.1755950417356384, + -0.1491603410404661, + 4.119438573764073, + -0.1491603410404661, + 4.063282105792507, + -0.14916034104046608, + 4.007125637820942, + -0.14916034104046613, + 3.9509691698493765, + -0.1491603410404661, + 3.8948127018778096, + -0.1491603410404661, + 3.838656233906245, + -0.1491603410404661, + 3.7824997659346793, + -0.1491603410404661, + 3.726343297963113, + -0.1491603410404661, + 3.6701868299915468, + -0.1491603410404661, + 3.614030362019981, + -0.14916034104046613, + 3.557873894048417, + -0.1491603410404661, + 3.5017174260768495, + -0.1491603410404661, + 3.4455609581052835, + -0.1491603410404661, + 3.3894044901337192, + -0.14916034104046613, + 3.3332480221621537, + -0.1491603410404661, + 3.277091554190587, + -0.1491603410404661, + 3.220935086219021, + -0.1491603410404661, + 3.164778618247455, + -0.1491603410404661, + 3.1086221502758904, + -0.1491603410404661, + 3.0524656823043244, + -0.1491603410404661, + 2.9963092143327583, + -0.1491603410404661, + 2.940152746361193, + -0.1491603410404661, + 2.883996278389627, + -0.14915872283224937, + 2.8278398104180607, + -0.14914190863749763, + 2.7716833424464946, + -0.1490909603631746, + 2.715526874474929, + -0.14898691463174074, + 2.6593704065033648, + -0.1488108080656564, + 2.6032139385317987, + -0.1485436772873821, + 2.547057470560232, + -0.14816655891937816, + 2.490901002588667, + -0.14766048958410502, + 2.4347445346171015, + -0.14700650590402306, + 2.378588066645535, + -0.14618564450159277, + 2.3224315986739694, + -0.1451789419992745, + 2.2662751307024034, + -0.14396743501952872, + 2.2101186627308382, + -0.14253216018481576, + 2.153962194759272, + -0.14085616154821495, + 2.0978069173076648, + -0.13896215736286932, + 2.041677549941797, + -0.1369092348788376, + 1.9856203811007578, + -0.1347578261678627, + 1.9296824967790027, + -0.13256836330168753, + 1.8739109829709861, + -0.13040127835205498, + 1.818352925671162, + -0.12831700339070803, + 1.7630554108739862, + -0.1263759704893895, + 1.7080655245739105, + -0.12463861171984227, + 1.6534303527653897, + -0.1231653591538094, + 1.5991969814428804, + -0.12201664486303357, + 1.5454124966008331, + -0.12125290091925787, + 1.4921239842337046, + -0.12093455939422512, + 1.4393785303359485, + -0.1211217169493683, + 1.3872168511813663, + -0.12183986533554646, + 1.335022487020815, + -0.12305028619240403, + 1.2809595747077291, + -0.1247072856732953, + 1.2230597808113535, + -0.1267651699315744, + 1.1593547719009312, + -0.12917824512059572, + 1.0878762145457026, + -0.13190081739371354, + 1.0066557753149115, + -0.13488719290428203, + 0.9137251207778003, + -0.13809167780565546, + 0.8071159175036116, + -0.14146857825118803, + 0.684859832061591, + -0.14497220039423414, + 0.5449885310209753, + -0.148556850388148, + 0.38553368095101004, + -0.15217683438628377, + 0.20452694842094205, + -0.1557864585419959, + 3.3306690738754696e-16 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0009/geometry.png b/samples/sample_0009/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..fb8a9017a1a04d780a77504a4ebc866ce9275067 --- /dev/null +++ b/samples/sample_0009/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73929428a19919349e5cac4eb96f66361860c960563f7f54766e08c96eaee41 +size 207521 diff --git a/samples/sample_0009/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0009/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..1ce9e15d094bd2b1799d13c7d5971d8a473a5c6f --- /dev/null +++ b/samples/sample_0009/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1481c347ad64f22b80fbb56b873f4ce41b4068f818e7860512c227a3c43d9b38 +size 14740 diff --git a/samples/sample_0009/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0009/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..4ef6e328a92372ecbedefbfd79dcd664a3fcb69e --- /dev/null +++ b/samples/sample_0009/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,177 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:21.443667+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 10.759180186099051, + "widths": [ + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032 + ], + "segment_heights": [ + 2.604954825570059, + 2.604954825570059, + 2.604954825570059, + 2.604954825570059 + ], + "height_bg": 2.6512524685041905, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8841831465360701, + 0.5407654087493365, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9092439033330291, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0009/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0009/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..0786759ffbd39ba509336cd85649fbb181b509f3 --- /dev/null +++ b/samples/sample_0009/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bed424657fb2d63d3005c5c699fabaf14dfeaa26812aaa9fd5d53097b6eb11 +size 14742 diff --git a/samples/sample_0009/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0009/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..faa6173b0ea2b46b80fc4e241cfaed50c54637e1 --- /dev/null +++ b/samples/sample_0009/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,177 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:21.443946+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 10.759180186099051, + "widths": [ + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032 + ], + "segment_heights": [ + 2.604954825570059, + 2.604954825570059, + 2.604954825570059, + 2.604954825570059 + ], + "height_bg": 2.6512524685041905, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8841831465360701, + 0.5407654087493365, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9092439033330291, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0009/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0009/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..9138d057ba15c8a0d6137a3574d51284c9e682a6 --- /dev/null +++ b/samples/sample_0009/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feebcff7ca24ad30a1c11f383dd03feb30fa373249a32d5f89d4d8943a0d46f1 +size 14741 diff --git a/samples/sample_0009/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0009/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..86fba72e4a390267ca4fc1eb863dde9bb6d088b7 --- /dev/null +++ b/samples/sample_0009/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,177 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:21.444918+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 10.759180186099051, + "widths": [ + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032 + ], + "segment_heights": [ + 2.604954825570059, + 2.604954825570059, + 2.604954825570059, + 2.604954825570059 + ], + "height_bg": 2.6512524685041905, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8841831465360701, + 0.5407654087493365, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9092439033330291, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0009/ooc/oc_sweep_manifest.json b/samples/sample_0009/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..fb6f000b7e08c27750db72e949516342236d39da --- /dev/null +++ b/samples/sample_0009/ooc/oc_sweep_manifest.json @@ -0,0 +1,1140 @@ +{ + "created_at": "2026-07-06T17:30:29.223994+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0009", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:21.443667+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 10.759180186099051, + "widths": [ + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032 + ], + "segment_heights": [ + 2.604954825570059, + 2.604954825570059, + 2.604954825570059, + 2.604954825570059 + ], + "height_bg": 2.6512524685041905, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8841831465360701, + 0.5407654087493365, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9092439033330291, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:21.443946+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 10.759180186099051, + "widths": [ + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032 + ], + "segment_heights": [ + 2.604954825570059, + 2.604954825570059, + 2.604954825570059, + 2.604954825570059 + ], + "height_bg": 2.6512524685041905, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8841831465360701, + 0.5407654087493365, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9092439033330291, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:21.444918+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 10.759180186099051, + "widths": [ + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032 + ], + "segment_heights": [ + 2.604954825570059, + 2.604954825570059, + 2.604954825570059, + 2.604954825570059 + ], + "height_bg": 2.6512524685041905, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8841831465360701, + 0.5407654087493365, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9092439033330291, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:21.445325+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 10.759180186099051, + "widths": [ + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032 + ], + "segment_heights": [ + 2.604954825570059, + 2.604954825570059, + 2.604954825570059, + 2.604954825570059 + ], + "height_bg": 2.6512524685041905, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8841831465360701, + 0.5407654087493365, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9092439033330291, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:21.445173+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 10.759180186099051, + "widths": [ + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032 + ], + "segment_heights": [ + 2.604954825570059, + 2.604954825570059, + 2.604954825570059, + 2.604954825570059 + ], + "height_bg": 2.6512524685041905, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8841831465360701, + 0.5407654087493365, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9092439033330291, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:21.444581+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 10.759180186099051, + "widths": [ + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032 + ], + "segment_heights": [ + 2.604954825570059, + 2.604954825570059, + 2.604954825570059, + 2.604954825570059 + ], + "height_bg": 2.6512524685041905, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8841831465360701, + 0.5407654087493365, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9092439033330291, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} \ No newline at end of file diff --git a/samples/sample_0009/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0009/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..92a9bad6bbf179682a9bd1c24695a24c326e8a09 --- /dev/null +++ b/samples/sample_0009/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce04d72450af446d48ed2d1a7c5dfcb39da9429f3ca2b3ca451736b46483a34 +size 14738 diff --git a/samples/sample_0009/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0009/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..9370b4450ddd1765ea80b8bcf8ec5f7e74ad3597 --- /dev/null +++ b/samples/sample_0009/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,177 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:21.445325+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 10.759180186099051, + "widths": [ + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032 + ], + "segment_heights": [ + 2.604954825570059, + 2.604954825570059, + 2.604954825570059, + 2.604954825570059 + ], + "height_bg": 2.6512524685041905, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8841831465360701, + 0.5407654087493365, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9092439033330291, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0009/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0009/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..814902b3e2b5f6aee0c2984d310f49b5733fbb88 --- /dev/null +++ b/samples/sample_0009/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a670d3a757fc87b250de07fd99c991c98014a5bb008664720cbc5acc1a2c9e5 +size 14741 diff --git a/samples/sample_0009/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0009/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..340068c49ca8f4077073da1989ff1f49225c3c87 --- /dev/null +++ b/samples/sample_0009/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,177 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:21.445173+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 10.759180186099051, + "widths": [ + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032 + ], + "segment_heights": [ + 2.604954825570059, + 2.604954825570059, + 2.604954825570059, + 2.604954825570059 + ], + "height_bg": 2.6512524685041905, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8841831465360701, + 0.5407654087493365, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9092439033330291, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0009/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0009/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..a529fea8b826024caeb412b79588bc178aadded0 --- /dev/null +++ b/samples/sample_0009/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4082b062b4d26095748499ddb7357c1f400a3b64de96f9e30e85ad5457156a8 +size 14743 diff --git a/samples/sample_0009/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0009/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a9831c201f0061c7130f0b590ee5f0664974ea2c --- /dev/null +++ b/samples/sample_0009/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,177 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:21.444581+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 10.759180186099051, + "widths": [ + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032, + 1.3555209128089032 + ], + "segment_heights": [ + 2.604954825570059, + 2.604954825570059, + 2.604954825570059, + 2.604954825570059 + ], + "height_bg": 2.6512524685041905, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8841831465360701, + 0.5407654087493365, + 0.55, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.9092439033330291, + 0.75, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0009/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0010/domain_ids.npz b/samples/sample_0010/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..e710835bc215fe3ed02add4e24a19e2f56b797da --- /dev/null +++ b/samples/sample_0010/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b864fb808138a31e474c00161d60a62da9ca6f445505f1a3d150c0c2ab2f96 +size 3047 diff --git a/samples/sample_0010/geometry.json b/samples/sample_0010/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..0472e875929212f82abfa77809e3cdcc65a28baa --- /dev/null +++ b/samples/sample_0010/geometry.json @@ -0,0 +1,1604 @@ +{ + "created_at": "2026-07-07T07:12:04.965197+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010", + "sample_kind": "interior", + "sample_label": "interior_0010", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.8573761045616217, + "height_bg_ratio": 0.669141726373635, + "n_segments": 0.4371451660201048, + "width_ratio": 0.907794239955642, + "segment_height_ratio": 0.03393718085173425, + "n_interfaces": 0.7132276091131526, + "interface_0_width_frac_0": 0.8184052358185566, + "interface_0_width_frac_1": 0.46419342672560393, + "interface_0_width_frac_2": 0.6104104760121821, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.3559292795279697, + "interface_0_height_frac_1": 0.9378033502946902, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.6291195861141111, + "interface_1_width_frac_1": 0.15992143324565544, + "interface_1_width_frac_2": 0.6672378480459271, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.4494091477673976, + "interface_1_height_frac_1": 0.7570816154010919, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.928688052280811, + "widths": [ + 0.853897119977821, + 0.853897119977821, + 0.853897119977821, + 0.853897119977821, + 0.853897119977821, + 0.853897119977821, + 0.853897119977821, + 0.853897119977821 + ], + "segment_heights": [ + 0.49581519414984127, + 0.49581519414984127, + 0.49581519414984127, + 0.49581519414984127, + 0.49581519414984127, + 0.49581519414984127, + 0.49581519414984127 + ], + "height_bg": 2.0037125895604526, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8001228797002062, + 0.6053063846990822, + 0.6857257618067002, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.6960157723627611, + 0.4379567882851105, + 0.7169808164252599, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.5457611037403833, + 0.8657918426620796, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.5971750312720687, + 0.7663948884706006, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.9643440261404055, + -2.0, + 0.9643440261404055, + -2.0, + 0.9643440261404055, + 6.692120838206206, + -0.9643440261404055, + 6.692120838206206 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.9643440261404055, + 0.0, + 0.9643440261404055, + 0.0, + 0.9643440261404055, + 2.0037125895604526, + -0.9643440261404055, + 2.0037125895604526 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.5122858086756377, + 0.0, + 0.5273336509178805, + 0.13579189421521462, + 0.5400015744565979, + 0.26101176826475103, + 0.5504790125717312, + 0.3763502693581559, + 0.5589553985432225, + 0.4824980447049764, + 0.5656201656510127, + 0.5801457415147591, + 0.570662747175043, + 0.6699840069970505, + 0.5742725763952553, + 0.752703488361398, + 0.576639086591591, + 0.8289948328173481, + 0.5779517110439913, + 0.8995486875744476, + 0.578399883032398, + 0.9650556998422435, + 0.5781730358367521, + 1.0262065168302823, + 0.5774606027369951, + 1.083691785748111, + 0.5764520170130687, + 1.1382021538052765, + 0.5753367119449141, + 1.1904282682113254, + 0.5743041208124728, + 1.2410607761758046, + 0.5735316072247452, + 1.2907546246866415, + 0.5730685201189619, + 1.3397861131137028, + 0.5728871049240226, + 1.3882034805633676, + 0.5729585474543676, + 1.4360518319661788, + 0.5732540335244374, + 1.4833762722526798, + 0.5737447489486727, + 1.5302219063534135, + 0.5744018795415137, + 1.5766338391989239, + 0.5751966111174014, + 1.6226571757197539, + 0.5761001294907759, + 1.6683370208464463, + 0.577083620476078, + 1.713718479509545, + 0.5781182698877482, + 1.758846656639593, + 0.5791752635402267, + 1.803766657167134, + 0.5802257872479546, + 1.8485235860227105, + 0.5812410268253719, + 1.8931625481368664, + 0.5821921680869196, + 1.9377286484401446, + 0.5830507386218604, + 1.9822665641498187, + 0.5838028447662831, + 2.0268027279459413, + 0.5844543146306314, + 2.071338891742064, + 0.5850123762350206, + 2.115875055538187, + 0.585484257599567, + 2.1604112193343097, + 0.5858771867443863, + 2.204947383130432, + 0.5861983916895942, + 2.2494835469265544, + 0.5864551004553067, + 2.2940197107226776, + 0.5866545410616398, + 2.3385558745188004, + 0.5868039415287092, + 2.383092038314923, + 0.586910529876631, + 2.427628202111046, + 0.5869815341255205, + 2.472164365907168, + 0.5870241822954941, + 2.516700529703291, + 0.5870457024066674, + 2.5612366934994135, + 0.5870533224791564, + 2.6057728572955363, + 0.587054269984752, + 2.650309021091659, + 0.587054269984752, + 2.6948451848877815, + 0.5870542699847521, + 2.7393813486839043, + 0.587054269984752, + 2.783917512480027, + 0.587054269984752, + 2.82845367627615, + 0.587054269984752, + 2.8729898400722726, + 0.587054269984752, + 2.9175260038683954, + 0.587054269984752, + 2.962062167664518, + 0.587054269984752, + 3.0065983314606406, + 0.587054269984752, + 3.051134495256763, + 0.587054269984752, + 3.0956706590528857, + 0.5870542699847519, + 3.1402068228490085, + 0.587054269984752, + 3.1847429866451313, + 0.587054269984752, + 3.229279150441254, + 0.587054269984752, + 3.273815314237377, + 0.5870542699847519, + 3.318351478033499, + 0.587054269984752, + 3.362887641829622, + 0.587054269984752, + 3.407423805625745, + 0.587054269984752, + 3.4519599694218672, + 0.587054269984752, + 3.49649613321799, + 0.5870542699847519, + 3.5410322970141133, + 0.587054269984752, + 3.585568460810236, + 0.587054269984752, + 3.6301046246063584, + 0.5870542699847519, + 3.674640788402481, + 0.5870542699847519, + 3.719176952198603, + 0.587054269984752, + 3.7637131159947264, + 0.587054269984752, + 3.8082492797908483, + 0.587054269984752, + 3.852785443586972, + 0.5870542699847519, + 3.897321607383094, + 0.587054269984752, + 3.941857771179217, + 0.587054269984752, + 3.98639393497534, + 0.5870489064448182, + 4.0309269844330595, + 0.5868839527606499, + 4.075367367905032, + 0.5862406011118292, + 4.119529969693269, + 0.5847915265751726, + 4.163224728645739, + 0.5822094042274975, + 4.206261583610414, + 0.5781669091456197, + 4.248450473435261, + 0.5723367164063567, + 4.289601336968252, + 0.564391501086525, + 4.329524113057356, + 0.5540039382629413, + 4.368028740550542, + 0.5408467030124225, + 4.404925158295781, + 0.5245924704117852, + 4.440023305141044, + 0.504913915537846, + 4.473133119934299, + 0.4814837134674221, + 4.504064541523515, + 0.4539745392773301, + 4.532627508756665, + 0.42205906804438664, + 4.5586319604817165, + 0.38541057079428953, + 4.581887950892508, + 0.3439513506916096, + 4.602253734336965, + 0.2982369065875474, + 4.6197101201465, + 0.24892188832846887, + 4.634257108321115, + 0.19666094576074175, + 4.645894698860804, + 0.14210872873073188, + 4.654622891765571, + 0.08591988708480505, + 4.660441687035417, + 0.028749070669329146, + 4.66335108467034, + -0.028749070669329913, + 4.66335108467034, + -0.08591988708480651, + 4.660441687035417, + -0.14210872873073263, + 4.654622891765571, + -0.19666094576074244, + 4.645894698860803, + -0.2489218883284696, + 4.634257108321114, + -0.2982369065875481, + 4.6197101201465, + -0.3439513506916102, + 4.602253734336966, + -0.3854105707942901, + 4.581887950892507, + -0.4220590680443872, + 4.558631960481716, + -0.4539745392773305, + 4.532627508756663, + -0.48148371346742247, + 4.5040645415235145, + -0.5049139155378466, + 4.473133119934297, + -0.5245924704117855, + 4.440023305141041, + -0.5408467030124227, + 4.40492515829578, + -0.5540039382629416, + 4.368028740550541, + -0.5643915010865251, + 4.329524113057354, + -0.5723367164063569, + 4.289601336968251, + -0.5781669091456199, + 4.24845047343526, + -0.5822094042274975, + 4.206261583610411, + -0.5847915265751727, + 4.163224728645738, + -0.5862406011118292, + 4.119529969693267, + -0.5868839527606499, + 4.07536736790503, + -0.5870489064448181, + 4.030926984433057, + -0.5870542699847521, + 3.986393934975338, + -0.587054269984752, + 3.941857771179216, + -0.587054269984752, + 3.8973216073830925, + -0.587054269984752, + 3.85278544358697, + -0.587054269984752, + 3.8082492797908474, + -0.587054269984752, + 3.763713115994724, + -0.587054269984752, + 3.719176952198602, + -0.5870542699847519, + 3.67464078840248, + -0.587054269984752, + 3.630104624606356, + -0.587054269984752, + 3.585568460810233, + -0.5870542699847519, + 3.541032297014111, + -0.587054269984752, + 3.4964961332179882, + -0.587054269984752, + 3.4519599694218654, + -0.5870542699847521, + 3.4074238056257435, + -0.587054269984752, + 3.3628876418296203, + -0.5870542699847519, + 3.3183514780334966, + -0.5870542699847519, + 3.273815314237375, + -0.587054269984752, + 3.229279150441252, + -0.587054269984752, + 3.184742986645129, + -0.5870542699847519, + 3.1402068228490063, + -0.5870542699847519, + 3.095670659052884, + -0.5870542699847521, + 3.0511344952567625, + -0.587054269984752, + 3.006598331460639, + -0.587054269984752, + 2.9620621676645156, + -0.5870542699847521, + 2.9175260038683946, + -0.5870542699847521, + 2.8729898400722713, + -0.587054269984752, + 2.8284536762761476, + -0.5870542699847521, + 2.783917512480026, + -0.5870542699847519, + 2.739381348683903, + -0.5870542699847519, + 2.6948451848877797, + -0.587054269984752, + 2.650309021091658, + -0.5870533224791564, + 2.605772857295535, + -0.5870457024066674, + 2.5612366934994117, + -0.587024182295494, + 2.51670052970329, + -0.5869815341255205, + 2.472164365907167, + -0.5869105298766307, + 2.4276282021110434, + -0.5868039415287092, + 2.3830920383149214, + -0.58665454106164, + 2.3385558745187986, + -0.5864551004553068, + 2.2940197107226754, + -0.5861983916895941, + 2.2494835469265535, + -0.5858771867443862, + 2.2049473831304303, + -0.5854842575995669, + 2.1604112193343075, + -0.5850123762350206, + 2.115875055538185, + -0.5844543146306312, + 2.0713388917420623, + -0.5838028447662831, + 2.0268027279459395, + -0.5830507386218603, + 1.9822665641498172, + -0.5821921680869195, + 1.9377286484401428, + -0.5812410268253719, + 1.8931625481368641, + -0.5802257872479546, + 1.848523586022709, + -0.5791752635402267, + 1.8037666571671322, + -0.5781182698877481, + 1.758846656639591, + -0.5770836204760781, + 1.713718479509544, + -0.5761001294907759, + 1.6683370208464445, + -0.5751966111174014, + 1.6226571757197514, + -0.5744018795415137, + 1.5766338391989225, + -0.5737447489486727, + 1.530221906353412, + -0.5732540335244375, + 1.4833762722526789, + -0.5729585474543676, + 1.4360518319661773, + -0.5728871049240227, + 1.3882034805633658, + -0.5730685201189619, + 1.3397861131137017, + -0.573531607224745, + 1.2907546246866397, + -0.5743041208124731, + 1.2410607761758028, + -0.5753367119449141, + 1.1904282682113243, + -0.5764520170130687, + 1.138202153805275, + -0.5774606027369951, + 1.0836917857481088, + -0.578173035836752, + 1.026206516830281, + -0.578399883032398, + 0.9650556998422417, + -0.5779517110439913, + 0.8995486875744451, + -0.576639086591591, + 0.8289948328173468, + -0.5742725763952553, + 0.7527034883613958, + -0.5706627471750428, + 0.6699840069970474, + -0.5656201656510125, + 0.5801457415147574, + -0.5589553985432223, + 0.48249804470497376, + -0.5504790125717312, + 0.3763502693581522, + -0.5400015744565977, + 0.2610117682647491, + -0.5273336509178801, + 0.13579189421521137, + -0.5122858086756377, + -8.881784197001252e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.3416113113021833, + 0.0, + 0.3265634690599406, + 0.052315141541386646, + 0.31389554552122323, + 0.10319788139435342, + 0.3034181074060896, + 0.1526487038112811, + 0.2949417214345986, + 0.20066809304455074, + 0.28827695432680855, + 0.24725653334654318, + 0.283234372802778, + 0.2924145089696391, + 0.2796245435825656, + 0.33614250416621977, + 0.27725803338623, + 0.37844100318866586, + 0.2759454089338297, + 0.4193104902893583, + 0.27549723694542316, + 0.458751449720678, + 0.275724084141069, + 0.4967643657350057, + 0.2764365172408259, + 0.5333497225847226, + 0.2774451029647523, + 0.5685080045222092, + 0.2785604080329068, + 0.6022396957998468, + 0.27959299916534797, + 0.634545280670016, + 0.280365512753076, + 0.6654303664660264, + 0.28082859985885905, + 0.694954897505738, + 0.28101001505379836, + 0.7232115453880587, + 0.28093857252345344, + 0.7502934314748306, + 0.28064308645338354, + 0.7762936771278963, + 0.28015237102914836, + 0.8013054037090979, + 0.2794952404363072, + 0.8254217325802774, + 0.27870050886041964, + 0.8487357851032774, + 0.2777969904870451, + 0.8713406826399401, + 0.27681349950174305, + 0.8933295465521078, + 0.2757788500900729, + 0.9147954982016226, + 0.2747218564375942, + 0.9358316589503272, + 0.2736713327298665, + 0.9565311501600633, + 0.2726560931524491, + 0.9769870931926734, + 0.2717049518909015, + 0.9972926094100001, + 0.27084638135596084, + 1.0175399371386684, + 0.2700942752115379, + 1.0377836479550877, + 0.2694428053471897, + 1.0580273587715072, + 0.26888474374280036, + 1.0782710695879263, + 0.268412862378254, + 1.0985147804043458, + 0.26801993323343476, + 1.1187584912207653, + 0.26769872828822683, + 1.1390022020371844, + 0.26744201952251423, + 1.1592459128536043, + 0.2672425789161812, + 1.1794896236700234, + 0.26709317844911185, + 1.199733334486443, + 0.2669865901011902, + 1.2199770453028627, + 0.2669155858523005, + 1.2402207561192815, + 0.266872937682327, + 1.2604644669357012, + 0.2668514175711536, + 1.2807081777521203, + 0.2668437974986646, + 1.30095188856854, + 0.26684284999306906, + 1.3211955993849593, + 0.2668428499930691, + 1.3414393102013784, + 0.26684284999306906, + 1.3616830210177981, + 0.26684284999306906, + 1.3819267318342177, + 0.26684284999306906, + 1.402170442650637, + 0.26684284999306906, + 1.4224141534670565, + 0.2668428499930691, + 1.442657864283476, + 0.26684284999306906, + 1.462901575099895, + 0.26684284999306906, + 1.4831452859163143, + 0.26684284999306906, + 1.503388996732734, + 0.26684284999306906, + 1.5236327075491534, + 0.26684284999306906, + 1.5438764183655729, + 0.26684284999306906, + 1.564120129181992, + 0.26684284999306906, + 1.5843638399984117, + 0.26684284999306906, + 1.6046075508148312, + 0.266842849993069, + 1.6248512616312505, + 0.26684284999306906, + 1.6450949724476698, + 0.26684284999306906, + 1.6653386832640893, + 0.26684284999306906, + 1.6855823940805084, + 0.26684284999306906, + 1.7058261048969279, + 0.26684284999306906, + 1.7260698157133472, + 0.26684284999306906, + 1.746313526529767, + 0.26684284999306906, + 1.7665572373461864, + 0.2668428499930691, + 1.786800948162606, + 0.26684284999306906, + 1.807044658979025, + 0.26684284999306906, + 1.8272883697954445, + 0.26684284999306906, + 1.8475320806118638, + 0.26684284999306906, + 1.867775791428283, + 0.266842849993069, + 1.8880195022447026, + 0.26684284999306906, + 1.908263213061122, + 0.26684284999306906, + 1.9285069238775416, + 0.2668404120203719, + 1.9487492190855957, + 0.2667654330730227, + 1.9689493933910382, + 0.26647300050537687, + 1.9890233032947822, + 0.26581433026144213, + 2.008884557364087, + 0.2646406382852261, + 2.028446764166212, + 0.2628031405207362, + 2.047623532268415, + 0.2601530529119803, + 2.0663284702379565, + 0.2565415914029659, + 2.0844751866420936, + 0.25181997193770056, + 2.101977290048088, + 0.245839410460192, + 2.118748389023197, + 0.23845112291444787, + 2.1347020921346793, + 0.22950632524447545, + 2.1497520079497954, + 0.21885623339428278, + 2.163811745035803, + 0.2063520633078773, + 2.176794911959962, + 0.19184503092926664, + 2.188615117289531, + 0.17518662308831343, + 2.1991860220217085, + 0.15634152304164073, + 2.208443196314644, + 0.13556223026706699, + 2.21637791713716, + 0.11314631287657675, + 2.222990184489257, + 0.08939133898215533, + 2.2282799983709345, + 0.06459487669578722, + 2.2322473587821925, + 0.03905449412945684, + 2.2348922657230315, + 0.013067759395149616, + 2.236214719193451, + -0.01306775939514996, + 2.2362147191934505, + -0.039054494129457495, + 2.234892265723031, + -0.06459487669578756, + 2.2322473587821925, + -0.08939133898215565, + 2.2282799983709345, + -0.11314631287657709, + 2.222990184489257, + -0.1355622302670673, + 2.21637791713716, + -0.156341523041641, + 2.208443196314644, + -0.17518662308831368, + 2.199186022021708, + -0.19184503092926689, + 2.1886151172895305, + -0.2063520633078775, + 2.1767949119599614, + -0.21885623339428295, + 2.1638117450358028, + -0.22950632524447576, + 2.1497520079497945, + -0.23845112291444792, + 2.134702092134679, + -0.2458394104601921, + 2.118748389023196, + -0.2518199719377007, + 2.1019772900480875, + -0.25654159140296595, + 2.084475186642093, + -0.2601530529119804, + 2.0663284702379556, + -0.2628031405207363, + 2.047623532268414, + -0.26464063828522605, + 2.028446764166211, + -0.26581433026144213, + 2.008884557364086, + -0.26647300050537687, + 1.9890233032947813, + -0.26676543307302264, + 1.9689493933910371, + -0.26684041202037184, + 1.9487492190855946, + -0.2668428499930691, + 1.9285069238775407, + -0.26684284999306906, + 1.9082632130611217, + -0.26684284999306906, + 1.888019502244702, + -0.26684284999306906, + 1.8677757914282824, + -0.26684284999306906, + 1.8475320806118631, + -0.26684284999306906, + 1.8272883697954436, + -0.26684284999306906, + 1.8070446589790243, + -0.26684284999306906, + 1.7868009481626053, + -0.26684284999306906, + 1.7665572373461853, + -0.26684284999306906, + 1.746313526529766, + -0.266842849993069, + 1.7260698157133467, + -0.26684284999306906, + 1.7058261048969272, + -0.26684284999306906, + 1.685582394080508, + -0.26684284999306906, + 1.6653386832640888, + -0.26684284999306906, + 1.645094972447669, + -0.26684284999306906, + 1.6248512616312494, + -0.26684284999306906, + 1.6046075508148303, + -0.26684284999306906, + 1.5843638399984108, + -0.26684284999306906, + 1.564120129181991, + -0.266842849993069, + 1.543876418365572, + -0.26684284999306906, + 1.5236327075491525, + -0.26684284999306906, + 1.5033889967327336, + -0.266842849993069, + 1.483145285916314, + -0.2668428499930691, + 1.4629015750998942, + -0.26684284999306906, + 1.4426578642834753, + -0.26684284999306906, + 1.4224141534670556, + -0.26684284999306906, + 1.402170442650636, + -0.26684284999306906, + 1.3819267318342172, + -0.26684284999306906, + 1.3616830210177973, + -0.26684284999306906, + 1.3414393102013777, + -0.26684284999306906, + 1.321195599384959, + -0.26684379749866455, + 1.3009518885685392, + -0.2668514175711536, + 1.2807081777521196, + -0.26687293768232695, + 1.2604644669357006, + -0.2669155858523005, + 1.240220756119281, + -0.2669865901011902, + 1.2199770453028613, + -0.2670931784491118, + 1.1997333344864423, + -0.2672425789161812, + 1.179489623670023, + -0.26744201952251423, + 1.159245912853603, + -0.26769872828822683, + 1.139002202037184, + -0.2680199332334348, + 1.1187584912207642, + -0.26841286237825407, + 1.098514780404345, + -0.26888474374280036, + 1.0782710695879256, + -0.26944280534718973, + 1.0580273587715063, + -0.2700942752115379, + 1.0377836479550868, + -0.27084638135596073, + 1.0175399371386675, + -0.2717049518909015, + 0.9972926094099993, + -0.2726560931524491, + 0.9769870931926726, + -0.2736713327298665, + 0.9565311501600626, + -0.2747218564375943, + 0.9358316589503263, + -0.27577885009007297, + 0.9147954982016216, + -0.27681349950174317, + 0.8933295465521072, + -0.2777969904870451, + 0.8713406826399394, + -0.27870050886041964, + 0.8487357851032762, + -0.2794952404363072, + 0.8254217325802766, + -0.28015237102914836, + 0.8013054037090969, + -0.28064308645338365, + 0.7762936771278959, + -0.28093857252345344, + 0.7502934314748299, + -0.2810100150537984, + 0.7232115453880577, + -0.28082859985885905, + 0.6949548975057374, + -0.28036551275307586, + 0.6654303664660253, + -0.2795929991653481, + 0.6345452806700149, + -0.2785604080329068, + 0.6022396957998462, + -0.27744510296475233, + 0.5685080045222083, + -0.2764365172408259, + 0.5333497225847211, + -0.275724084141069, + 0.49676436573500504, + -0.27549723694542316, + 0.4587514497206769, + -0.2759454089338297, + 0.4193104902893568, + -0.27725803338623006, + 0.3784410031886651, + -0.2796245435825657, + 0.3361425041662186, + -0.2832343728027781, + 0.2924145089696375, + -0.28827695432680855, + 0.24725653334654227, + -0.2949417214345987, + 0.20066809304454944, + -0.3034181074060899, + 0.15264870381127935, + -0.3138955455212233, + 0.10319788139435249, + -0.3265634690599408, + 0.052315141541385224, + -0.3416113113021833, + -4.996003610813204e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.2971629317398502, + 0.0, + 0.27768598810621575, + 0.0566865954586374, + 0.262210671908227, + 0.1107615785705093, + 0.2503922870476626, + 0.16232990085351004, + 0.24188613742630177, + 0.2114965138255341, + 0.23634752694592315, + 0.2583663690044758, + 0.23343175950830547, + 0.3030444179082293, + 0.2327941390152278, + 0.3456356120546892, + 0.2340899693684689, + 0.38624490296174974, + 0.23697455446980764, + 0.42497724214730537, + 0.2411031982210228, + 0.46193758112925043, + 0.24613120452389325, + 0.49723087142547917, + 0.2517138772801979, + 0.5309620645538862, + 0.2575065203917155, + 0.5632361120323655, + 0.263164437760225, + 0.5941579653788118, + 0.26834293328750525, + 0.6238325761111194, + 0.27272033945202245, + 0.6523631017797884, + 0.2762192369557634, + 0.6798336725609833, + 0.2789093177238058, + 0.7063169584029478, + 0.2808622953944069, + 0.7318854717588457, + 0.28214988360582366, + 0.7566117250818406, + 0.28284379599631365, + 0.7805682308250965, + 0.28301574620413383, + 0.8038275014417774, + 0.2827374478675416, + 0.8264620493850467, + 0.282080614624794, + 0.8485443871080688, + 0.28111696011414833, + 0.8701470270640069, + 0.27991819797386175, + 0.8913424817060251, + 0.27855604184219157, + 0.9122032634872875, + 0.277102205357395, + 0.9328018848609573, + 0.2756284021577292, + 0.9532108582801989, + 0.27420634588145143, + 0.9735026961981758, + 0.27290696631515177, + 0.9937492234594458, + 0.27176775726870644, + 1.0139929342758651, + 0.27078098117539134, + 1.0342366450922846, + 0.2699356898120534, + 1.0544803559087037, + 0.26922093495553967, + 1.0747240667251232, + 0.268625768382697, + 1.0949677775415425, + 0.2681392418703725, + 1.115211488357962, + 0.2677504071954132, + 1.1354551991743813, + 0.2674483161346661, + 1.1556989099908008, + 0.26722202046497817, + 1.1759426208072201, + 0.2670605719631964, + 1.1961863316236399, + 0.2669530224061678, + 1.216430042440059, + 0.26688842357073944, + 1.2366737532564784, + 0.2668558272337583, + 1.2569174640728977, + 0.26684428517207137, + 1.2771611748893172, + 0.26684284999306906, + 1.2974048857057365, + 0.2668428499930691, + 1.3176485965221558, + 0.26684284999306906, + 1.3378923073385753, + 0.26684284999306906, + 1.3581360181549949, + 0.26684284999306906, + 1.3783797289714141, + 0.26684284999306906, + 1.3986234397878337, + 0.2668428499930691, + 1.4188671506042532, + 0.26684284999306906, + 1.4391108614206725, + 0.26684284999306906, + 1.4593545722370918, + 0.26684284999306906, + 1.4795982830535113, + 0.26684284999306906, + 1.4998419938699306, + 0.26684284999306906, + 1.5200857046863498, + 0.26684284999306906, + 1.5403294155027694, + 0.26684284999306906, + 1.5605731263191887, + 0.26684284999306906, + 1.5808168371356082, + 0.266842849993069, + 1.6010605479520272, + 0.26684284999306906, + 1.621304258768447, + 0.26684284999306906, + 1.6415479695848665, + 0.26684284999306906, + 1.6617916804012856, + 0.26684284999306906, + 1.6820353912177053, + 0.26684284999306906, + 1.7022791020341246, + 0.26684284999306906, + 1.722522812850544, + 0.26684284999306906, + 1.7427665236669634, + 0.2668428499930691, + 1.7630102344833831, + 0.26684284999306906, + 1.7832539452998022, + 0.26684284999306906, + 1.8034976561162215, + 0.26684284999306906, + 1.8237413669326412, + 0.26684284999306906, + 1.8439850777490605, + 0.266842849993069, + 1.8642287885654796, + 0.26684284999306906, + 1.884472499381899, + 0.26684284999306906, + 1.9047162101983188, + 0.2668404120203719, + 1.924958505406373, + 0.2667654330730227, + 1.9451586797118152, + 0.26647300050537687, + 1.9652325896155594, + 0.26581433026144213, + 1.9850938436848642, + 0.2646406382852261, + 2.004656050486989, + 0.2628031405207362, + 2.0238328185891916, + 0.2601530529119803, + 2.0425377565587333, + 0.2565415914029659, + 2.060684472962871, + 0.25181997193770056, + 2.078186576368865, + 0.245839410460192, + 2.094957675343974, + 0.23845112291444787, + 2.110911378455457, + 0.22950632524447545, + 2.1259612942705726, + 0.21885623339428278, + 2.1400210313565804, + 0.2063520633078773, + 2.1530041982807395, + 0.19184503092926664, + 2.1648244036103086, + 0.17518662308831343, + 2.175395308342486, + 0.15634152304164073, + 2.1846524826354212, + 0.13556223026706699, + 2.1925872034579372, + 0.11314631287657675, + 2.199199470810034, + 0.08939133898215533, + 2.2044892846917117, + 0.06459487669578722, + 2.20845664510297, + 0.03905449412945684, + 2.2111015520438086, + 0.013067759395149616, + 2.212424005514228, + -0.01306775939514996, + 2.2124240055142277, + -0.039054494129457495, + 2.211101552043808, + -0.06459487669578756, + 2.2084566451029697, + -0.08939133898215565, + 2.204489284691712, + -0.11314631287657709, + 2.199199470810034, + -0.1355622302670673, + 2.1925872034579377, + -0.156341523041641, + 2.1846524826354217, + -0.17518662308831368, + 2.175395308342486, + -0.19184503092926689, + 2.164824403610308, + -0.2063520633078775, + 2.153004198280739, + -0.21885623339428295, + 2.1400210313565804, + -0.22950632524447576, + 2.1259612942705726, + -0.23845112291444792, + 2.1109113784554565, + -0.2458394104601921, + 2.0949576753439736, + -0.2518199719377007, + 2.0781865763688647, + -0.25654159140296595, + 2.060684472962871, + -0.2601530529119804, + 2.0425377565587333, + -0.2628031405207363, + 2.0238328185891916, + -0.26464063828522605, + 2.0046560504869886, + -0.26581433026144213, + 1.9850938436848637, + -0.26647300050537687, + 1.965232589615559, + -0.26676543307302264, + 1.9451586797118148, + -0.26684041202037184, + 1.9249585054063727, + -0.2668428499930691, + 1.9047162101983184, + -0.26684284999306906, + 1.8844724993818993, + -0.26684284999306906, + 1.8642287885654796, + -0.26684284999306906, + 1.84398507774906, + -0.26684284999306906, + 1.8237413669326408, + -0.26684284999306906, + 1.8034976561162213, + -0.26684284999306906, + 1.7832539452998017, + -0.26684284999306906, + 1.7630102344833827, + -0.26684284999306906, + 1.7427665236669632, + -0.26684284999306906, + 1.7225228128505434, + -0.266842849993069, + 1.7022791020341246, + -0.26684284999306906, + 1.6820353912177048, + -0.26684284999306906, + 1.6617916804012856, + -0.26684284999306906, + 1.6415479695848663, + -0.26684284999306906, + 1.6213042587684467, + -0.26684284999306906, + 1.6010605479520268, + -0.26684284999306906, + 1.580816837135608, + -0.26684284999306906, + 1.5605731263191882, + -0.26684284999306906, + 1.5403294155027687, + -0.266842849993069, + 1.5200857046863496, + -0.26684284999306906, + 1.4998419938699301, + -0.26684284999306906, + 1.4795982830535113, + -0.266842849993069, + 1.4593545722370913, + -0.2668428499930691, + 1.439110861420672, + -0.26684284999306906, + 1.4188671506042532, + -0.26684284999306906, + 1.3986234397878334, + -0.26684284999306906, + 1.3783797289714135, + -0.26684284999306906, + 1.3581360181549946, + -0.26684284999306906, + 1.3378923073385751, + -0.26684284999306906, + 1.3176485965221556, + -0.26684284999306906, + 1.2974048857057365, + -0.26684428517207137, + 1.2771611748893168, + -0.26685582723375834, + 1.2569174640728973, + -0.26688842357073944, + 1.2366737532564782, + -0.2669530224061678, + 1.2164300424400587, + -0.2670605719631964, + 1.196186331623639, + -0.26722202046497817, + 1.17594262080722, + -0.26744831613466613, + 1.1556989099908006, + -0.2677504071954132, + 1.1354551991743806, + -0.2681392418703725, + 1.1152114883579616, + -0.26862576838269697, + 1.0949677775415423, + -0.26922093495553967, + 1.0747240667251226, + -0.2699356898120534, + 1.0544803559087035, + -0.2707809811753914, + 1.034236645092284, + -0.2717677572687065, + 1.0139929342758645, + -0.27290696631515166, + 0.9937492234594453, + -0.2742063458814515, + 0.9735026961981752, + -0.27562840215772927, + 0.953210858280198, + -0.27710220535739505, + 0.932801884860957, + -0.2785560418421916, + 0.9122032634872869, + -0.2799181979738618, + 0.8913424817060245, + -0.2811169601141484, + 0.8701470270640067, + -0.28208061462479406, + 0.8485443871080682, + -0.28273744786754157, + 0.8264620493850461, + -0.28301574620413383, + 0.803827501441777, + -0.2828437959963137, + 0.7805682308250961, + -0.28214988360582377, + 0.7566117250818404, + -0.2808622953944068, + 0.7318854717588451, + -0.2789093177238058, + 0.7063169584029472, + -0.2762192369557634, + 0.679833672560983, + -0.27272033945202234, + 0.6523631017797878, + -0.2683429332875052, + 0.6238325761111188, + -0.263164437760225, + 0.5941579653788116, + -0.2575065203917155, + 0.563236112032365, + -0.2517138772801978, + 0.5309620645538853, + -0.24613120452389328, + 0.49723087142547884, + -0.24110319822102272, + 0.46193758112924976, + -0.23697455446980753, + 0.42497724214730437, + -0.23408996936846888, + 0.3862449029617494, + -0.2327941390152278, + 0.3456356120546884, + -0.23343175950830547, + 0.30304441790822806, + -0.2363475269459231, + 0.25836636900447524, + -0.24188613742630186, + 0.21149651382553314, + -0.2503922870476629, + 0.16232990085350865, + -0.262210671908227, + 0.11076157857050876, + -0.27768598810621603, + 0.056686595458636295, + -0.2971629317398502, + -1.1102230246251565e-16 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0010/geometry.png b/samples/sample_0010/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..3329a458b17a2a9e933d6454012ee820c81bc064 --- /dev/null +++ b/samples/sample_0010/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aaf31e1be4a0a4ceb0b5e527e690dc04b5e5278ab78e94067be7f02d8f64d3e +size 199594 diff --git a/samples/sample_0010/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0010/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..451b6b3d2cd90d0352a6d1e51a6bd49bb48772cb --- /dev/null +++ b/samples/sample_0010/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7499f96497e808e01a128dcb97632e78ec30476447d31bad9ba975816f74e871 +size 13420 diff --git a/samples/sample_0010/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0010/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..bd977abd046631e5deb2395f327c9d2901211a14 --- /dev/null +++ b/samples/sample_0010/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,160 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:29.276093+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 15.010286368430602, + "widths": [ + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439 + ], + "segment_heights": [ + 1.3219997451001912, + 1.3219997451001912, + 1.3219997451001912 + ], + "height_bg": 3.291511949401965, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9086885948803285, + 0.5176378787237688, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.7529025695988454, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0010/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0010/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..af7aa8743fd59e82dbeb9666013381ab46e076ee --- /dev/null +++ b/samples/sample_0010/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977601341a71d5b56acd789f2106875f59ef63c9c2dc60df554f016bde1f95dc +size 13421 diff --git a/samples/sample_0010/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0010/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..03c2a56e4645f9364bfac83a027d873db05955ba --- /dev/null +++ b/samples/sample_0010/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,160 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:29.276380+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 15.010286368430602, + "widths": [ + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439 + ], + "segment_heights": [ + 1.3219997451001912, + 1.3219997451001912, + 1.3219997451001912 + ], + "height_bg": 3.291511949401965, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9086885948803285, + 0.5176378787237688, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.7529025695988454, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0010/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0010/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..37b0a5a7334bf1371fa1a4a74bddd209bd4da602 --- /dev/null +++ b/samples/sample_0010/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1310a67771ddfbef2833cde21f8650b391e8141bc508c43d0ff0113d6c52c0e +size 13421 diff --git a/samples/sample_0010/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0010/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..6cbf9173b3cf92ffcf5da9d4cd0a04e9c00a5f90 --- /dev/null +++ b/samples/sample_0010/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,160 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:29.277049+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 15.010286368430602, + "widths": [ + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439 + ], + "segment_heights": [ + 1.3219997451001912, + 1.3219997451001912, + 1.3219997451001912 + ], + "height_bg": 3.291511949401965, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9086885948803285, + 0.5176378787237688, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.7529025695988454, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0010/ooc/oc_sweep_manifest.json b/samples/sample_0010/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..d216a7f943cb9e1608f55c8edbd0fbed57b6e757 --- /dev/null +++ b/samples/sample_0010/ooc/oc_sweep_manifest.json @@ -0,0 +1,1038 @@ +{ + "created_at": "2026-07-06T17:30:34.534347+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0010", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:29.276093+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 15.010286368430602, + "widths": [ + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439 + ], + "segment_heights": [ + 1.3219997451001912, + 1.3219997451001912, + 1.3219997451001912 + ], + "height_bg": 3.291511949401965, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9086885948803285, + 0.5176378787237688, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.7529025695988454, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:29.276380+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 15.010286368430602, + "widths": [ + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439 + ], + "segment_heights": [ + 1.3219997451001912, + 1.3219997451001912, + 1.3219997451001912 + ], + "height_bg": 3.291511949401965, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9086885948803285, + 0.5176378787237688, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.7529025695988454, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:29.277049+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 15.010286368430602, + "widths": [ + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439 + ], + "segment_heights": [ + 1.3219997451001912, + 1.3219997451001912, + 1.3219997451001912 + ], + "height_bg": 3.291511949401965, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9086885948803285, + 0.5176378787237688, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.7529025695988454, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:29.277307+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 15.010286368430602, + "widths": [ + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439 + ], + "segment_heights": [ + 1.3219997451001912, + 1.3219997451001912, + 1.3219997451001912 + ], + "height_bg": 3.291511949401965, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9086885948803285, + 0.5176378787237688, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.7529025695988454, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:29.276788+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 15.010286368430602, + "widths": [ + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439 + ], + "segment_heights": [ + 1.3219997451001912, + 1.3219997451001912, + 1.3219997451001912 + ], + "height_bg": 3.291511949401965, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9086885948803285, + 0.5176378787237688, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.7529025695988454, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:29.277446+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 15.010286368430602, + "widths": [ + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439 + ], + "segment_heights": [ + 1.3219997451001912, + 1.3219997451001912, + 1.3219997451001912 + ], + "height_bg": 3.291511949401965, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9086885948803285, + 0.5176378787237688, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.7529025695988454, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} \ No newline at end of file diff --git a/samples/sample_0010/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0010/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..54a2ad42d9cc969e5986eb948f64a2f934810b57 --- /dev/null +++ b/samples/sample_0010/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40be356e03199b3ffd7964cb6b525166d1655440cc14f27ab9ce815ba5393f46 +size 13418 diff --git a/samples/sample_0010/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0010/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..ec7354539e7da637a3d5c800514ca8376cd36882 --- /dev/null +++ b/samples/sample_0010/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,160 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:29.277307+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 15.010286368430602, + "widths": [ + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439 + ], + "segment_heights": [ + 1.3219997451001912, + 1.3219997451001912, + 1.3219997451001912 + ], + "height_bg": 3.291511949401965, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9086885948803285, + 0.5176378787237688, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.7529025695988454, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0010/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0010/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..4b3ba73690e1476c482f1c1bac573e8732a3acf9 --- /dev/null +++ b/samples/sample_0010/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9ff6659e37c8c0190bf58592e2bb86bd1e8352a953f307d2b7ae99b39c80c5 +size 13421 diff --git a/samples/sample_0010/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0010/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..45617c7fa462dd57af03e7f1fef4c22e3a0e25f9 --- /dev/null +++ b/samples/sample_0010/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,160 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:29.276788+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 15.010286368430602, + "widths": [ + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439 + ], + "segment_heights": [ + 1.3219997451001912, + 1.3219997451001912, + 1.3219997451001912 + ], + "height_bg": 3.291511949401965, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9086885948803285, + 0.5176378787237688, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.7529025695988454, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0010/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0010/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..3ec1d23b52451c2f89b9dfd4dffd759a653fcac5 --- /dev/null +++ b/samples/sample_0010/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48ad3b4a5b1e94e3dbb880c563a687158a18ffa58218be93b376a3c63c1dc36 +size 13422 diff --git a/samples/sample_0010/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0010/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5b598834de0597065de05a42b764c6db5b0ead56 --- /dev/null +++ b/samples/sample_0010/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,160 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:29.277446+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 15.010286368430602, + "widths": [ + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439, + 1.4605629816969439 + ], + "segment_heights": [ + 1.3219997451001912, + 1.3219997451001912, + 1.3219997451001912 + ], + "height_bg": 3.291511949401965, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9086885948803285, + 0.5176378787237688, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.7529025695988454, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0010/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0011/domain_ids.npz b/samples/sample_0011/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..29dce5ed3a818e72b4b96f0ef9bb0d4a45512450 --- /dev/null +++ b/samples/sample_0011/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce05d6443178a24a9a485de72d2d643a24cc07c73e6e19c8d266d5db52bf0848 +size 3031 diff --git a/samples/sample_0011/geometry.json b/samples/sample_0011/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..e79b81b2f5a4071f167576f43b9e495ee6bf7b66 --- /dev/null +++ b/samples/sample_0011/geometry.json @@ -0,0 +1,1598 @@ +{ + "created_at": "2026-07-07T07:12:05.431290+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011", + "sample_kind": "interior", + "sample_label": "interior_0011", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.7129760306956924, + "height_bg_ratio": 0.10679536295795033, + "n_segments": 0.2978892144726407, + "width_ratio": 0.10929587317056355, + "segment_height_ratio": 0.3700715262178683, + "n_interfaces": 0.679899616684606, + "interface_0_width_frac_0": 0.7241266013902217, + "interface_0_width_frac_1": 0.49418896753879993, + "interface_0_width_frac_2": 0.7092008750645425, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.09208324915716382, + "interface_0_height_frac_1": 0.30041318474050316, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.5953831040431002, + "interface_1_width_frac_1": 0.7236115280709137, + "interface_1_width_frac_2": 0.8952431152973523, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.1842824956711202, + "interface_1_height_frac_1": 0.7571461766133541, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.8564880153478462, + "widths": [ + 0.4546479365852818, + 0.4546479365852818, + 0.4546479365852818, + 0.4546479365852818, + 0.4546479365852818, + 0.4546479365852818, + 0.4546479365852818 + ], + "segment_heights": [ + 0.9495965603941223, + 0.9495965603941223, + 0.9495965603941223, + 0.9495965603941223, + 0.9495965603941223, + 0.9495965603941223 + ], + "height_bg": 1.1601930444369255, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7482696307646219, + 0.62180393214634, + 0.7400604812854984, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.6774607072237051, + 0.7479863404390026, + 0.8423837134135438, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.4006457870364401, + 0.5152272516072767, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.45135537261911607, + 0.7664303971373447, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.9282440076739231, + -2.0, + 0.9282440076739231, + -2.0, + 0.9282440076739231, + 10.151457436490375, + -0.9282440076739231, + 10.151457436490375 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.9282440076739231, + 0.0, + 0.9282440076739231, + 0.0, + 0.9282440076739231, + 1.1601930444369255, + -0.9282440076739231, + 1.1601930444369255 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.28454831476699877, + 0.0, + 0.28893795009910284, + 0.24450682598576898, + 0.29260810479243166, + 0.47478282999675697, + 0.2956127612483798, + 0.6915159980417388, + 0.2980059018683417, + 0.8953943161294899, + 0.2998415090537121, + 1.0871057702687854, + 0.30117356520588556, + 1.2673383464683996, + 0.3020560527262564, + 1.436780030737108, + 0.30254295401621945, + 1.5961188090836858, + 0.3026882514771694, + 1.7460426675169085, + 0.30254592751050047, + 1.887239592045551, + 0.30216996451760736, + 2.020397568678387, + 0.3016143448998848, + 2.1462045834241934, + 0.30093305105872714, + 2.265348622291744, + 0.3001800653955291, + 2.3785176712898144, + 0.29940937031168524, + 2.4863997164271803, + 0.2986749482085901, + 2.589682743712615, + 0.2980307814876381, + 2.689054739154895, + 0.29753085255022416, + 2.7852036887627953, + 0.29722042501442547, + 2.878748543447442, + 0.2970988929792889, + 2.9699450604712396, + 0.2971506193614223, + 3.0589299805882413, + 0.2973599583586504, + 3.1458399755174087, + 0.2977112641687981, + 3.230811716977701, + 0.2981888909896898, + 3.313981876688075, + 0.2987771930191506, + 3.3954871263674926, + 0.2994605244550049, + 3.4754641377349116, + 0.30022323949507757, + 3.5540495825092915, + 0.3010496923371933, + 3.6313801324095922, + 0.30192423717917677, + 3.707592459154772, + 0.3028312282188528, + 3.78282323446379, + 0.3037550196540459, + 3.8572091300556055, + 0.30467996568258104, + 3.9308868176491787, + 0.3055904205022828, + 4.003992968963468, + 0.3064707383109758, + 4.076664255717432, + 0.3073052733064849, + 4.149037349630031, + 0.3080783796866348, + 4.221248922420223, + 0.3087762431354448, + 4.293423169763502, + 0.3093978220060876, + 4.365597280195468, + 0.30994751383913144, + 4.437771390627434, + 0.3104297362737583, + 4.5099455010593985, + 0.31084890694915035, + 4.582119611491364, + 0.31120944350448965, + 4.654293721923329, + 0.31151576357895805, + 4.7264678323552936, + 0.3117722848117379, + 4.79864194278726, + 0.311983424842011, + 4.870816053219225, + 0.31215360130895964, + 4.9429901636511895, + 0.31228723185176577, + 5.015164274083156, + 0.31238873410961143, + 5.087338384515121, + 0.31246252572167876, + 5.159512494947086, + 0.31251302432714967, + 5.231686605379052, + 0.3125446475652064, + 5.303860715811018, + 0.3125618130750309, + 5.376034826242982, + 0.3125689384958053, + 5.4482089366749475, + 0.31257044146671153, + 5.520383047106913, + 0.31257045640238124, + 5.592557157538877, + 0.3125704564023813, + 5.6647312679708435, + 0.31257045640238124, + 5.736905378402809, + 0.3125704564023813, + 5.809079488834775, + 0.31257045640238124, + 5.881253599266739, + 0.31257045640238124, + 5.953427709698704, + 0.31257045640238124, + 6.025601820130669, + 0.31257045640238124, + 6.097775930562635, + 0.31257045640238124, + 6.1699500409946015, + 0.31257045640238124, + 6.242124151426566, + 0.31257045640238124, + 6.314298261858532, + 0.3125704564023813, + 6.386472372290496, + 0.3125704564023813, + 6.458646482722463, + 0.31257045640238124, + 6.530820593154427, + 0.31257045640238124, + 6.6029947035863925, + 0.31257045640238124, + 6.675168814018357, + 0.3125704564023813, + 6.747342924450324, + 0.3125704564023813, + 6.819517034882289, + 0.3125659215666179, + 6.891681673667962, + 0.3124933509733083, + 6.963704210145122, + 0.312248007103743, + 7.035365885182783, + 0.31172430628909875, + 7.1064461723457, + 0.3108166648605524, + 7.176724545198622, + 0.3094194991492812, + 7.245980477306304, + 0.3074272254864621, + 7.313993442233496, + 0.30473426020327177, + 7.380542913544948, + 0.30123501963088745, + 7.445408364805413, + 0.2968239201004859, + 7.508369269579642, + 0.2913953779432443, + 7.569205101432388, + 0.2848438094903395, + 7.6276953339284015, + 0.27706363107294846, + 7.683619440632435, + 0.26794925902224825, + 7.736756895109242, + 0.2573951096694155, + 7.7868871709235705, + 0.24529559934562753, + 7.833789741640173, + 0.2315451443820613, + 7.877244080823804, + 0.21603816110989363, + 7.917029662039212, + 0.19867763313019857, + 7.952931923503044, + 0.17952714069133188, + 7.984848113040798, + 0.1587928932201197, + 8.01277477888633, + 0.13668605805420808, + 8.036711921039647, + 0.11341780253124306, + 8.056659539500743, + 0.08919929398887076, + 8.07261763426962, + 0.06424169976473679, + 8.084586205346277, + 0.03875618719648809, + 8.092565252730715, + 0.012953923621770204, + 8.096554776422932, + -0.01295392362177062, + 8.096554776422934, + -0.03875618719648847, + 8.092565252730715, + -0.06424169976473725, + 8.084586205346277, + -0.08919929398887076, + 8.072617634269621, + -0.11341780253124308, + 8.056659539500743, + -0.13668605805420808, + 8.036711921039647, + -0.15879289322012002, + 8.01277477888633, + -0.1795271406913322, + 7.984848113040798, + -0.19867763313019882, + 7.952931923503043, + -0.2160381611098939, + 7.917029662039212, + -0.2315451443820615, + 7.877244080823802, + -0.2452955993456278, + 7.833789741640174, + -0.25739510966941564, + 7.78688717092357, + -0.2679492590222482, + 7.736756895109242, + -0.27706363107294846, + 7.683619440632436, + -0.2848438094903396, + 7.627695333928401, + -0.2913953779432445, + 7.569205101432388, + -0.296823920100486, + 7.5083692695796405, + -0.30123501963088745, + 7.4454083648054095, + -0.3047342602032719, + 7.3805429135449465, + -0.3074272254864621, + 7.313993442233496, + -0.30941949914928124, + 7.245980477306304, + -0.3108166648605525, + 7.176724545198622, + -0.31172430628909875, + 7.1064461723457, + -0.312248007103743, + 7.035365885182783, + -0.3124933509733084, + 6.96370421014512, + -0.3125659215666179, + 6.89168167366796, + -0.31257045640238124, + 6.8195170348822876, + -0.31257045640238124, + 6.747342924450322, + -0.31257045640238124, + 6.675168814018357, + -0.31257045640238124, + 6.602994703586392, + -0.31257045640238124, + 6.530820593154427, + -0.3125704564023812, + 6.458646482722462, + -0.3125704564023813, + 6.386472372290496, + -0.31257045640238124, + 6.3142982618585295, + -0.31257045640238124, + 6.242124151426564, + -0.31257045640238124, + 6.169950040994601, + -0.31257045640238124, + 6.097775930562633, + -0.31257045640238124, + 6.025601820130668, + -0.31257045640238124, + 5.953427709698704, + -0.3125704564023812, + 5.881253599266739, + -0.31257045640238124, + 5.809079488834774, + -0.3125704564023813, + 5.736905378402808, + -0.31257045640238124, + 5.664731267970842, + -0.31257045640238124, + 5.592557157538877, + -0.31257044146671153, + 5.520383047106914, + -0.31256893849580525, + 5.448208936674947, + -0.31256181307503095, + 5.37603482624298, + -0.31254464756520633, + 5.303860715811016, + -0.3125130243271497, + 5.23168660537905, + -0.31246252572167876, + 5.159512494947086, + -0.31238873410961143, + 5.087338384515119, + -0.31228723185176577, + 5.015164274083156, + -0.31215360130895964, + 4.942990163651189, + -0.311983424842011, + 4.870816053219224, + -0.3117722848117378, + 4.798641942787258, + -0.3115157635789581, + 4.726467832355293, + -0.3112094435044896, + 4.654293721923329, + -0.31084890694915035, + 4.582119611491361, + -0.3104297362737583, + 4.5099455010593985, + -0.3099475138391314, + 4.437771390627431, + -0.30939782200608756, + 4.365597280195468, + -0.3087762431354448, + 4.293423169763502, + -0.30807837968663476, + 4.221248922420224, + -0.30730527330648494, + 4.14903734963003, + -0.30647073831097577, + 4.07666425571743, + -0.3055904205022827, + 4.003992968963467, + -0.30467996568258093, + 3.9308868176491774, + -0.30375501965404594, + 3.857209130055606, + -0.3028312282188527, + 3.7828232344637884, + -0.3019242371791769, + 3.7075924591547724, + -0.3010496923371933, + 3.6313801324095913, + -0.3002232394950776, + 3.554049582509292, + -0.29946052445500493, + 3.4754641377349103, + -0.29877719301915057, + 3.395487126367491, + -0.29818889098968987, + 3.3139818766880746, + -0.29771126416879806, + 3.230811716977699, + -0.2973599583586504, + 3.1458399755174087, + -0.2971506193614223, + 3.05892998058824, + -0.2970988929792889, + 2.969945060471239, + -0.2972204250144255, + 2.878748543447442, + -0.29753085255022416, + 2.7852036887627962, + -0.2980307814876381, + 2.6890547391548942, + -0.29867494820859003, + 2.589682743712612, + -0.2994093703116852, + 2.4863997164271785, + -0.3001800653955291, + 2.3785176712898117, + -0.3009330510587272, + 2.265348622291744, + -0.3016143448998848, + 2.146204583424191, + -0.30216996451760736, + 2.020397568678387, + -0.30254592751050047, + 1.8872395920455483, + -0.3026882514771693, + 1.746042667516909, + -0.30254295401621956, + 1.5961188090836849, + -0.30205605272625646, + 1.4367800307371095, + -0.3011735652058855, + 1.2673383464683983, + -0.2998415090537121, + 1.087105770268781, + -0.29800590186834175, + 0.8953943161294892, + -0.29561276124837976, + 0.691515998041735, + -0.2926081047924317, + 0.4747828299967568, + -0.28893795009910284, + 0.2445068259857654, + -0.28454831476699877, + 6.661338147750939e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.17009962181828303, + 0.0, + 0.16570998648617893, + 0.06186398386478229, + 0.16203983179285011, + 0.12135187335738297, + 0.15903517533690206, + 0.17857759677902077, + 0.15664203471694002, + 0.2336550824309145, + 0.15480642753156967, + 0.2866982586142829, + 0.15347437137939632, + 0.3378210536303445, + 0.15259188385902536, + 0.38713739578031825, + 0.15210498256906224, + 0.4347612133654228, + 0.15195968510811247, + 0.4808064346868771, + 0.15210200907478139, + 0.5253869880458997, + 0.1524779720676744, + 0.5686168017437091, + 0.15303359168539704, + 0.6106098040815244, + 0.15371488552655463, + 0.6514799233605644, + 0.1544678711897527, + 0.6913410878820476, + 0.1552385662735966, + 0.7303072259471928, + 0.15597298837669177, + 0.7684922658572189, + 0.15661715509764365, + 0.8060101359133441, + 0.1571170840350577, + 0.8429747644167879, + 0.1574275115708563, + 0.8794887827543959, + 0.15754904360599295, + 0.9155953892465007, + 0.1574973172238595, + 0.9513183063330559, + 0.15728797822663138, + 0.9866812451571015, + 0.15693667241648374, + 1.0217079168616767, + 0.15645904559559193, + 1.056422032589821, + 0.1558707435661312, + 1.0908473034845747, + 0.15518741213027687, + 1.1250074406889763, + 0.1544246970902042, + 1.1589261553460664, + 0.1535982442480885, + 1.1926271585988837, + 0.152723699406105, + 1.2261341615904684, + 0.15181670836642902, + 1.2594708754638593, + 0.15089291693123585, + 1.2926610113620969, + 0.1499679709027008, + 1.3257282804282204, + 0.14905751608299908, + 1.3586963938052694, + 0.14817719827430603, + 1.3915890626362832, + 0.14734266327879686, + 1.4244299980643014, + 0.14656955689864698, + 1.4572429112323642, + 0.14587169344983703, + 1.490049348817786, + 0.1452501145791942, + 1.5228557626504975, + 0.14470042274615041, + 1.5556621764832093, + 0.14421820031152346, + 1.5884685903159204, + 0.14379902963613145, + 1.6212750041486321, + 0.1434384930807922, + 1.6540814179813434, + 0.1431321730063237, + 1.6868878318140548, + 0.14287565177354392, + 1.7196942456467665, + 0.14266451174327074, + 1.752500659479478, + 0.1424943352763221, + 1.7853070733121896, + 0.14236070473351603, + 1.818113487144901, + 0.14225920247567037, + 1.8509199009776123, + 0.14218541086360306, + 1.883726314810324, + 0.14213491225813213, + 1.9165327286430354, + 0.1421032890200754, + 1.949339142475747, + 0.1420861235102509, + 1.9821455563084585, + 0.14207899808947655, + 2.0149519701411704, + 0.1420774951185702, + 2.0477583839738815, + 0.1420774801829006, + 2.080564797806593, + 0.14207748018290056, + 2.1133712116393046, + 0.14207748018290056, + 2.1461776254720157, + 0.1420774801829006, + 2.1789840393047277, + 0.14207748018290056, + 2.211790453137439, + 0.14207748018290056, + 2.2445968669701504, + 0.14207748018290056, + 2.2774032808028624, + 0.14207748018290053, + 2.310209694635574, + 0.14207748018290056, + 2.3430161084682855, + 0.1420774801829006, + 2.3758225223009966, + 0.14207748018290056, + 2.408628936133708, + 0.14207748018290056, + 2.441435349966419, + 0.14207748018290056, + 2.474241763799131, + 0.14207748018290056, + 2.5070481776318423, + 0.14207748018290056, + 2.5398545914645543, + 0.14207748018290056, + 2.572661005297266, + 0.1420774801829006, + 2.605467419129978, + 0.14207748018290056, + 2.638273832962689, + 0.14207541889391723, + 2.671075941501631, + 0.1420424322605947, + 2.7038134580821582, + 0.14193091231988317, + 2.7363869467356405, + 0.14169286649504487, + 2.768696168173331, + 0.14128030220934207, + 2.8006408831064773, + 0.1406452268860369, + 2.8321208522463324, + 0.13973964794839186, + 2.863035836304147, + 0.13851557281966898, + 2.89328559599117, + 0.13692500892313064, + 2.9227698920186542, + 0.13491996368203907, + 2.951388485097849, + 0.1324524445196565, + 2.979041135940007, + 0.12947445885924525, + 3.005627605256377, + 0.1259380141240675, + 3.03104765375821, + 0.12179511773738558, + 3.0552010421567584, + 0.11699777712246161, + 3.077987531163272, + 0.11149799970255798, + 3.0993068814890004, + 0.10524779290093697, + 3.1190588538451958, + 0.09819916414086073, + 3.137143208943109, + 0.09030801505918118, + 3.153462418699396, + 0.08160324576878723, + 3.1679697775801925, + 0.07217858782732713, + 3.1806637166008898, + 0.0621300263882764, + 3.1915442357614885, + 0.051553546605110474, + 3.2006113350619865, + 0.0405451336313049, + 3.207865014502385, + 0.029200772620334898, + 3.2133052740826833, + 0.0176164487256764, + 3.216932113802883, + 0.005888147100804644, + 3.2187455336629824, + -0.005888147100804823, + 3.2187455336629824, + -0.017616448725676574, + 3.2169321138028826, + -0.029200772620335106, + 3.2133052740826837, + -0.0405451336313049, + 3.207865014502385, + -0.05155354660511048, + 3.2006113350619865, + -0.0621300263882764, + 3.1915442357614885, + -0.07217858782732728, + 3.1806637166008898, + -0.08160324576878736, + 3.1679697775801925, + -0.09030801505918129, + 3.1534624186993954, + -0.09819916414086086, + 3.1371432089431086, + -0.10524779290093705, + 3.1190588538451953, + -0.1114979997025581, + 3.099306881489, + -0.11699777712246166, + 3.077987531163271, + -0.12179511773738555, + 3.055201042156759, + -0.1259380141240675, + 3.0310476537582103, + -0.1294744588592453, + 3.005627605256376, + -0.13245244451965654, + 2.9790411359400064, + -0.1349199636820391, + 2.951388485097849, + -0.13692500892313064, + 2.9227698920186533, + -0.138515572819669, + 2.89328559599117, + -0.1397396479483919, + 2.8630358363041464, + -0.14064522688603692, + 2.832120852246332, + -0.14128030220934204, + 2.800640883106477, + -0.14169286649504487, + 2.7686961681733306, + -0.1419309123198832, + 2.7363869467356405, + -0.1420424322605947, + 2.7038134580821573, + -0.1420754188939172, + 2.6710759415016305, + -0.14207748018290056, + 2.6382738329626885, + -0.14207748018290053, + 2.605467419129977, + -0.14207748018290053, + 2.5726610052972654, + -0.14207748018290056, + 2.539854591464554, + -0.14207748018290056, + 2.5070481776318423, + -0.14207748018290056, + 2.474241763799131, + -0.1420774801829006, + 2.441435349966419, + -0.14207748018290056, + 2.4086289361337077, + -0.14207748018290056, + 2.375822522300996, + -0.14207748018290056, + 2.3430161084682846, + -0.14207748018290056, + 2.3102096946355735, + -0.14207748018290056, + 2.2774032808028615, + -0.14207748018290056, + 2.2445968669701504, + -0.14207748018290056, + 2.2117904531374393, + -0.14207748018290056, + 2.1789840393047273, + -0.14207748018290056, + 2.1461776254720153, + -0.14207748018290056, + 2.113371211639304, + -0.14207748018290056, + 2.080564797806592, + -0.1420774951185702, + 2.0477583839738815, + -0.1420789980894765, + 2.01495197014117, + -0.14208612351025088, + 1.9821455563084573, + -0.14210328902007538, + 1.9493391424757467, + -0.1421349122581321, + 1.9165327286430345, + -0.1421854108636031, + 1.883726314810324, + -0.14225920247567034, + 1.850919900977612, + -0.14236070473351603, + 1.818113487144901, + -0.14249433527632213, + 1.785307073312189, + -0.14266451174327074, + 1.7525006594794779, + -0.14287565177354392, + 1.7196942456467659, + -0.14313217300632372, + 1.6868878318140539, + -0.1434384930807922, + 1.6540814179813432, + -0.14379902963613145, + 1.621275004148631, + -0.14421820031152346, + 1.58846859031592, + -0.14470042274615041, + 1.5556621764832081, + -0.1452501145791942, + 1.5228557626504973, + -0.14587169344983705, + 1.4900493488177855, + -0.14656955689864695, + 1.457242911232364, + -0.1473426632787969, + 1.4244299980643012, + -0.14817719827430603, + 1.3915890626362821, + -0.14905751608299908, + 1.3586963938052687, + -0.1499679709027008, + 1.3257282804282196, + -0.15089291693123588, + 1.2926610113620969, + -0.15181670836642902, + 1.2594708754638586, + -0.15272369940610506, + 1.2261341615904684, + -0.15359824424808852, + 1.192627158598883, + -0.1544246970902042, + 1.1589261553460661, + -0.15518741213027687, + 1.1250074406889756, + -0.1558707435661312, + 1.0908473034845734, + -0.15645904559559193, + 1.0564220325898208, + -0.15693667241648374, + 1.0217079168616756, + -0.15728797822663138, + 0.9866812451571011, + -0.15749731722385954, + 0.951318306333055, + -0.15754904360599292, + 0.9155953892465003, + -0.1574275115708563, + 0.8794887827543951, + -0.1571170840350577, + 0.8429747644167878, + -0.15661715509764365, + 0.8060101359133435, + -0.15597298837669174, + 0.7684922658572174, + -0.15523856627359656, + 0.730307225947192, + -0.1544678711897527, + 0.6913410878820464, + -0.15371488552655466, + 0.6514799233605639, + -0.15303359168539704, + 0.6106098040815235, + -0.1524779720676744, + 0.5686168017437088, + -0.15210200907478136, + 0.5253869880458986, + -0.15195968510811245, + 0.48080643468687684, + -0.15210498256906227, + 0.434761213365422, + -0.15259188385902536, + 0.3871373957803182, + -0.15347437137939635, + 0.33782105363034376, + -0.15480642753156976, + 0.2866982586142813, + -0.1566420347169401, + 0.23365508243091387, + -0.1590351753369021, + 0.17857759677901938, + -0.16203983179285014, + 0.12135187335738255, + -0.16570998648617902, + 0.06186398386478098, + -0.17009962181828303, + -2.220446049250313e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.15400305632843161, + 0.0, + 0.15661164782040252, + 0.07047906958446243, + 0.15911461524807347, + 0.1397533253525586, + 0.16150354961735522, + 0.20780419423890195, + 0.16377004193415823, + 0.27461310317810594, + 0.16590568320439358, + 0.3401614791047841, + 0.16790206443397176, + 0.4044307489535496, + 0.16975077662880353, + 0.4674023396590161, + 0.17144341079479958, + 0.529057678155797, + 0.17297155793787072, + 0.589378191378506, + 0.17432680906392758, + 0.6483453062617561, + 0.17550075517888086, + 0.7059404497401609, + 0.17648498728864134, + 0.762145048748334, + 0.1772710963991197, + 0.8169405302208886, + 0.17785067351622674, + 0.8703083210924387, + 0.17821530964587304, + 0.9222298482975971, + 0.17835659579396934, + 0.9726865387709775, + 0.1782661229664264, + 1.0216598194471933, + 0.177935482169155, + 1.0691311172608582, + 0.17736008834109412, + 1.1150947213088143, + 0.17655547413284553, + 1.159612588523391, + 0.17554376465555172, + 1.2027688502046003, + 0.1743470888442884, + 1.2446476505146176, + 0.17298757563413122, + 1.2853331336156157, + 0.1714873539601558, + 1.32490944366977, + 0.1698685527574378, + 1.3634607248392547, + 0.16815330096105283, + 1.4010711212862437, + 0.16636372750607656, + 1.4378247771729127, + 0.16452196132758462, + 1.4738058366614344, + 0.16265013136065268, + 1.509098443913984, + 0.1607703665403563, + 1.543786743092736, + 0.15890479580177125, + 1.5779548783598647, + 0.1570755480799731, + 1.6116869938775442, + 0.15530475231003749, + 1.6450672338079488, + 0.15361453742704007, + 1.6781797423132536, + 0.15202703236605644, + 1.7111086635556318, + 0.1505643660621623, + 1.743938141697259, + 0.1492458855314147, + 1.7767446398216433, + 0.1480715368621748, + 1.8095510536543549, + 0.14703300433940825, + 1.8423574674870666, + 0.14612194171947698, + 1.8751638813197777, + 0.14533000275874305, + 1.9079702951524895, + 0.14464884121356839, + 1.9407767089852006, + 0.14407011084031496, + 1.9735831228179121, + 0.1435854653953448, + 2.006389536650624, + 0.14318655863501983, + 2.039195950483335, + 0.14286504431570202, + 2.0720023643160466, + 0.14261257619375334, + 2.104808778148758, + 0.1424208080255358, + 2.1376151919814697, + 0.14228139356741132, + 2.170421605814181, + 0.14218598657574189, + 2.203228019646893, + 0.14212624080688954, + 2.2360344334796043, + 0.14209381001721613, + 2.268840847312316, + 0.14208034796308375, + 2.3016472611450274, + 0.14207750840085423, + 2.334453674977739, + 0.1420774801829006, + 2.3672600888104505, + 0.14207748018290056, + 2.400066502643162, + 0.14207748018290056, + 2.4328729164758736, + 0.1420774801829006, + 2.465679330308585, + 0.14207748018290056, + 2.498485744141296, + 0.14207748018290056, + 2.5312921579740078, + 0.14207748018290056, + 2.5640985718067193, + 0.14207748018290053, + 2.596904985639431, + 0.14207748018290056, + 2.629711399472143, + 0.1420774801829006, + 2.662517813304854, + 0.14207748018290056, + 2.6953242271375655, + 0.14207748018290056, + 2.7281306409702766, + 0.14207748018290056, + 2.7609370548029886, + 0.14207748018290056, + 2.7937434686357, + 0.14207748018290056, + 2.8265498824684117, + 0.14207748018290056, + 2.8593562963011228, + 0.1420774801829006, + 2.8921627101338347, + 0.14207748018290056, + 2.9249691239665463, + 0.14207541889391723, + 2.957771232505489, + 0.1420424322605947, + 2.9905087490860156, + 0.14193091231988317, + 3.023082237739498, + 0.14169286649504487, + 3.055391459177188, + 0.14128030220934207, + 3.0873361741103347, + 0.1406452268860369, + 3.1188161432501897, + 0.13973964794839186, + 3.149731127308004, + 0.13851557281966898, + 3.1799808869950277, + 0.13692500892313064, + 3.209465183022512, + 0.13491996368203907, + 3.2380837761017065, + 0.1324524445196565, + 3.265736426943864, + 0.12947445885924525, + 3.292322896260234, + 0.1259380141240675, + 3.317742944762067, + 0.12179511773738558, + 3.3418963331606157, + 0.11699777712246161, + 3.364682822167129, + 0.11149799970255798, + 3.386002172492858, + 0.10524779290093697, + 3.4057541448490536, + 0.09819916414086073, + 3.4238384999469664, + 0.09030801505918118, + 3.4401577097032536, + 0.08160324576878723, + 3.4546650685840503, + 0.07217858782732713, + 3.467359007604747, + 0.0621300263882764, + 3.4782395267653454, + 0.051553546605110474, + 3.487306626065844, + 0.0405451336313049, + 3.4945603055062424, + 0.029200772620334898, + 3.500000565086541, + 0.0176164487256764, + 3.5036274048067404, + 0.005888147100804644, + 3.5054408246668394, + -0.005888147100804823, + 3.5054408246668394, + -0.017616448725676574, + 3.50362740480674, + -0.029200772620335106, + 3.500000565086541, + -0.0405451336313049, + 3.494560305506242, + -0.05155354660511048, + 3.487306626065844, + -0.0621300263882764, + 3.4782395267653454, + -0.07217858782732728, + 3.4673590076047467, + -0.08160324576878736, + 3.4546650685840503, + -0.09030801505918129, + 3.440157709703253, + -0.09819916414086086, + 3.4238384999469664, + -0.10524779290093705, + 3.405754144849053, + -0.1114979997025581, + 3.386002172492858, + -0.11699777712246166, + 3.3646828221671283, + -0.12179511773738555, + 3.3418963331606157, + -0.1259380141240675, + 3.317742944762067, + -0.1294744588592453, + 3.292322896260233, + -0.13245244451965654, + 3.2657364269438642, + -0.1349199636820391, + 3.2380837761017065, + -0.13692500892313064, + 3.2094651830225107, + -0.138515572819669, + 3.1799808869950272, + -0.1397396479483919, + 3.1497311273080038, + -0.14064522688603692, + 3.118816143250189, + -0.14128030220934204, + 3.0873361741103347, + -0.14169286649504487, + 3.055391459177188, + -0.1419309123198832, + 3.023082237739498, + -0.1420424322605947, + 2.9905087490860147, + -0.1420754188939172, + 2.957771232505488, + -0.14207748018290056, + 2.9249691239665463, + -0.14207748018290053, + 2.892162710133834, + -0.14207748018290053, + 2.8593562963011223, + -0.14207748018290056, + 2.826549882468411, + -0.14207748018290056, + 2.7937434686356997, + -0.14207748018290056, + 2.7609370548029886, + -0.1420774801829006, + 2.7281306409702766, + -0.14207748018290056, + 2.6953242271375646, + -0.14207748018290056, + 2.662517813304853, + -0.14207748018290056, + 2.6297113994721424, + -0.14207748018290056, + 2.59690498563943, + -0.14207748018290056, + 2.564098571806719, + -0.14207748018290056, + 2.531292157974008, + -0.14207748018290056, + 2.498485744141296, + -0.14207748018290056, + 2.4656793303085847, + -0.14207748018290056, + 2.4328729164758727, + -0.14207748018290056, + 2.4000665026431616, + -0.14207748018290056, + 2.3672600888104496, + -0.14207750840085426, + 2.334453674977739, + -0.14208034796308372, + 2.301647261145027, + -0.14209381001721613, + 2.268840847312315, + -0.14212624080688951, + 2.2360344334796043, + -0.1421859865757419, + 2.203228019646892, + -0.14228139356741132, + 2.170421605814181, + -0.14242080802553578, + 2.1376151919814688, + -0.14261257619375337, + 2.104808778148758, + -0.14286504431570202, + 2.072002364316046, + -0.14318655863501983, + 2.039195950483335, + -0.1435854653953448, + 2.0063895366506235, + -0.14407011084031499, + 1.973583122817911, + -0.14464884121356839, + 1.9407767089852008, + -0.14533000275874305, + 1.9079702951524884, + -0.14612194171947696, + 1.8751638813197773, + -0.14703300433940825, + 1.8423574674870655, + -0.1480715368621748, + 1.8095510536543546, + -0.14924588553141477, + 1.7767446398216427, + -0.1505643660621623, + 1.743938141697259, + -0.15202703236605644, + 1.7111086635556314, + -0.15361453742704007, + 1.6781797423132523, + -0.15530475231003746, + 1.6450672338079482, + -0.15707554807997315, + 1.6116869938775433, + -0.15890479580177128, + 1.5779548783598643, + -0.16077036654035634, + 1.5437867430927352, + -0.1626501313606527, + 1.5090984439139843, + -0.16452196132758468, + 1.473805836661434, + -0.16636372750607656, + 1.4378247771729125, + -0.16815330096105285, + 1.4010711212862432, + -0.16986855275743784, + 1.3634607248392536, + -0.1714873539601558, + 1.32490944366977, + -0.17298757563413125, + 1.2853331336156146, + -0.1743470888442884, + 1.2446476505146171, + -0.17554376465555174, + 1.2027688502045997, + -0.17655547413284547, + 1.1596125885233908, + -0.17736008834109415, + 1.1150947213088134, + -0.17793548216915497, + 1.0691311172608582, + -0.17826612296642644, + 1.0216598194471929, + -0.17835659579396934, + 0.972686538770976, + -0.17821530964587298, + 0.9222298482975965, + -0.1778506735162267, + 0.8703083210924373, + -0.17727109639911973, + 0.8169405302208885, + -0.17648498728864134, + 0.7621450487483329, + -0.1755007551788809, + 0.7059404497401608, + -0.17432680906392753, + 0.6483453062617549, + -0.1729715579378707, + 0.5893781913785059, + -0.17144341079479958, + 0.5290576781557962, + -0.16975077662880353, + 0.46740233965901634, + -0.16790206443397174, + 0.40443074895354886, + -0.16590568320439353, + 0.3401614791047823, + -0.16377004193415828, + 0.2746131031781054, + -0.16150354961735514, + 0.20780419423890045, + -0.15911461524807347, + 0.13975332535255827, + -0.15661164782040252, + 0.07047906958446108, + -0.15400305632843161, + -1.1102230246251565e-16 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0011/geometry.png b/samples/sample_0011/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..6d26495ef555d51370c18da90c18a72c95601bbb --- /dev/null +++ b/samples/sample_0011/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044a4b9fbffd16a1df4dd071bbb393e7bfa7dcd6c46c8e5b023be549c69094c9 +size 201593 diff --git a/samples/sample_0011/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0011/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..c7d9189694f1f984db2938ddfe458e9bf6cdba16 --- /dev/null +++ b/samples/sample_0011/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c100b9013f89080d83c77b17dd084e998bd4814be356ed97d2cbba70ae6edb90 +size 10030 diff --git a/samples/sample_0011/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0011/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..43d6e44bb769273d71e2f8f89b53d30c29f1882d --- /dev/null +++ b/samples/sample_0011/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,155 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:34.595953+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 1.2669758718279784, + "widths": [ + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507 + ], + "segment_heights": [ + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705 + ], + "height_bg": 4.958647154126708, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0011/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0011/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..7ce82c78dc0e3cd9e7dac100c4ffb3e74047975e --- /dev/null +++ b/samples/sample_0011/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6c1cfad1f2bc8bc0abf2c278bf9c0a6ed82754b9a3f7649828b1e24576737a +size 10028 diff --git a/samples/sample_0011/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0011/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..dcad464d65c4272e9256dfbd3ce12ed0c658cccd --- /dev/null +++ b/samples/sample_0011/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,155 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:34.595792+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 1.2669758718279784, + "widths": [ + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507 + ], + "segment_heights": [ + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705 + ], + "height_bg": 4.958647154126708, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0011/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0011/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..512bd9e6157cd44aaf287d85ea0e0318ce027d36 --- /dev/null +++ b/samples/sample_0011/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9168e80a33181f4c22fd3c17b487d56d5175f38ff0c553f52a5f09874b86ca11 +size 10031 diff --git a/samples/sample_0011/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0011/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f973755b2bcb2f2ecd50a18a2896513041c2fef3 --- /dev/null +++ b/samples/sample_0011/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,155 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:34.596286+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 1.2669758718279784, + "widths": [ + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507 + ], + "segment_heights": [ + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705 + ], + "height_bg": 4.958647154126708, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0011/ooc/oc_sweep_manifest.json b/samples/sample_0011/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1a2a611c3d905e7e3bba3c242b5b7bbf2ef88691 --- /dev/null +++ b/samples/sample_0011/ooc/oc_sweep_manifest.json @@ -0,0 +1,1008 @@ +{ + "created_at": "2026-07-06T17:30:37.232453+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0011", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:34.595953+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 1.2669758718279784, + "widths": [ + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507 + ], + "segment_heights": [ + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705 + ], + "height_bg": 4.958647154126708, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:34.595792+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 1.2669758718279784, + "widths": [ + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507 + ], + "segment_heights": [ + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705 + ], + "height_bg": 4.958647154126708, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:34.596286+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 1.2669758718279784, + "widths": [ + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507 + ], + "segment_heights": [ + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705 + ], + "height_bg": 4.958647154126708, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:34.595560+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 1.2669758718279784, + "widths": [ + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507 + ], + "segment_heights": [ + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705 + ], + "height_bg": 4.958647154126708, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:34.596588+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 1.2669758718279784, + "widths": [ + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507 + ], + "segment_heights": [ + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705 + ], + "height_bg": 4.958647154126708, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:34.596820+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 1.2669758718279784, + "widths": [ + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507 + ], + "segment_heights": [ + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705 + ], + "height_bg": 4.958647154126708, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} \ No newline at end of file diff --git a/samples/sample_0011/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0011/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..111936dcf3780a90d9b22ce034c2fb9fd39a964b --- /dev/null +++ b/samples/sample_0011/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa372c3145ec7cfab3db9724ac4f07c24d95c14dc3313d15649b5714b2a95356 +size 10031 diff --git a/samples/sample_0011/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0011/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..3729edef7721afaeb80e5c83e57de732f9117988 --- /dev/null +++ b/samples/sample_0011/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,155 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:34.595560+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 1.2669758718279784, + "widths": [ + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507 + ], + "segment_heights": [ + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705 + ], + "height_bg": 4.958647154126708, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0011/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0011/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..242776ff96de0fae3ee5a35fa646eaa1acdc2aee --- /dev/null +++ b/samples/sample_0011/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6480730a3767b82bed58d303f908bcaf0c4f9d27fc66ac7905dbd2e9f09813f +size 10032 diff --git a/samples/sample_0011/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0011/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..116eb275872ba9f3d680d866d330174a08aa20ef --- /dev/null +++ b/samples/sample_0011/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,155 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:34.596588+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 1.2669758718279784, + "widths": [ + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507 + ], + "segment_heights": [ + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705 + ], + "height_bg": 4.958647154126708, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0011/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0011/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..ae70632611ef67f0c84933242eb678b1d0964648 --- /dev/null +++ b/samples/sample_0011/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f7e95887b701edf46dbdc1633dc0b726586237c11c90a8fee8d8765bef61fe +size 10031 diff --git a/samples/sample_0011/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0011/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..0d5661e0048cf3fc70a90e8f534954ef8e1d2671 --- /dev/null +++ b/samples/sample_0011/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,155 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:34.596820+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 1.2669758718279784, + "widths": [ + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507, + 1.9465790036368507 + ], + "segment_heights": [ + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705, + 3.2986754829082705 + ], + "height_bg": 4.958647154126708, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 0, + "interface_width_fractions": [], + "interface_height_fractions": [], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0011/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0012/domain_ids.npz b/samples/sample_0012/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..fdb21eedeb113dc7d115a92478f8cf05b0209e33 --- /dev/null +++ b/samples/sample_0012/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36d5abaeb1fde05a18e04877f7adbe33ee41500736a898cba38deb675511c11 +size 3114 diff --git a/samples/sample_0012/geometry.json b/samples/sample_0012/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..63807957402d3f4d9f44aa39688f1b14ffce87a1 --- /dev/null +++ b/samples/sample_0012/geometry.json @@ -0,0 +1,1622 @@ +{ + "created_at": "2026-07-07T07:12:05.505319+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012", + "sample_kind": "interior", + "sample_label": "interior_0012", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.8970920216455681, + "height_bg_ratio": 0.33408653441949365, + "n_segments": 0.8305547116442475, + "width_ratio": 0.9290681046413509, + "segment_height_ratio": 0.9544049027021061, + "n_interfaces": 0.04396877549801148, + "interface_0_width_frac_0": 0.5560828562224704, + "interface_0_width_frac_1": 0.3119693792311048, + "interface_0_width_frac_2": 0.8625156000696452, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.24934636868058924, + "interface_0_height_frac_1": 0.7391537350551171, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.9756943071230985, + "interface_1_width_frac_1": 0.7643544800827912, + "interface_1_width_frac_2": 0.27476788198787405, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.6527542226212145, + "interface_1_height_frac_1": 0.9946719398963745, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.9485460108227841, + "widths": [ + 0.8645340523206755, + 0.8645340523206755, + 0.8645340523206755, + 0.8645340523206755, + 0.8645340523206755, + 0.8645340523206755, + 0.8645340523206755, + 0.8645340523206755, + 0.8645340523206755, + 0.8645340523206755, + 0.8645340523206755 + ], + "segment_heights": [ + 1.7384466186478433, + 1.7384466186478433, + 1.7384466186478433, + 1.7384466186478433, + 1.7384466186478433, + 1.7384466186478433, + 1.7384466186478433, + 1.7384466186478433, + 1.7384466186478433, + 1.7384466186478433 + ], + "height_bg": 1.5011298016292405, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.6558455709223587, + 0.5215831585771076, + 0.8243835800383048, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.8866318689177042, + 0.7703949640455352, + 0.5011223350933307, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.4871405027743241, + 0.7565345542803144, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.7090148224416679, + 0.897069566943006, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.9742730054113921, + -2.0, + 0.9742730054113921, + -2.0, + 0.9742730054113921, + 25.91463658208435, + -0.9742730054113921, + 25.91463658208435 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.9742730054113921, + 0.0, + 0.9742730054113921, + 0.0, + 0.9742730054113921, + 1.5011298016292405, + -0.9742730054113921, + 1.5011298016292405 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.5810336377576386, + 0.0, + 0.594428845329205, + 0.712182055875818, + 0.6019608507256066, + 1.3469793860188244, + 0.6045204015590478, + 1.9117403756217153, + 0.602998245441734, + 2.413813409877186, + 0.5982851299858699, + 2.8605468739779343, + 0.5912718028036604, + 3.2592891531166552, + 0.5828490115073104, + 3.6173886324860445, + 0.5739075037090251, + 3.9421936972788005, + 0.5653380270210091, + 4.241052732687617, + 0.5580313290554675, + 4.52131412390519, + 0.5528487153320661, + 4.790165720711685, + 0.5500511965456987, + 5.051522216361129, + 0.5493393237176903, + 5.30624235199458, + 0.5503921845839055, + 5.55506783843735, + 0.5528888668802088, + 5.798740386514759, + 0.5565084583424648, + 6.038001707052124, + 0.5609300467065381, + 6.273593510874762, + 0.5658327197082932, + 6.50625750880799, + 0.5708955650835948, + 6.736735411677126, + 0.5757976705683072, + 6.965768930307486, + 0.5802181335189007, + 7.194099757501576, + 0.5839129776523553, + 7.422325475653208, + 0.5869011097272901, + 7.650551193804842, + 0.5892575438728224, + 7.878776911956475, + 0.5910572942180682, + 8.107002630108106, + 0.592375374892144, + 8.335228348259738, + 0.5932868000241669, + 8.56345406641137, + 0.5938665837432533, + 8.791679784563003, + 0.5941897401785198, + 9.019905502714638, + 0.5943312834590827, + 9.248131220866268, + 0.594366227714059, + 9.4763569390179, + 0.5943671609704644, + 9.704582657169533, + 0.5943671609704644, + 9.932808375321168, + 0.5943671609704644, + 10.1610340934728, + 0.5943671609704644, + 10.38925981162443, + 0.5943671609704644, + 10.617485529776063, + 0.5943671609704644, + 10.845711247927696, + 0.5943671609704644, + 11.073936966079332, + 0.5943671609704644, + 11.302162684230964, + 0.5943671609704643, + 11.530388402382593, + 0.5943671609704643, + 11.758614120534226, + 0.5943671609704644, + 11.98683983868586, + 0.5943671609704644, + 12.21506555683749, + 0.5943671609704644, + 12.443291274989127, + 0.5943671609704644, + 12.671516993140758, + 0.5943671609704644, + 12.899742711292394, + 0.5943671609704644, + 13.127968429444023, + 0.5943671609704644, + 13.356194147595657, + 0.5943671609704644, + 13.584419865747288, + 0.5943671609704644, + 13.81264558389892, + 0.5943671609704644, + 14.040871302050554, + 0.5943671609704645, + 14.269097020202189, + 0.5943671609704644, + 14.497322738353821, + 0.5943671609704644, + 14.72554845650545, + 0.5943671609704644, + 14.953774174657086, + 0.5943671609704643, + 15.181999892808719, + 0.5943671609704644, + 15.410225610960351, + 0.5943671609704645, + 15.638451329111986, + 0.5943671609704645, + 15.866677047263618, + 0.5943671609704644, + 16.09490276541525, + 0.5943671609704643, + 16.32312848356688, + 0.5943671609704644, + 16.55135420171851, + 0.5943671609704644, + 16.779579919870145, + 0.5943671609704644, + 17.007805638021782, + 0.5943671609704644, + 17.236031356173413, + 0.5943671609704644, + 17.464257074325044, + 0.5943671609704645, + 17.69248279247668, + 0.5943671609704644, + 17.920708510628312, + 0.5943671609704643, + 18.148934228779943, + 0.5943671609704644, + 18.377159946931574, + 0.5943671609704644, + 18.605385665083208, + 0.5943671609704644, + 18.83361138323484, + 0.5943671609704644, + 19.061837101386473, + 0.5943671609704644, + 19.290062819538107, + 0.5943671609704644, + 19.51828853768974, + 0.5943671609704643, + 19.74651425584137, + 0.5943671609704644, + 19.974739973993007, + 0.5943671609704644, + 20.202965692144637, + 0.5943671609704643, + 20.431191410296268, + 0.5943671609704644, + 20.659417128447902, + 0.5943671609704644, + 20.887642846599533, + 0.5943671609704644, + 21.11586856475117, + 0.5943671609704643, + 21.3440942829028, + 0.5943655519769391, + 21.57231676561293, + 0.5940612762169692, + 21.799930631444074, + 0.5925045498406092, + 22.025026009387727, + 0.5886607397299708, + 22.245522409449897, + 0.5814952127671666, + 22.459339341636557, + 0.5699733358343091, + 22.664396315953706, + 0.5530604758135103, + 22.858612842407343, + 0.5297219995868823, + 23.039908431003447, + 0.49892327403653763, + 23.20620259174802, + 0.4596296660445886, + 23.355414834647043, + 0.4108065424931473, + 23.48546466970651, + 0.35162622705653235, + 23.59441032648686, + 0.2831436412553659, + 23.68157190728849, + 0.20741862362898691, + 23.74694309288971, + 0.1265204404131679, + 23.790523883290522, + 0.04251835784368571, + 23.81231427849093, + -0.04251835784368424, + 23.81231427849093, + -0.1265204404131663, + 23.790523883290522, + -0.20741862362898547, + 23.746943092889712, + -0.2831436412553659, + 23.681571907288486, + -0.35162622705653235, + 23.594410326486862, + -0.41080654249314724, + 23.485464669706506, + -0.45962966604458855, + 23.355414834647043, + -0.49892327403653763, + 23.20620259174802, + -0.5297219995868822, + 23.039908431003447, + -0.5530604758135101, + 22.858612842407343, + -0.569973335834309, + 22.66439631595371, + -0.5814952127671668, + 22.459339341636557, + -0.5886607397299709, + 22.245522409449894, + -0.5925045498406091, + 22.025026009387727, + -0.5940612762169692, + 21.799930631444077, + -0.5943655519769391, + 21.572316765612932, + -0.5943671609704644, + 21.344094282902798, + -0.5943671609704645, + 21.115868564751167, + -0.5943671609704644, + 20.88764284659954, + -0.5943671609704644, + 20.659417128447906, + -0.5943671609704645, + 20.43119141029627, + -0.5943671609704645, + 20.20296569214464, + -0.5943671609704645, + 19.974739973993007, + -0.5943671609704644, + 19.746514255841372, + -0.5943671609704644, + 19.51828853768974, + -0.5943671609704644, + 19.290062819538107, + -0.5943671609704644, + 19.061837101386477, + -0.5943671609704644, + 18.83361138323484, + -0.5943671609704643, + 18.605385665083208, + -0.5943671609704645, + 18.377159946931577, + -0.5943671609704643, + 18.148934228779943, + -0.5943671609704644, + 17.92070851062831, + -0.5943671609704645, + 17.69248279247668, + -0.5943671609704644, + 17.464257074325044, + -0.5943671609704645, + 17.236031356173413, + -0.5943671609704644, + 17.00780563802178, + -0.5943671609704644, + 16.779579919870145, + -0.5943671609704643, + 16.551354201718514, + -0.5943671609704644, + 16.32312848356688, + -0.5943671609704645, + 16.094902765415256, + -0.5943671609704644, + 15.86667704726362, + -0.5943671609704644, + 15.638451329111987, + -0.5943671609704644, + 15.410225610960353, + -0.5943671609704644, + 15.18199989280872, + -0.5943671609704644, + 14.953774174657088, + -0.5943671609704645, + 14.725548456505457, + -0.5943671609704644, + 14.497322738353823, + -0.5943671609704644, + 14.269097020202187, + -0.5943671609704645, + 14.040871302050556, + -0.5943671609704643, + 13.812645583898924, + -0.5943671609704645, + 13.584419865747293, + -0.5943671609704644, + 13.356194147595655, + -0.5943671609704644, + 13.127968429444023, + -0.5943671609704644, + 12.899742711292395, + -0.5943671609704644, + 12.67151699314076, + -0.5943671609704645, + 12.443291274989127, + -0.5943671609704644, + 12.215065556837493, + -0.5943671609704644, + 11.98683983868586, + -0.5943671609704643, + 11.758614120534226, + -0.5943671609704644, + 11.530388402382593, + -0.5943671609704644, + 11.302162684230968, + -0.5943671609704645, + 11.073936966079334, + -0.5943671609704644, + 10.845711247927701, + -0.5943671609704644, + 10.617485529776067, + -0.5943671609704644, + 10.389259811624433, + -0.5943671609704644, + 10.161034093472802, + -0.5943671609704644, + 9.93280837532117, + -0.5943671609704645, + 9.704582657169537, + -0.594366227714059, + 9.476356939017903, + -0.5943312834590828, + 9.248131220866266, + -0.5941897401785197, + 9.019905502714636, + -0.5938665837432533, + 8.791679784563007, + -0.593286800024167, + 8.563454066411373, + -0.5923753748921441, + 8.335228348259742, + -0.5910572942180681, + 8.107002630108106, + -0.5892575438728225, + 7.878776911956478, + -0.5869011097272904, + 7.65055119380484, + -0.5839129776523553, + 7.422325475653212, + -0.5802181335189007, + 7.194099757501574, + -0.5757976705683073, + 6.9657689303074894, + -0.5708955650835947, + 6.736735411677126, + -0.5658327197082932, + 6.506257508807993, + -0.5609300467065381, + 6.273593510874761, + -0.5565084583424648, + 6.0380017070521275, + -0.5528888668802086, + 5.798740386514757, + -0.5503921845839055, + 5.555067838437352, + -0.5493393237176902, + 5.306242351994577, + -0.5500511965456987, + 5.051522216361131, + -0.5528487153320663, + 4.7901657207116815, + -0.5580313290554673, + 4.521314123905191, + -0.5653380270210092, + 4.241052732687613, + -0.5739075037090251, + 3.9421936972788014, + -0.5828490115073106, + 3.6173886324860405, + -0.5912718028036603, + 3.259289153116656, + -0.5982851299858697, + 2.8605468739779436, + -0.602998245441734, + 2.4138134098771875, + -0.6045204015590478, + 1.9117403756217255, + -0.6019608507256065, + 1.3469793860188242, + -0.5944288453292053, + 0.7121820558758303, + -0.5810336377576386, + -8.881784197001252e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.2835004145630369, + 0.0, + 0.27010520699147045, + 0.2374302095570901, + 0.26257320159506903, + 0.4647252021325197, + 0.2600136507616277, + 0.6821020106936246, + 0.26153580687894157, + 0.88977766820774, + 0.2662489223348056, + 1.0879692076422016, + 0.27326224951701505, + 1.2768936619643452, + 0.281685040813365, + 1.456768064141506, + 0.2906265486116504, + 1.62780944714102, + 0.29919602529966643, + 1.7902348439302225, + 0.30650272326520805, + 1.944261287476449, + 0.31168533698860934, + 2.090119280636702, + 0.31448285577497676, + 2.228313963848404, + 0.31519472860298525, + 2.359606890368677, + 0.3141418677367701, + 2.484769433004209, + 0.31164518544046677, + 2.6045729645616897, + 0.3080255939782107, + 2.719788857847809, + 0.3036040056141374, + 2.831188485669255, + 0.2987013326123823, + 2.939543220832718, + 0.2936384872370807, + 3.045624436144886, + 0.28873638175236827, + 3.1502035044124495, + 0.2843159188017748, + 3.254051779698529, + 0.28062107466832026, + 3.357790742494725, + 0.2776329425933853, + 3.461529705290922, + 0.2752765084478532, + 3.565268668087119, + 0.27347675810260746, + 3.669007630883315, + 0.2721586774285314, + 3.7727465936795115, + 0.2712472522965085, + 3.8764855564757084, + 0.27066746857742224, + 3.9802245192719057, + 0.2703443121421559, + 4.083963482068103, + 0.2702027688615928, + 4.187702444864298, + 0.27016782460661654, + 4.291441407660495, + 0.2701668913502111, + 4.395180370456692, + 0.2701668913502111, + 4.498919333252888, + 0.2701668913502111, + 4.602658296049086, + 0.2701668913502111, + 4.706397258845282, + 0.2701668913502111, + 4.8101362216414785, + 0.2701668913502111, + 4.913875184437675, + 0.2701668913502111, + 5.017614147233872, + 0.2701668913502111, + 5.1213531100300695, + 0.27016689135021105, + 5.225092072826264, + 0.2701668913502111, + 5.328831035622462, + 0.2701668913502111, + 5.432569998418659, + 0.2701668913502111, + 5.536308961214855, + 0.2701668913502111, + 5.640047924011053, + 0.2701668913502111, + 5.743786886807248, + 0.27016689135021116, + 5.847525849603447, + 0.2701668913502111, + 5.951264812399642, + 0.2701668913502111, + 6.055003775195838, + 0.27016689135021105, + 6.158742737992035, + 0.2701668913502111, + 6.262481700788232, + 0.2701668913502111, + 6.366220663584428, + 0.2701668913502111, + 6.469959626380626, + 0.2701668913502111, + 6.573698589176822, + 0.2701668913502111, + 6.677437551973019, + 0.2701668913502111, + 6.781176514769216, + 0.2701668913502111, + 6.8849154775654124, + 0.2701668913502111, + 6.988654440361609, + 0.2701668913502111, + 7.092393403157806, + 0.27016689135021116, + 7.1961323659540035, + 0.2701668913502111, + 7.299871328750199, + 0.2701668913502111, + 7.403610291546395, + 0.2701668913502111, + 7.507349254342591, + 0.2701668913502111, + 7.611088217138788, + 0.2701668913502111, + 7.714827179934987, + 0.2701668913502111, + 7.818566142731183, + 0.27016689135021105, + 7.9223051055273785, + 0.27016689135021116, + 8.026044068323579, + 0.2701668913502111, + 8.129783031119773, + 0.2701668913502111, + 8.23352199391597, + 0.2701668913502111, + 8.337260956712166, + 0.2701668913502111, + 8.440999919508364, + 0.2701668913502111, + 8.544738882304559, + 0.2701668913502111, + 8.648477845100757, + 0.27016689135021105, + 8.752216807896954, + 0.2701668913502111, + 8.85595577069315, + 0.2701668913502111, + 8.959694733489346, + 0.27016689135021105, + 9.063433696285545, + 0.27016689135021105, + 9.167172659081741, + 0.27016689135021116, + 9.270911621877937, + 0.27016689135021116, + 9.374650584674132, + 0.2701668913502111, + 9.47838954747033, + 0.2701668913502111, + 9.582128510266529, + 0.2701668913502111, + 9.685867473062725, + 0.27016615998951776, + 9.789604965203694, + 0.27002785282589514, + 9.893065813308759, + 0.26932024992754955, + 9.995381894192237, + 0.2675730635136231, + 10.095607530584132, + 0.26431600580325765, + 10.192797045214432, + 0.25907878901559506, + 10.286004760813135, + 0.25139112536977737, + 10.374285000110245, + 0.24078272708494647, + 10.456692085835746, + 0.22678330638024444, + 10.532280340719643, + 0.20892257547481297, + 10.600104087491925, + 0.18673024658779425, + 10.659217648882592, + 0.1598301032075147, + 10.70873840196457, + 0.1287016551160754, + 10.748357302328948, + 0.09428119255863043, + 10.77807147760223, + 0.05750929109689451, + 10.797880927784417, + 0.01932652629258445, + 10.807785652875513, + -0.019326526292583728, + 10.807785652875513, + -0.057509291096893796, + 10.797880927784416, + -0.09428119255862975, + 10.77807147760223, + -0.1287016551160754, + 10.748357302328948, + -0.15983010320751473, + 10.70873840196457, + -0.18673024658779425, + 10.659217648882592, + -0.20892257547481297, + 10.600104087491927, + -0.22678330638024444, + 10.532280340719643, + -0.24078272708494644, + 10.456692085835748, + -0.2513911253697774, + 10.374285000110245, + -0.259078789015595, + 10.286004760813137, + -0.2643160058032576, + 10.192797045214434, + -0.26757306351362314, + 10.095607530584132, + -0.26932024992754955, + 9.995381894192237, + -0.27002785282589514, + 9.893065813308759, + -0.27016615998951776, + 9.789604965203694, + -0.2701668913502111, + 9.685867473062723, + -0.2701668913502111, + 9.582128510266529, + -0.2701668913502111, + 9.478389547470332, + -0.2701668913502111, + 9.374650584674137, + -0.27016689135021116, + 9.27091162187794, + -0.27016689135021116, + 9.167172659081743, + -0.27016689135021116, + 9.063433696285545, + -0.27016689135021116, + 8.959694733489348, + -0.2701668913502111, + 8.855955770693152, + -0.2701668913502111, + 8.752216807896955, + -0.2701668913502111, + 8.648477845100757, + -0.27016689135021105, + 8.544738882304562, + -0.2701668913502111, + 8.440999919508364, + -0.2701668913502111, + 8.337260956712168, + -0.2701668913502111, + 8.23352199391597, + -0.27016689135021116, + 8.129783031119773, + -0.27016689135021116, + 8.026044068323579, + -0.2701668913502111, + 7.922305105527379, + -0.2701668913502111, + 7.818566142731184, + -0.2701668913502111, + 7.714827179934987, + -0.27016689135021105, + 7.611088217138789, + -0.2701668913502111, + 7.507349254342594, + -0.2701668913502111, + 7.403610291546396, + -0.27016689135021105, + 7.299871328750201, + -0.2701668913502111, + 7.196132365954005, + -0.2701668913502111, + 7.092393403157808, + -0.2701668913502111, + 6.988654440361611, + -0.2701668913502111, + 6.884915477565414, + -0.27016689135021116, + 6.781176514769218, + -0.27016689135021116, + 6.677437551973022, + -0.2701668913502111, + 6.573698589176824, + -0.2701668913502111, + 6.469959626380627, + -0.2701668913502111, + 6.36622066358443, + -0.2701668913502111, + 6.262481700788233, + -0.2701668913502111, + 6.158742737992037, + -0.27016689135021105, + 6.05500377519584, + -0.2701668913502111, + 5.951264812399643, + -0.27016689135021116, + 5.847525849603447, + -0.2701668913502111, + 5.74378688680725, + -0.2701668913502111, + 5.6400479240110535, + -0.2701668913502111, + 5.536308961214855, + -0.2701668913502111, + 5.432569998418659, + -0.27016689135021105, + 5.328831035622462, + -0.2701668913502111, + 5.225092072826265, + -0.2701668913502111, + 5.121353110030071, + -0.27016689135021116, + 5.017614147233874, + -0.27016689135021116, + 4.913875184437678, + -0.27016689135021116, + 4.810136221641481, + -0.2701668913502111, + 4.706397258845284, + -0.27016689135021116, + 4.602658296049087, + -0.2701668913502111, + 4.498919333252891, + -0.27016689135021116, + 4.3951803704566945, + -0.2701678246066165, + 4.291441407660496, + -0.2702027688615928, + 4.187702444864298, + -0.2703443121421558, + 4.083963482068103, + -0.2706674685774222, + 3.9802245192719083, + -0.27124725229650853, + 3.87648555647571, + -0.2721586774285314, + 3.772746593679515, + -0.2734767581026074, + 3.6690076308833164, + -0.2752765084478532, + 3.5652686680871217, + -0.2776329425933853, + 3.461529705290923, + -0.2806210746683202, + 3.357790742494728, + -0.28431591880177487, + 3.2540517796985293, + -0.28873638175236815, + 3.150203504412452, + -0.29363848723708075, + 3.0456244361448874, + -0.2987013326123822, + 2.9395432208327206, + -0.3036040056141375, + 2.831188485669256, + -0.3080255939782107, + 2.7197888578478113, + -0.31164518544046677, + 2.6045729645616897, + -0.3141418677367701, + 2.484769433004211, + -0.31519472860298525, + 2.3596068903686764, + -0.3144828557749768, + 2.228313963848407, + -0.3116853369886093, + 2.090119280636702, + -0.3065027232652081, + 1.944261287476451, + -0.2991960252996663, + 1.7902348439302216, + -0.2906265486116505, + 1.6278094471410223, + -0.2816850408133649, + 1.4567680641415048, + -0.2732622495170151, + 1.2768936619643472, + -0.2662489223348058, + 1.0879692076422072, + -0.2615358068789415, + 0.8897776682077416, + -0.26001365076162763, + 0.6821020106936302, + -0.262573201595069, + 0.4647252021325212, + -0.2701052069914703, + 0.23743020955709576, + -0.2835004145630369, + 1.1102230246251565e-15 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.38326172127603836, + 0.0, + 0.36869233592686007, + 0.3408803053677898, + 0.3539280352661255, + 0.6582672060823126, + 0.3392089230521313, + 0.9534351359963847, + 0.32477510304317414, + 1.2276585289628217, + 0.3108666789975507, + 1.4822118188344398, + 0.29772375467355766, + 1.7183694394640554, + 0.2855864338294918, + 1.9374058247044839, + 0.2746948202236496, + 2.1405954084085415, + 0.265289017614328, + 2.329212624429045, + 0.25760912975982336, + 2.5045319066188094, + 0.25188346862287836, + 2.6678232154087462, + 0.24809992324668034, + 2.82026530263056, + 0.24602191405424653, + 2.962951764056586, + 0.245404265249635, + 3.096972934334585, + 0.246001801036904, + 3.2234191481123236, + 0.24756934562011168, + 3.3433807400375666, + 0.24986172320331615, + 3.4579480447580795, + 0.2526337579905757, + 3.568211396921625, + 0.2556402741859484, + 3.67526113117597, + 0.25863609599349247, + 3.780187582168878, + 0.2613760547072772, + 3.884081058054101, + 0.26367167335028946, + 3.9878200208502976, + 0.26552820949937733, + 4.091558983646495, + 0.2669922696762424, + 4.195297946442692, + 0.26811046040258596, + 4.299036909238888, + 0.26892938820010953, + 4.402775872035084, + 0.26949565959051464, + 4.506514834831281, + 0.2698558810955028, + 4.610253797627478, + 0.2700566592367754, + 4.713992760423675, + 0.27014460053603384, + 4.817731723219872, + 0.2701663115149798, + 4.921470686016067, + 0.2701668913502111, + 5.025209648812265, + 0.2701668913502111, + 5.128948611608462, + 0.2701668913502111, + 5.2326875744046575, + 0.2701668913502111, + 5.336426537200855, + 0.2701668913502111, + 5.440165499997051, + 0.2701668913502111, + 5.543904462793248, + 0.2701668913502111, + 5.647643425589445, + 0.2701668913502111, + 5.751382388385641, + 0.27016689135021105, + 5.855121351181838, + 0.2701668913502111, + 5.958860313978034, + 0.2701668913502111, + 6.062599276774232, + 0.2701668913502111, + 6.166338239570428, + 0.2701668913502111, + 6.270077202366626, + 0.2701668913502111, + 6.373816165162822, + 0.27016689135021116, + 6.477555127959019, + 0.2701668913502111, + 6.5812940907552155, + 0.2701668913502111, + 6.685033053551412, + 0.27016689135021105, + 6.7887720163476075, + 0.2701668913502111, + 6.892510979143805, + 0.2701668913502111, + 6.996249941940001, + 0.2701668913502111, + 7.099988904736199, + 0.2701668913502111, + 7.203727867532396, + 0.2701668913502111, + 7.3074668303285915, + 0.2701668913502111, + 7.411205793124789, + 0.2701668913502111, + 7.514944755920983, + 0.2701668913502111, + 7.618683718717182, + 0.2701668913502111, + 7.722422681513379, + 0.27016689135021116, + 7.826161644309575, + 0.2701668913502111, + 7.92990060710577, + 0.2701668913502111, + 8.033639569901968, + 0.2701668913502111, + 8.137378532698165, + 0.2701668913502111, + 8.241117495494361, + 0.2701668913502111, + 8.344856458290558, + 0.2701668913502111, + 8.448595421086756, + 0.27016689135021105, + 8.552334383882952, + 0.27016689135021116, + 8.65607334667915, + 0.2701668913502111, + 8.759812309475345, + 0.2701668913502111, + 8.863551272271541, + 0.2701668913502111, + 8.967290235067738, + 0.2701668913502111, + 9.071029197863934, + 0.2701668913502111, + 9.174768160660133, + 0.2701668913502111, + 9.278507123456329, + 0.27016689135021105, + 9.382246086252525, + 0.2701668913502111, + 9.485985049048722, + 0.2701668913502111, + 9.589724011844918, + 0.27016689135021105, + 9.693462974641115, + 0.27016689135021105, + 9.797201937437311, + 0.27016689135021116, + 9.90094090023351, + 0.27016689135021116, + 10.004679863029706, + 0.2701668913502111, + 10.108418825825904, + 0.2701668913502111, + 10.2121577886221, + 0.2701668913502111, + 10.315896751418295, + 0.27016615998951776, + 10.419634243559265, + 0.27002785282589514, + 10.52309509166433, + 0.26932024992754955, + 10.625411172547809, + 0.2675730635136231, + 10.725636808939704, + 0.26431600580325765, + 10.822826323570004, + 0.25907878901559506, + 10.916034039168709, + 0.25139112536977737, + 11.004314278465818, + 0.24078272708494647, + 11.086721364191318, + 0.22678330638024444, + 11.162309619075215, + 0.20892257547481297, + 11.230133365847498, + 0.18673024658779425, + 11.289246927238164, + 0.1598301032075147, + 11.338767680320144, + 0.1287016551160754, + 11.37838658068452, + 0.09428119255863043, + 11.4081007559578, + 0.05750929109689451, + 11.427910206139991, + 0.01932652629258445, + 11.437814931231085, + -0.019326526292583728, + 11.437814931231086, + -0.057509291096893796, + 11.42791020613999, + -0.09428119255862975, + 11.408100755957802, + -0.1287016551160754, + 11.37838658068452, + -0.15983010320751473, + 11.338767680320142, + -0.18673024658779425, + 11.289246927238164, + -0.20892257547481297, + 11.230133365847498, + -0.22678330638024444, + 11.162309619075216, + -0.24078272708494644, + 11.086721364191318, + -0.2513911253697774, + 11.004314278465817, + -0.259078789015595, + 10.916034039168709, + -0.2643160058032576, + 10.822826323570004, + -0.26757306351362314, + 10.725636808939704, + -0.26932024992754955, + 10.625411172547809, + -0.27002785282589514, + 10.52309509166433, + -0.27016615998951776, + 10.419634243559264, + -0.2701668913502111, + 10.315896751418297, + -0.2701668913502111, + 10.2121577886221, + -0.2701668913502111, + 10.108418825825906, + -0.2701668913502111, + 10.004679863029708, + -0.27016689135021116, + 9.900940900233513, + -0.27016689135021116, + 9.797201937437313, + -0.27016689135021116, + 9.693462974641118, + -0.27016689135021116, + 9.589724011844922, + -0.2701668913502111, + 9.485985049048724, + -0.2701668913502111, + 9.382246086252527, + -0.2701668913502111, + 9.278507123456329, + -0.27016689135021105, + 9.174768160660133, + -0.2701668913502111, + 9.071029197863936, + -0.2701668913502111, + 8.96729023506774, + -0.2701668913502111, + 8.863551272271541, + -0.27016689135021116, + 8.759812309475345, + -0.27016689135021116, + 8.65607334667915, + -0.2701668913502111, + 8.55233438388295, + -0.2701668913502111, + 8.448595421086756, + -0.2701668913502111, + 8.344856458290558, + -0.27016689135021105, + 8.24111749549436, + -0.2701668913502111, + 8.137378532698163, + -0.2701668913502111, + 8.033639569901966, + -0.27016689135021105, + 7.929900607105772, + -0.2701668913502111, + 7.826161644309575, + -0.2701668913502111, + 7.722422681513379, + -0.2701668913502111, + 7.618683718717182, + -0.2701668913502111, + 7.514944755920985, + -0.27016689135021116, + 7.411205793124789, + -0.27016689135021116, + 7.307466830328593, + -0.2701668913502111, + 7.203727867532395, + -0.2701668913502111, + 7.099988904736198, + -0.2701668913502111, + 6.996249941940002, + -0.2701668913502111, + 6.892510979143805, + -0.2701668913502111, + 6.788772016347609, + -0.27016689135021105, + 6.685033053551411, + -0.2701668913502111, + 6.581294090755215, + -0.27016689135021116, + 6.477555127959018, + -0.2701668913502111, + 6.373816165162821, + -0.2701668913502111, + 6.270077202366624, + -0.2701668913502111, + 6.166338239570426, + -0.2701668913502111, + 6.062599276774231, + -0.27016689135021105, + 5.958860313978033, + -0.2701668913502111, + 5.855121351181838, + -0.2701668913502111, + 5.751382388385641, + -0.27016689135021116, + 5.647643425589446, + -0.27016689135021116, + 5.5439044627932486, + -0.27016689135021116, + 5.440165499997051, + -0.2701668913502111, + 5.336426537200855, + -0.27016689135021116, + 5.232687574404659, + -0.2701668913502111, + 5.128948611608462, + -0.27016689135021116, + 5.0252096488122655, + -0.2701663115149798, + 4.921470686016068, + -0.27014460053603384, + 4.817731723219869, + -0.27005665923677535, + 4.713992760423674, + -0.2698558810955028, + 4.610253797627479, + -0.2694956595905147, + 4.506514834831282, + -0.2689293882001096, + 4.402775872035086, + -0.2681104604025859, + 4.299036909238887, + -0.2669922696762424, + 4.195297946442693, + -0.26552820949937733, + 4.091558983646494, + -0.26367167335028946, + 3.9878200208502994, + -0.2613760547072772, + 3.8840810580541, + -0.2586360959934926, + 3.78018758216888, + -0.2556402741859484, + 3.6752611311759695, + -0.25263375799057575, + 3.5682113969216265, + -0.24986172320331618, + 3.4579480447580786, + -0.2475693456201117, + 3.3433807400375684, + -0.24600180103690397, + 3.223419148112322, + -0.24540426524963502, + 3.0969729343345858, + -0.2460219140542465, + 2.9629517640565837, + -0.24809992324668032, + 2.8202653026305624, + -0.2518834686228784, + 2.6678232154087445, + -0.2576091297598233, + 2.5045319066188103, + -0.26528901761432805, + 2.3292126244290423, + -0.2746948202236496, + 2.140595408408543, + -0.2855864338294919, + 1.9374058247044808, + -0.2977237546735576, + 1.7183694394640558, + -0.3108666789975504, + 1.482211818834445, + -0.32477510304317403, + 1.2276585289628223, + -0.33920892305213096, + 0.9534351359963903, + -0.35392803526612543, + 0.6582672060823127, + -0.3686923359268598, + 0.3408803053677958, + -0.38326172127603836, + -4.440892098500626e-16 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0012/geometry.png b/samples/sample_0012/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..b86f1dcd4a074f02050aa8b04caa256bed07fc5c --- /dev/null +++ b/samples/sample_0012/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fae48cb0057ceb6a828a1b1dcdbbc34bf52bdd375aa1b33d0830d0725d4906c +size 193562 diff --git a/samples/sample_0012/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0012/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..a9906e3f4ec55c5877ab99399898bd0d24fad9ec --- /dev/null +++ b/samples/sample_0012/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5391ec1ccb97e51990e7d1cee0b03ed6b742371438045a6bd5486aff00ea98 +size 13414 diff --git a/samples/sample_0012/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0012/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..46c1a551a7a4642fc6b1218b9082f39a6af3b112 --- /dev/null +++ b/samples/sample_0012/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,165 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:37.300984+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 14.02877092680443, + "widths": [ + 2.823886794586356, + 2.823886794586356, + 2.823886794586356 + ], + "segment_heights": [ + 2.3382566440951686, + 2.3382566440951686 + ], + "height_bg": 3.5290556489036056, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3424213038516206, + 0.8180759713407134, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.6640403980407383, + 0.75 + ], + [ + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0012/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0012/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..26ba72ede9d3154394b138ccac426400410efbd1 --- /dev/null +++ b/samples/sample_0012/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4061d45d5e06ec253683956fc653289d16f2a85997ee9e8492421c8be4b5324f +size 13415 diff --git a/samples/sample_0012/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0012/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f97852674697280e66cc026081aedf8dbd8667a1 --- /dev/null +++ b/samples/sample_0012/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,165 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:37.301215+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 14.02877092680443, + "widths": [ + 2.823886794586356, + 2.823886794586356, + 2.823886794586356 + ], + "segment_heights": [ + 2.3382566440951686, + 2.3382566440951686 + ], + "height_bg": 3.5290556489036056, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3424213038516206, + 0.8180759713407134, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.6640403980407383, + 0.75 + ], + [ + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0012/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0012/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..12228e1c77dd3138eac4100de7fa8415b1b0caf7 --- /dev/null +++ b/samples/sample_0012/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21795d4fdca0a610c29d098f780c41bfa8d9277b5d5a47b0c245a4927c80f4d +size 13414 diff --git a/samples/sample_0012/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0012/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..63cc95417dad1d15180e3585fde1f041fccb300d --- /dev/null +++ b/samples/sample_0012/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,165 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:37.302151+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 14.02877092680443, + "widths": [ + 2.823886794586356, + 2.823886794586356, + 2.823886794586356 + ], + "segment_heights": [ + 2.3382566440951686, + 2.3382566440951686 + ], + "height_bg": 3.5290556489036056, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3424213038516206, + 0.8180759713407134, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.6640403980407383, + 0.75 + ], + [ + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0012/ooc/oc_sweep_manifest.json b/samples/sample_0012/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c4e304c640fee4d6ef9ff29de6244e4b9ba31036 --- /dev/null +++ b/samples/sample_0012/ooc/oc_sweep_manifest.json @@ -0,0 +1,1068 @@ +{ + "created_at": "2026-07-06T17:30:45.140186+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0012", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:37.300984+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 14.02877092680443, + "widths": [ + 2.823886794586356, + 2.823886794586356, + 2.823886794586356 + ], + "segment_heights": [ + 2.3382566440951686, + 2.3382566440951686 + ], + "height_bg": 3.5290556489036056, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3424213038516206, + 0.8180759713407134, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.6640403980407383, + 0.75 + ], + [ + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:37.301215+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 14.02877092680443, + "widths": [ + 2.823886794586356, + 2.823886794586356, + 2.823886794586356 + ], + "segment_heights": [ + 2.3382566440951686, + 2.3382566440951686 + ], + "height_bg": 3.5290556489036056, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3424213038516206, + 0.8180759713407134, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.6640403980407383, + 0.75 + ], + [ + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:37.302151+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 14.02877092680443, + "widths": [ + 2.823886794586356, + 2.823886794586356, + 2.823886794586356 + ], + "segment_heights": [ + 2.3382566440951686, + 2.3382566440951686 + ], + "height_bg": 3.5290556489036056, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3424213038516206, + 0.8180759713407134, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.6640403980407383, + 0.75 + ], + [ + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:37.301819+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 14.02877092680443, + "widths": [ + 2.823886794586356, + 2.823886794586356, + 2.823886794586356 + ], + "segment_heights": [ + 2.3382566440951686, + 2.3382566440951686 + ], + "height_bg": 3.5290556489036056, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3424213038516206, + 0.8180759713407134, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.6640403980407383, + 0.75 + ], + [ + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:37.301545+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 14.02877092680443, + "widths": [ + 2.823886794586356, + 2.823886794586356, + 2.823886794586356 + ], + "segment_heights": [ + 2.3382566440951686, + 2.3382566440951686 + ], + "height_bg": 3.5290556489036056, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3424213038516206, + 0.8180759713407134, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.6640403980407383, + 0.75 + ], + [ + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:37.302385+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 14.02877092680443, + "widths": [ + 2.823886794586356, + 2.823886794586356, + 2.823886794586356 + ], + "segment_heights": [ + 2.3382566440951686, + 2.3382566440951686 + ], + "height_bg": 3.5290556489036056, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3424213038516206, + 0.8180759713407134, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.6640403980407383, + 0.75 + ], + [ + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} \ No newline at end of file diff --git a/samples/sample_0012/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0012/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..d313d07ce695db6172533d3091268780d644be85 --- /dev/null +++ b/samples/sample_0012/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1eb8c796768c8c0ec927056c46028ffea20634edb0187c2a1792355624752c +size 13412 diff --git a/samples/sample_0012/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0012/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..bd4b6a1893ff1bb65a6dbae80ff575045a95a50a --- /dev/null +++ b/samples/sample_0012/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,165 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:37.301819+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 14.02877092680443, + "widths": [ + 2.823886794586356, + 2.823886794586356, + 2.823886794586356 + ], + "segment_heights": [ + 2.3382566440951686, + 2.3382566440951686 + ], + "height_bg": 3.5290556489036056, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3424213038516206, + 0.8180759713407134, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.6640403980407383, + 0.75 + ], + [ + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0012/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0012/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..072741b7ea8bd6a3c7c6f14921cfdd5050d8657d --- /dev/null +++ b/samples/sample_0012/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de26521888e4785cafbb909618b78260b45277307761a16816809d13a582cb2 +size 13414 diff --git a/samples/sample_0012/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0012/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5c1374cb7d98f4dd3fa8011a9909caa256f04ee4 --- /dev/null +++ b/samples/sample_0012/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,165 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:37.301545+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 14.02877092680443, + "widths": [ + 2.823886794586356, + 2.823886794586356, + 2.823886794586356 + ], + "segment_heights": [ + 2.3382566440951686, + 2.3382566440951686 + ], + "height_bg": 3.5290556489036056, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3424213038516206, + 0.8180759713407134, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.6640403980407383, + 0.75 + ], + [ + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0012/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0012/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..874d67a4d9c484d16b65dfee5802a05f7e875b36 --- /dev/null +++ b/samples/sample_0012/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72305568b9892ebba9b86ad98a06541a4ef26703109bdbec64bb0fd3739e5e1b +size 13416 diff --git a/samples/sample_0012/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0012/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..00aa23a52ede1c21b254fa06d5700c6ffeb24f95 --- /dev/null +++ b/samples/sample_0012/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,165 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:37.302385+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 14.02877092680443, + "widths": [ + 2.823886794586356, + 2.823886794586356, + 2.823886794586356 + ], + "segment_heights": [ + 2.3382566440951686, + 2.3382566440951686 + ], + "height_bg": 3.5290556489036056, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.3424213038516206, + 0.8180759713407134, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.6640403980407383, + 0.75 + ], + [ + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0012/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0013/domain_ids.npz b/samples/sample_0013/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..db9921ce5fe7cb52ca48f70c4214405f3ae18423 --- /dev/null +++ b/samples/sample_0013/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0c69570c31d7ecf77f823cc8d9669a785a3a85a6483b47273c542783e4281c +size 2983 diff --git a/samples/sample_0013/geometry.json b/samples/sample_0013/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..b8732dd0b74da8857e06afa8ac11bf2824763230 --- /dev/null +++ b/samples/sample_0013/geometry.json @@ -0,0 +1,1610 @@ +{ + "created_at": "2026-07-07T07:12:05.558366+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013", + "sample_kind": "interior", + "sample_label": "interior_0013", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.3534576329787831, + "height_bg_ratio": 0.4630088086935733, + "n_segments": 0.5893205223836125, + "width_ratio": 0.41693771968249393, + "segment_height_ratio": 0.7709880416871574, + "n_interfaces": 0.8660732544735232, + "interface_0_width_frac_0": 0.8022588391979858, + "interface_0_width_frac_1": 0.7380852752549765, + "interface_0_width_frac_2": 0.4909141945432409, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.330556061713429, + "interface_0_height_frac_1": 0.5336889914694122, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.9859323883780472, + "interface_1_width_frac_1": 0.8636237846939299, + "interface_1_width_frac_2": 0.7678204418862364, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.10445360359566225, + "interface_1_height_frac_1": 0.8528358522236149, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.6767288164893914, + "widths": [ + 0.608468859841247, + 0.608468859841247, + 0.608468859841247, + 0.608468859841247, + 0.608468859841247, + 0.608468859841247, + 0.608468859841247, + 0.608468859841247, + 0.608468859841247 + ], + "segment_heights": [ + 1.4908338562776624, + 1.4908338562776624, + 1.4908338562776624, + 1.4908338562776624, + 1.4908338562776624, + 1.4908338562776624, + 1.4908338562776624, + 1.4908338562776624 + ], + "height_bg": 1.69451321304036, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.7912423615588922, + 0.7559469013902371, + 0.6200028069987825, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.892262813607926, + 0.8249930815816615, + 0.7723012430374301, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.5318058339423859, + 0.6435289453081767, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.4074494819776142, + 0.8190597187229882, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.8383644082446957, + -2.0, + 0.8383644082446957, + -2.0, + 0.8383644082446957, + 18.510485858033995, + -0.8383644082446957, + 18.510485858033995 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.8383644082446957, + 0.0, + 0.8383644082446957, + 0.0, + 0.8383644082446957, + 1.69451321304036, + -0.8383644082446957, + 1.69451321304036 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.36774569104332955, + 0.0, + 0.3703345595035111, + 0.47532265767567444, + 0.3732095634699198, + 0.9131025712474692, + 0.3763179375923648, + 1.3159447469947798, + 0.3796069165206556, + 1.6864541911970015, + 0.38302373490460107, + 2.0272359101335296, + 0.38651562739401046, + 2.340894910083759, + 0.390029828638693, + 2.630036197327085, + 0.3935135732884578, + 2.8972647781429024, + 0.3969140959931143, + 3.145185658810609, + 0.4001786314024715, + 3.376403845609597, + 0.40325441416633856, + 3.593524344819263, + 0.4060886789345247, + 3.799152162719002, + 0.4086286603568392, + 3.9958923055882103, + 0.41082689319158866, + 4.186206242022795, + 0.4126847002731964, + 4.371234160605077, + 0.41422969791197517, + 4.55140416928322, + 0.41548975726943516, + 4.727137474118275, + 0.41649274950708665, + 4.898855281171297, + 0.4172665457864399, + 5.066978796503336, + 0.41783901726900513, + 5.2319292261754455, + 0.4182380351162927, + 5.394127776248678, + 0.4184914704898127, + 5.553995652784087, + 0.4186271945510754, + 5.711954061842724, + 0.418673078461591, + 5.868424209485641, + 0.41865699338286994, + 6.023827301773892, + 0.4186068104764223, + 6.17858454476853, + 0.41854991778591205, + 6.333110010027941, + 0.4185006380455536, + 6.487624825534106, + 0.41845904130884476, + 6.642139641040271, + 0.41842447647378145, + 6.7966544565464355, + 0.4183962924383593, + 6.951169272052602, + 0.4183738381005741, + 7.105684087558766, + 0.41835646235842183, + 7.26019890306493, + 0.41834351410989806, + 7.414713718571094, + 0.4183343422529988, + 7.569228534077259, + 0.41832829568571983, + 7.723743349583425, + 0.41832472330605663, + 7.878258165089589, + 0.4183229740120054, + 8.032772980595754, + 0.4183223967015617, + 8.18728779610192, + 0.41832234114085726, + 8.341802611608085, + 0.41832234114085737, + 8.49631742711425, + 0.41832234114085726, + 8.650832242620412, + 0.4183223411408573, + 8.805347058126577, + 0.41832234114085737, + 8.959861873632743, + 0.4183223411408573, + 9.114376689138906, + 0.4183223411408573, + 9.26889150464507, + 0.41832234114085726, + 9.423406320151235, + 0.4183223411408573, + 9.5779211356574, + 0.4183223411408573, + 9.732435951163566, + 0.41832234114085737, + 9.886950766669731, + 0.41832234114085737, + 10.041465582175896, + 0.4183223411408573, + 10.195980397682058, + 0.4183223411408573, + 10.350495213188225, + 0.4183223411408573, + 10.505010028694391, + 0.4183223411408573, + 10.659524844200554, + 0.41832234114085726, + 10.814039659706719, + 0.4183223411408573, + 10.968554475212883, + 0.41832234114085726, + 11.123069290719048, + 0.4183223411408573, + 11.277584106225213, + 0.41832234114085737, + 11.432098921731377, + 0.4183223411408573, + 11.586613737237544, + 0.41832234114085737, + 11.741128552743708, + 0.41832234114085737, + 11.895643368249871, + 0.41832234114085726, + 12.050158183756036, + 0.41832234114085737, + 12.204672999262204, + 0.41832234114085737, + 12.359187814768365, + 0.41832234114085726, + 12.513702630274528, + 0.41832234114085726, + 12.668217445780694, + 0.4183223411408573, + 12.822732261286863, + 0.41832234114085726, + 12.977247076793024, + 0.4183223411408573, + 13.131761892299188, + 0.41832234114085726, + 13.286276707805353, + 0.41832234114085726, + 13.440791523311518, + 0.4183223411408573, + 13.595306338817684, + 0.4183223411408573, + 13.749821154323847, + 0.4183223411408573, + 13.904335969830013, + 0.41832234114085737, + 14.05885078533618, + 0.4183223411408573, + 14.213365600842343, + 0.4183223411408573, + 14.367880416348507, + 0.4183185191967942, + 14.52238586755687, + 0.41815847528914957, + 14.676508553092622, + 0.41749680122321625, + 14.829402174541999, + 0.41597518974307335, + 14.980188828986167, + 0.4132353335928003, + 15.127990613506288, + 0.4089189255164766, + 15.271929625183521, + 0.4026676582581815, + 15.411127961099034, + 0.39412322456199456, + 15.544707718333983, + 0.38292731717199485, + 15.671790993969541, + 0.36872162883226195, + 15.791499885086857, + 0.3511478522868753, + 15.9029564887671, + 0.3298476802799143, + 16.00528290209143, + 0.304462805555458, + 16.097601222141016, + 0.27463534551803737, + 16.179033892822865, + 0.24026651353013168, + 16.248914965162335, + 0.20195630172709922, + 16.307149192111893, + 0.1604213246207806, + 16.35373657367154, + 0.1163781967230177, + 16.388677109841275, + 0.07054353254565218, + 16.411970800621102, + 0.023633946600524824, + 16.423617646011014, + -0.02363394660052373, + 16.42361764601101, + -0.07054353254565161, + 16.411970800621102, + -0.11637819672301715, + 16.38867710984128, + -0.16042132462077957, + 16.35373657367154, + -0.20195630172709828, + 16.307149192111897, + -0.24026651353013118, + 16.248914965162335, + -0.274635345518037, + 16.179033892822865, + -0.3044628055554573, + 16.09760122214102, + -0.3298476802799137, + 16.005282902091434, + -0.3511478522868751, + 15.902956488767101, + -0.36872162883226156, + 15.791499885086862, + -0.3829273171719946, + 15.671790993969543, + -0.3941232245619942, + 15.54470771833399, + -0.4026676582581814, + 15.411127961099039, + -0.4089189255164765, + 15.271929625183525, + -0.4132353335928002, + 15.127990613506293, + -0.4159751897430733, + 14.980188828986174, + -0.4174968012232162, + 14.829402174542004, + -0.41815847528914957, + 14.676508553092628, + -0.4183185191967942, + 14.522385867556878, + -0.41832234114085737, + 14.367880416348514, + -0.41832234114085726, + 14.213365600842348, + -0.4183223411408573, + 14.058850785336183, + -0.4183223411408573, + 13.90433596983002, + -0.4183223411408573, + 13.749821154323852, + -0.4183223411408573, + 13.595306338817691, + -0.4183223411408573, + 13.440791523311526, + -0.4183223411408573, + 13.286276707805362, + -0.41832234114085737, + 13.131761892299195, + -0.4183223411408573, + 12.977247076793029, + -0.4183223411408573, + 12.822732261286866, + -0.4183223411408573, + 12.668217445780702, + -0.41832234114085726, + 12.513702630274535, + -0.41832234114085737, + 12.359187814768372, + -0.4183223411408573, + 12.204672999262208, + -0.41832234114085737, + 12.050158183756045, + -0.41832234114085726, + 11.895643368249877, + -0.41832234114085726, + 11.741128552743712, + -0.41832234114085726, + 11.586613737237546, + -0.4183223411408573, + 11.432098921731383, + -0.41832234114085737, + 11.27758410622522, + -0.41832234114085726, + 11.123069290719053, + -0.4183223411408573, + 10.968554475212892, + -0.41832234114085726, + 10.814039659706726, + -0.4183223411408573, + 10.65952484420056, + -0.4183223411408573, + 10.505010028694395, + -0.4183223411408573, + 10.350495213188228, + -0.41832234114085737, + 10.195980397682067, + -0.4183223411408573, + 10.041465582175903, + -0.4183223411408573, + 9.886950766669736, + -0.4183223411408573, + 9.732435951163573, + -0.41832234114085737, + 9.577921135657409, + -0.4183223411408573, + 9.423406320151244, + -0.4183223411408573, + 9.268891504645078, + -0.4183223411408573, + 9.114376689138911, + -0.41832234114085737, + 8.95986187363275, + -0.41832234114085737, + 8.805347058126584, + -0.4183223411408573, + 8.65083224262042, + -0.4183223411408573, + 8.496317427114255, + -0.41832234114085726, + 8.34180261160809, + -0.4183223967015616, + 8.187287796101925, + -0.41832297401200536, + 8.032772980595759, + -0.41832472330605674, + 7.878258165089593, + -0.41832829568571983, + 7.723743349583432, + -0.4183343422529989, + 7.569228534077267, + -0.4183435141098981, + 7.414713718571099, + -0.4183564623584218, + 7.260198903064937, + -0.41837383810057416, + 7.105684087558774, + -0.4183962924383593, + 6.951169272052607, + -0.41842447647378145, + 6.796654456546442, + -0.4184590413088448, + 6.642139641040275, + -0.4185006380455536, + 6.487624825534113, + -0.41854991778591216, + 6.333110010027949, + -0.4186068104764223, + 6.178584544768535, + -0.4186569933828699, + 6.023827301773898, + -0.418673078461591, + 5.868424209485648, + -0.4186271945510754, + 5.711954061842729, + -0.41849147048981267, + 5.553995652784092, + -0.41823803511629265, + 5.3941277762486814, + -0.41783901726900524, + 5.231929226175453, + -0.41726654578643996, + 5.066978796503342, + -0.4164927495070866, + 4.8988552811713015, + -0.4154897572694352, + 4.727137474118285, + -0.4142296979119751, + 4.551404169283228, + -0.4126847002731964, + 4.371234160605085, + -0.4108268931915887, + 4.1862062420228, + -0.40862866035683926, + 3.9958923055882156, + -0.40608867893452477, + 3.799152162719011, + -0.40325441416633856, + 3.5935243448192704, + -0.40017863140247156, + 3.3764038456096035, + -0.3969140959931144, + 3.145185658810619, + -0.3935135732884579, + 2.897264778142913, + -0.390029828638693, + 2.630036197327094, + -0.3865156273940105, + 2.340894910083766, + -0.383023734904601, + 2.027235910133535, + -0.37960691652065565, + 1.6864541911970137, + -0.3763179375923649, + 1.3159447469947905, + -0.3732095634699198, + 0.9131025712474781, + -0.3703345595035112, + 0.4753226576756919, + -0.36774569104332955, + 3.9968028886505635e-15 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.24072316879791741, + 0.0, + 0.23813430033773594, + 0.17404457333010798, + 0.23525929637132723, + 0.3380016669493438, + 0.2321509222488821, + 0.49245864882863066, + 0.22886194332059143, + 0.6380028869388918, + 0.22544512493664598, + 0.7752217492510506, + 0.2219532324472366, + 0.90470260373603, + 0.218439031202554, + 1.0270328183647532, + 0.2149552865527891, + 1.1427997611081433, + 0.21155476384813265, + 1.2525907999371242, + 0.20829022843877548, + 1.356993302822618, + 0.2052144456749084, + 1.4565946377355488, + 0.20238018090672222, + 1.551982172646839, + 0.19984019948440773, + 1.6437432755274126, + 0.1976419666496583, + 1.7324409883229523, + 0.19578415956805062, + 1.818414429266706, + 0.19423916192927185, + 1.901882036843864, + 0.19297910257181186, + 1.983061079843439, + 0.19197611033416034, + 2.062168827054441, + 0.19120231405480712, + 2.139422547265881, + 0.1906298425722418, + 2.215039509266771, + 0.1902308247249543, + 2.289236981846122, + 0.18997738935143432, + 2.3622322337929442, + 0.18984166529017163, + 2.4342425338962497, + 0.18979578137965597, + 2.5054851509450495, + 0.18981186645837703, + 2.5761773537283537, + 0.18986204936482473, + 2.6465364110351746, + 0.18991894205533486, + 2.716775911496763, + 0.18996822179569334, + 2.78700991854502, + 0.19000981853240217, + 2.8572439255932767, + 0.1900443833674656, + 2.9274779326415334, + 0.19007256740288778, + 2.9977119396897907, + 0.19009502174067286, + 3.0679459467380465, + 0.19011239748282516, + 3.1381799537863038, + 0.19012534573134884, + 3.20841396083456, + 0.1901345175882481, + 3.2786479678828164, + 0.19014056415552721, + 3.348881974931073, + 0.19014413653519027, + 3.4191159819793304, + 0.19014588582924158, + 3.4893499890275868, + 0.1901464631396853, + 3.559583996075844, + 0.19014651870038968, + 3.6298180031241003, + 0.19014651870038968, + 3.700052010172357, + 0.19014651870038965, + 3.770286017220613, + 0.19014651870038965, + 3.8405200242688697, + 0.19014651870038968, + 3.9107540313171274, + 0.19014651870038968, + 3.9809880383653837, + 0.19014651870038968, + 4.05122204541364, + 0.19014651870038968, + 4.121456052461896, + 0.19014651870038965, + 4.191690059510154, + 0.19014651870038968, + 4.261924066558411, + 0.19014651870038968, + 4.332158073606666, + 0.19014651870038968, + 4.4023920806549235, + 0.19014651870038965, + 4.47262608770318, + 0.19014651870038968, + 4.542860094751438, + 0.1901465187003897, + 4.613094101799694, + 0.19014651870038968, + 4.68332810884795, + 0.19014651870038968, + 4.753562115896207, + 0.19014651870038968, + 4.823796122944464, + 0.19014651870038968, + 4.894030129992721, + 0.19014651870038968, + 4.964264137040977, + 0.1901465187003897, + 5.034498144089234, + 0.19014651870038968, + 5.104732151137491, + 0.19014651870038968, + 5.174966158185748, + 0.19014651870038968, + 5.245200165234004, + 0.19014651870038968, + 5.315434172282261, + 0.19014651870038968, + 5.385668179330518, + 0.19014651870038968, + 5.455902186378775, + 0.19014651870038968, + 5.52613619342703, + 0.19014651870038965, + 5.596370200475287, + 0.19014651870038968, + 5.666604207523545, + 0.19014651870038965, + 5.7368382145718, + 0.19014651870038968, + 5.807072221620057, + 0.19014651870038965, + 5.8773062286683135, + 0.19014651870038968, + 5.947540235716572, + 0.19014651870038968, + 6.017774242764827, + 0.19014651870038968, + 6.088008249813084, + 0.19014651870038968, + 6.1582422568613415, + 0.19014651870038968, + 6.228476263909598, + 0.19014651870038968, + 6.298710270957854, + 0.19014651870038968, + 6.368944278006111, + 0.19014478145308825, + 6.4391740285553665, + 0.1900720342223407, + 6.509229794707982, + 0.1897712732832801, + 6.57872689536679, + 0.18907963170139697, + 6.647266283750502, + 0.18783424254218195, + 6.71444891307783, + 0.1858722388711257, + 6.779875736567482, + 0.18303075375371886, + 6.843147707438168, + 0.17914692025545204, + 6.903865778908601, + 0.17405787144181586, + 6.961630904197491, + 0.16760074037830086, + 7.016044036523542, + 0.15961266013039788, + 7.066706129105472, + 0.1499307637635974, + 7.113218135161986, + 0.13839218434339, + 7.155181007911798, + 0.12483424796274424, + 7.1921958582217265, + 0.10921205160460531, + 7.223959982012396, + 0.09179831896686325, + 7.250430085171287, + 0.07291878391853665, + 7.2716061676984, + 0.0528991803286444, + 7.287488229593733, + 0.03206524206620555, + 7.298076270857291, + 0.01074270300023856, + 7.303370291489069, + -0.010742703000238052, + 7.303370291489069, + -0.03206524206620528, + 7.2980762708572895, + -0.052899180328644164, + 7.287488229593733, + -0.07291878391853618, + 7.271606167698399, + -0.09179831896686283, + 7.2504300851712875, + -0.10921205160460508, + 7.223959982012396, + -0.12483424796274406, + 7.192195858221728, + -0.1383921843433897, + 7.155181007911798, + -0.14993076376359715, + 7.113218135161987, + -0.15961266013039777, + 7.066706129105473, + -0.1676007403783007, + 7.016044036523545, + -0.1740578714418157, + 6.9616309041974915, + -0.17914692025545192, + 6.903865778908602, + -0.18303075375371886, + 6.84314770743817, + -0.18587223887112572, + 6.779875736567484, + -0.18783424254218192, + 6.71444891307783, + -0.18907963170139697, + 6.647266283750504, + -0.18977127328328006, + 6.57872689536679, + -0.1900720342223407, + 6.509229794707984, + -0.19014478145308827, + 6.439174028555371, + -0.1901465187003897, + 6.368944278006114, + -0.19014651870038968, + 6.298710270957856, + -0.19014651870038968, + 6.2284762639096, + -0.19014651870038968, + 6.158242256861343, + -0.19014651870038968, + 6.088008249813086, + -0.1901465187003897, + 6.01777424276483, + -0.19014651870038968, + 5.947540235716573, + -0.19014651870038968, + 5.877306228668316, + -0.1901465187003897, + 5.80707222162006, + -0.19014651870038968, + 5.736838214571803, + -0.1901465187003897, + 5.666604207523546, + -0.1901465187003897, + 5.59637020047529, + -0.19014651870038968, + 5.526136193427033, + -0.19014651870038968, + 5.455902186378775, + -0.1901465187003897, + 5.385668179330521, + -0.19014651870038968, + 5.315434172282264, + -0.19014651870038968, + 5.245200165234006, + -0.19014651870038965, + 5.1749661581857485, + -0.19014651870038968, + 5.104732151137491, + -0.19014651870038968, + 5.034498144089237, + -0.1901465187003897, + 4.9642641370409795, + -0.19014651870038968, + 4.894030129992722, + -0.19014651870038968, + 4.823796122944467, + -0.19014651870038968, + 4.75356211589621, + -0.19014651870038968, + 4.683328108847952, + -0.19014651870038968, + 4.613094101799695, + -0.19014651870038968, + 4.542860094751439, + -0.1901465187003897, + 4.472626087703183, + -0.1901465187003897, + 4.402392080654925, + -0.19014651870038968, + 4.332158073606669, + -0.1901465187003897, + 4.2619240665584135, + -0.19014651870038968, + 4.191690059510157, + -0.19014651870038968, + 4.121456052461899, + -0.1901465187003897, + 4.051222045413642, + -0.1901465187003897, + 3.9809880383653855, + -0.19014651870038968, + 3.9107540313171296, + -0.19014651870038968, + 3.840520024268873, + -0.19014651870038968, + 3.770286017220615, + -0.19014651870038965, + 3.70005201017236, + -0.19014651870038968, + 3.629818003124103, + -0.19014646313968528, + 3.5595839960758453, + -0.19014588582924158, + 3.4893499890275885, + -0.1901441365351903, + 3.4191159819793313, + -0.1901405641555272, + 3.3488819749310763, + -0.19013451758824812, + 3.2786479678828195, + -0.19012534573134882, + 3.208413960834562, + -0.19011239748282513, + 3.138179953786306, + -0.19009502174067283, + 3.067945946738049, + -0.19007256740288775, + 2.9977119396897924, + -0.19004438336746562, + 2.927477932641535, + -0.1900098185324022, + 2.8572439255932784, + -0.18996822179569336, + 2.7870099185450226, + -0.1899189420553349, + 2.716775911496766, + -0.1898620493648247, + 2.6465364110351763, + -0.18981186645837703, + 2.5761773537283563, + -0.18979578137965594, + 2.5054851509450518, + -0.1898416652901716, + 2.434242533896252, + -0.18997738935143432, + 2.362232233792946, + -0.1902308247249543, + 2.289236981846123, + -0.19062984257224183, + 2.215039509266774, + -0.1912023140548071, + 2.1394225472658834, + -0.19197611033416032, + 2.0621688270544425, + -0.19297910257181183, + 1.9830610798434423, + -0.19423916192927185, + 1.9018820368438671, + -0.19578415956805056, + 1.8184144292667084, + -0.1976419666496583, + 1.7324409883229543, + -0.1998401994844078, + 1.6437432755274144, + -0.20238018090672213, + 1.5519821726468428, + -0.20521444567490835, + 1.4565946377355512, + -0.20829022843877545, + 1.3569933028226202, + -0.21155476384813254, + 1.252590799937128, + -0.21495528655278898, + 1.1427997611081468, + -0.21843903120255392, + 1.0270328183647561, + -0.22195323244723655, + 0.9047026037360325, + -0.22544512493664598, + 0.7752217492510525, + -0.22886194332059134, + 0.6380028869388962, + -0.23215092224888204, + 0.4924586488286343, + -0.23525929637132714, + 0.33800166694934664, + -0.23813430033773583, + 0.17404457333011394, + -0.24072316879791741, + 9.992007221626409e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.27145706843737893, + 0.0, + 0.2670345342575365, + 0.1373479943495861, + 0.2629955489896912, + 0.2744083725055798, + 0.25929922568970953, + 0.4107877880907841, + 0.25590467741345774, + 0.5460928947280022, + 0.25277101721680206, + 0.6799303460400367, + 0.2498573581556089, + 0.8119067956496908, + 0.24712281328574442, + 0.9416288971797677, + 0.24452649566307508, + 1.06870330425307, + 0.2420275183434672, + 1.1927366704924014, + 0.239584994382787, + 1.3133356495205641, + 0.23715803683690084, + 1.4301068949603617, + 0.2347057587616751, + 1.5426570604345966, + 0.232187273212976, + 1.6505927995660725, + 0.2295662267731524, + 1.7535719501999505, + 0.22684799762970922, + 1.8517235065242408, + 0.22406045448507536, + 1.9454303841546259, + 0.22123168403243473, + 2.035077959856473, + 0.21838977296497114, + 2.121051610395151, + 0.21556280797586844, + 2.203736712536025, + 0.21277887575831045, + 2.2835186430444647, + 0.21006606300548106, + 2.3607827786858366, + 0.2074524564105641, + 2.4359144962255086, + 0.20496614266674343, + 2.509299172428847, + 0.2026352084672029, + 2.581322184061221, + 0.2004877405051263, + 2.652368907887997, + 0.1985518254736976, + 2.7228247206745433, + 0.1968547492399531, + 2.7930684715699043, + 0.19540214034339884, + 2.8633024786181607, + 0.1941760017848082, + 2.933536485666418, + 0.1931571411626589, + 3.0037704927146747, + 0.1923263660754285, + 3.074004499762932, + 0.19166448412159467, + 3.1442385068111878, + 0.19115230289963514, + 3.2144725138594445, + 0.1907706300080275, + 3.284706520907701, + 0.19050027304524944, + 3.354940527955958, + 0.19032203960977867, + 3.425174535004215, + 0.19021673730009275, + 3.4954085420524716, + 0.1901651737146694, + 3.5656425491007284, + 0.19014815645198624, + 3.6358765561489848, + 0.19014651870038968, + 3.706110563197241, + 0.19014651870038968, + 3.7763445702454983, + 0.19014651870038965, + 3.8465785772937546, + 0.19014651870038965, + 3.916812584342012, + 0.19014651870038968, + 3.9870465913902686, + 0.19014651870038968, + 4.057280598438525, + 0.19014651870038968, + 4.127514605486781, + 0.19014651870038968, + 4.1977486125350385, + 0.19014651870038965, + 4.267982619583295, + 0.19014651870038968, + 4.338216626631552, + 0.19014651870038968, + 4.408450633679808, + 0.19014651870038968, + 4.478684640728066, + 0.19014651870038965, + 4.548918647776321, + 0.19014651870038968, + 4.619152654824578, + 0.1901465187003897, + 4.6893866618728355, + 0.19014651870038968, + 4.759620668921091, + 0.19014651870038968, + 4.829854675969349, + 0.19014651870038968, + 4.900088683017605, + 0.19014651870038968, + 4.970322690065862, + 0.19014651870038968, + 5.040556697114117, + 0.1901465187003897, + 5.110790704162376, + 0.19014651870038968, + 5.1810247112106325, + 0.19014651870038968, + 5.251258718258889, + 0.19014651870038968, + 5.321492725307145, + 0.19014651870038968, + 5.391726732355402, + 0.19014651870038968, + 5.46196073940366, + 0.19014651870038968, + 5.532194746451915, + 0.19014651870038968, + 5.602428753500172, + 0.19014651870038965, + 5.672662760548428, + 0.19014651870038968, + 5.742896767596686, + 0.19014651870038965, + 5.813130774644941, + 0.19014651870038968, + 5.883364781693198, + 0.19014651870038965, + 5.953598788741455, + 0.19014651870038968, + 6.023832795789712, + 0.19014651870038968, + 6.094066802837969, + 0.19014651870038968, + 6.1643008098862255, + 0.19014651870038968, + 6.234534816934483, + 0.19014651870038968, + 6.30476882398274, + 0.19014651870038968, + 6.375002831030996, + 0.19014651870038968, + 6.445236838079252, + 0.19014478145308825, + 6.515466588628509, + 0.1900720342223407, + 6.585522354781123, + 0.1897712732832801, + 6.6550194554399305, + 0.18907963170139697, + 6.7235588438236435, + 0.18783424254218195, + 6.7907414731509705, + 0.1858722388711257, + 6.8561682966406226, + 0.18303075375371886, + 6.91944026751131, + 0.17914692025545204, + 6.980158338981742, + 0.17405787144181586, + 7.037923464270632, + 0.16760074037830086, + 7.0923365965966845, + 0.15961266013039788, + 7.142998689178613, + 0.1499307637635974, + 7.189510695235127, + 0.13839218434339, + 7.23147356798494, + 0.12483424796274424, + 7.268488418294868, + 0.10921205160460531, + 7.300252542085537, + 0.09179831896686325, + 7.326722645244428, + 0.07291878391853665, + 7.3478987277715415, + 0.0528991803286444, + 7.363780789666874, + 0.03206524206620555, + 7.374368830930432, + 0.01074270300023856, + 7.379662851562209, + -0.010742703000238052, + 7.379662851562209, + -0.03206524206620528, + 7.374368830930432, + -0.052899180328644164, + 7.363780789666874, + -0.07291878391853618, + 7.347898727771541, + -0.09179831896686283, + 7.326722645244429, + -0.10921205160460508, + 7.300252542085537, + -0.12483424796274406, + 7.2684884182948695, + -0.1383921843433897, + 7.231473567984939, + -0.14993076376359715, + 7.189510695235129, + -0.15961266013039777, + 7.142998689178615, + -0.1676007403783007, + 7.092336596596686, + -0.1740578714418157, + 7.037923464270633, + -0.17914692025545192, + 6.980158338981744, + -0.18303075375371886, + 6.919440267511312, + -0.18587223887112572, + 6.856168296640624, + -0.18783424254218192, + 6.790741473150972, + -0.18907963170139697, + 6.723558843823645, + -0.18977127328328006, + 6.655019455439932, + -0.1900720342223407, + 6.5855223547811255, + -0.19014478145308827, + 6.515466588628511, + -0.1901465187003897, + 6.445236838079255, + -0.19014651870038968, + 6.375002831030997, + -0.19014651870038968, + 6.304768823982741, + -0.19014651870038968, + 6.2345348169344845, + -0.19014651870038968, + 6.164300809886227, + -0.1901465187003897, + 6.094066802837971, + -0.19014651870038968, + 6.0238327957897155, + -0.19014651870038968, + 5.953598788741458, + -0.1901465187003897, + 5.883364781693201, + -0.19014651870038968, + 5.813130774644943, + -0.1901465187003897, + 5.7428967675966875, + -0.1901465187003897, + 5.672662760548431, + -0.19014651870038968, + 5.602428753500173, + -0.19014651870038968, + 5.532194746451917, + -0.1901465187003897, + 5.461960739403662, + -0.19014651870038968, + 5.391726732355404, + -0.19014651870038968, + 5.321492725307148, + -0.19014651870038965, + 5.25125871825889, + -0.19014651870038968, + 5.181024711210633, + -0.19014651870038968, + 5.110790704162377, + -0.1901465187003897, + 5.040556697114122, + -0.19014651870038968, + 4.9703226900658635, + -0.19014651870038968, + 4.900088683017608, + -0.19014651870038968, + 4.829854675969352, + -0.19014651870038968, + 4.7596206689210945, + -0.19014651870038968, + 4.689386661872837, + -0.19014651870038968, + 4.61915265482458, + -0.1901465187003897, + 4.5489186477763255, + -0.1901465187003897, + 4.4786846407280665, + -0.19014651870038968, + 4.40845063367981, + -0.1901465187003897, + 4.338216626631554, + -0.19014651870038968, + 4.2679826195832975, + -0.19014651870038968, + 4.197748612535041, + -0.1901465187003897, + 4.127514605486784, + -0.1901465187003897, + 4.057280598438527, + -0.19014651870038968, + 3.9870465913902713, + -0.19014651870038968, + 3.9168125843420136, + -0.19014651870038968, + 3.8465785772937564, + -0.19014651870038965, + 3.776344570245501, + -0.19014651870038968, + 3.7061105631972437, + -0.1901481564519862, + 3.6358765561489865, + -0.1901651737146694, + 3.5656425491007293, + -0.19021673730009278, + 3.4954085420524725, + -0.19032203960977867, + 3.4251745350042175, + -0.19050027304524947, + 3.3549405279559608, + -0.1907706300080275, + 3.284706520907703, + -0.1911523028996351, + 3.214472513859447, + -0.19166448412159465, + 3.144238506811191, + -0.19232636607542847, + 3.074004499762933, + -0.19315714116265892, + 3.0037704927146764, + -0.19417600178480823, + 2.9335364856664192, + -0.19540214034339884, + 2.863302478618164, + -0.1968547492399531, + 2.7930684715699066, + -0.1985518254736975, + 2.722824720674545, + -0.20048774050512622, + 2.652368907888, + -0.20263520846720282, + 2.5813221840612237, + -0.20496614266674337, + 2.5092991724288494, + -0.20745245641056406, + 2.4359144962255104, + -0.21006606300548103, + 2.360782778685838, + -0.21277887575831042, + 2.2835186430444674, + -0.21556280797586838, + 2.203736712536028, + -0.21838977296497109, + 2.121051610395152, + -0.22123168403243468, + 2.035077959856477, + -0.22406045448507528, + 1.945430384154629, + -0.22684799762970914, + 1.8517235065242434, + -0.22956622677315233, + 1.7535719501999525, + -0.23218727321297603, + 1.6505927995660743, + -0.23470575876167507, + 1.5426570604346004, + -0.23715803683690082, + 1.4301068949603646, + -0.239584994382787, + 1.3133356495205666, + -0.2420275183434671, + 1.1927366704924056, + -0.244526495663075, + 1.068703304253074, + -0.24712281328574437, + 0.9416288971797709, + -0.24985735815560883, + 0.8119067956496934, + -0.25277101721680206, + 0.6799303460400383, + -0.2559046774134577, + 0.5460928947280063, + -0.25929922568970953, + 0.41078778809078753, + -0.26299554898969124, + 0.2744083725055824, + -0.26703453425753637, + 0.13734799434959113, + -0.27145706843737893, + 9.992007221626409e-16 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0013/geometry.png b/samples/sample_0013/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..b46a3182b1e0154565860152564bd7a509ba61d3 --- /dev/null +++ b/samples/sample_0013/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c098c19a86e1836b07835f6663b77f9c6091fd2729e5012b54a60711de5d6e79 +size 202035 diff --git a/samples/sample_0013/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0013/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..39d479949590cb4f602f13acaad187f16bb7b470 --- /dev/null +++ b/samples/sample_0013/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b61670ea579c20070d8428b7bf58f6c4b0bfdec718855d0cf998f3e9ba2f77e +size 14205 diff --git a/samples/sample_0013/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0013/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1408a56e2e197d4162008fd8f58e4f0c8835cb00 --- /dev/null +++ b/samples/sample_0013/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,171 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:45.202032+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 22.32348640410278, + "widths": [ + 3.116607115173499, + 3.116607115173499, + 3.116607115173499, + 3.116607115173499 + ], + "segment_heights": [ + 3.696127403063681, + 3.696127403063681, + 3.696127403063681 + ], + "height_bg": 4.593513412308265, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.833144984247949, + 0.22402951593473275, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.8404458252083302, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0013/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0013/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..f6254693b7796908a5d4292fb984df29e564208b --- /dev/null +++ b/samples/sample_0013/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb6cf0ac2c1ce8f3ec59b08d193330eea802297e034803dc442a69b62e0cde7 +size 14207 diff --git a/samples/sample_0013/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0013/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..28ef4c536e8370073f794ba3ea8171808e4573d4 --- /dev/null +++ b/samples/sample_0013/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,171 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:45.201552+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 22.32348640410278, + "widths": [ + 3.116607115173499, + 3.116607115173499, + 3.116607115173499, + 3.116607115173499 + ], + "segment_heights": [ + 3.696127403063681, + 3.696127403063681, + 3.696127403063681 + ], + "height_bg": 4.593513412308265, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.833144984247949, + 0.22402951593473275, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.8404458252083302, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0013/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0013/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..edb70123a315a0836dd522cb43df936d406bd48e --- /dev/null +++ b/samples/sample_0013/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebe2cf271f70a280e5a58de8e2482b0a078d2b236484364f1767499fcf331cc +size 14206 diff --git a/samples/sample_0013/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0013/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a831667a12e012949099a7109bc05e7857ca7674 --- /dev/null +++ b/samples/sample_0013/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,171 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:45.201853+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 22.32348640410278, + "widths": [ + 3.116607115173499, + 3.116607115173499, + 3.116607115173499, + 3.116607115173499 + ], + "segment_heights": [ + 3.696127403063681, + 3.696127403063681, + 3.696127403063681 + ], + "height_bg": 4.593513412308265, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.833144984247949, + 0.22402951593473275, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.8404458252083302, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0013/ooc/oc_sweep_manifest.json b/samples/sample_0013/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..97f04bda4053408b7b4b04343ea0425b2a65db52 --- /dev/null +++ b/samples/sample_0013/ooc/oc_sweep_manifest.json @@ -0,0 +1,1104 @@ +{ + "created_at": "2026-07-06T17:30:52.899871+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0013", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:45.202032+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 22.32348640410278, + "widths": [ + 3.116607115173499, + 3.116607115173499, + 3.116607115173499, + 3.116607115173499 + ], + "segment_heights": [ + 3.696127403063681, + 3.696127403063681, + 3.696127403063681 + ], + "height_bg": 4.593513412308265, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.833144984247949, + 0.22402951593473275, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.8404458252083302, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:45.201552+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 22.32348640410278, + "widths": [ + 3.116607115173499, + 3.116607115173499, + 3.116607115173499, + 3.116607115173499 + ], + "segment_heights": [ + 3.696127403063681, + 3.696127403063681, + 3.696127403063681 + ], + "height_bg": 4.593513412308265, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.833144984247949, + 0.22402951593473275, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.8404458252083302, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:45.201853+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 22.32348640410278, + "widths": [ + 3.116607115173499, + 3.116607115173499, + 3.116607115173499, + 3.116607115173499 + ], + "segment_heights": [ + 3.696127403063681, + 3.696127403063681, + 3.696127403063681 + ], + "height_bg": 4.593513412308265, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.833144984247949, + 0.22402951593473275, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.8404458252083302, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:45.202337+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 22.32348640410278, + "widths": [ + 3.116607115173499, + 3.116607115173499, + 3.116607115173499, + 3.116607115173499 + ], + "segment_heights": [ + 3.696127403063681, + 3.696127403063681, + 3.696127403063681 + ], + "height_bg": 4.593513412308265, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.833144984247949, + 0.22402951593473275, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.8404458252083302, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:45.201243+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 22.32348640410278, + "widths": [ + 3.116607115173499, + 3.116607115173499, + 3.116607115173499, + 3.116607115173499 + ], + "segment_heights": [ + 3.696127403063681, + 3.696127403063681, + 3.696127403063681 + ], + "height_bg": 4.593513412308265, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.833144984247949, + 0.22402951593473275, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.8404458252083302, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:45.202548+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 22.32348640410278, + "widths": [ + 3.116607115173499, + 3.116607115173499, + 3.116607115173499, + 3.116607115173499 + ], + "segment_heights": [ + 3.696127403063681, + 3.696127403063681, + 3.696127403063681 + ], + "height_bg": 4.593513412308265, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.833144984247949, + 0.22402951593473275, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.8404458252083302, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} \ No newline at end of file diff --git a/samples/sample_0013/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0013/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..86c46e0b38af70756d8af6364d9abceacf83e81a --- /dev/null +++ b/samples/sample_0013/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6acbdb077d89303c38f7a37b9e24f2c67ca38a983336f8191a8f6bca95216266 +size 14204 diff --git a/samples/sample_0013/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0013/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..42d12a635e08def3b0342bae00ec0d224764d964 --- /dev/null +++ b/samples/sample_0013/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,171 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:45.202337+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 22.32348640410278, + "widths": [ + 3.116607115173499, + 3.116607115173499, + 3.116607115173499, + 3.116607115173499 + ], + "segment_heights": [ + 3.696127403063681, + 3.696127403063681, + 3.696127403063681 + ], + "height_bg": 4.593513412308265, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.833144984247949, + 0.22402951593473275, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.8404458252083302, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0013/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0013/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..c74b95c98cad26ec16a122386ea7bfda465f1bbf --- /dev/null +++ b/samples/sample_0013/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a25dc80326010a20faf6ababe8413ce8ffa7814af9d6e4e5cb631ea25cbf2108 +size 14206 diff --git a/samples/sample_0013/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0013/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..eea131cb07eca6da5a3a4072509b78aa04ad7598 --- /dev/null +++ b/samples/sample_0013/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,171 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:45.201243+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 22.32348640410278, + "widths": [ + 3.116607115173499, + 3.116607115173499, + 3.116607115173499, + 3.116607115173499 + ], + "segment_heights": [ + 3.696127403063681, + 3.696127403063681, + 3.696127403063681 + ], + "height_bg": 4.593513412308265, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.833144984247949, + 0.22402951593473275, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.8404458252083302, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0013/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0013/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..3053b3e196959323465f0b74c9157caf4e305084 --- /dev/null +++ b/samples/sample_0013/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ceea471db47cce48be2ad4329ec166ccec5e1d78828234e3a4d9132351b65be +size 14208 diff --git a/samples/sample_0013/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0013/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..485421545dc7fac710ee8c260e465ba0f5556546 --- /dev/null +++ b/samples/sample_0013/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,171 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:45.202548+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 22.32348640410278, + "widths": [ + 3.116607115173499, + 3.116607115173499, + 3.116607115173499, + 3.116607115173499 + ], + "segment_heights": [ + 3.696127403063681, + 3.696127403063681, + 3.696127403063681 + ], + "height_bg": 4.593513412308265, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.833144984247949, + 0.22402951593473275, + 0.55, + 0.55 + ], + [ + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.8404458252083302, + 0.75, + 0.75 + ], + [ + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0013/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0014/domain_ids.npz b/samples/sample_0014/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..6db555cdcf7c564f905a4c25c50dc53543063cb7 --- /dev/null +++ b/samples/sample_0014/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78cbe2d910e7f54aafe41cb05eae6bc977a6a842dee27eb903275191189dda3a +size 3067 diff --git a/samples/sample_0014/geometry.json b/samples/sample_0014/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..ef39a20df4d2fd1a87da3201646f206705725b32 --- /dev/null +++ b/samples/sample_0014/geometry.json @@ -0,0 +1,1586 @@ +{ + "created_at": "2026-07-07T07:12:05.550786+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014", + "sample_kind": "interior", + "sample_label": "interior_0014", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.9684058565771598, + "height_bg_ratio": 0.31478077111106617, + "n_segments": 0.0574360914857468, + "width_ratio": 0.7589395350617768, + "segment_height_ratio": 0.2642524913085408, + "n_interfaces": 0.9509639133739198, + "interface_0_width_frac_0": 0.5725874088131486, + "interface_0_width_frac_1": 0.1403240960231772, + "interface_0_width_frac_2": 0.16665225158813446, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.5523772280076438, + "interface_0_height_frac_1": 0.5772562370135621, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.49736499984347526, + "interface_1_width_frac_1": 0.9774532729061883, + "interface_1_width_frac_2": 0.7460442493525772, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.6103715077752591, + "interface_1_height_frac_1": 0.15484051107329333, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.98420292828858, + "widths": [ + 0.7794697675308884, + 0.7794697675308884, + 0.7794697675308884, + 0.7794697675308884, + 0.7794697675308884 + ], + "segment_heights": [ + 0.80674086326653, + 0.80674086326653, + 0.80674086326653, + 0.80674086326653 + ], + "height_bg": 1.4721711566665991, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.6649230748472317, + 0.42717825281274746, + 0.4416587383734739, + 0.625, + 0.625 + ], + [ + 0.6235507499139115, + 0.8875993000984036, + 0.7603243371439175, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.653807475404204, + 0.6674909303574592, + 0.625, + 0.625 + ], + [ + 0.6857043292763925, + 0.4351622810903113, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.99210146414429, + -2.0, + 0.99210146414429, + -2.0, + 0.99210146414429, + 6.379555410552225, + -0.99210146414429, + 6.379555410552225 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.99210146414429, + 0.0, + 0.99210146414429, + 0.0, + 0.99210146414429, + 1.4721711566665991, + -0.99210146414429, + 1.4721711566665991 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.5203260502423408, + 0.0, + 0.5297532494200905, + 0.1125900766123313, + 0.538493798177296, + 0.2212291544898273, + 0.5465698891118574, + 0.3260385796790092, + 0.5540037148216749, + 0.4271396982263978, + 0.560817467904648, + 0.5246538561785142, + 0.5670333409586772, + 0.6187023995818798, + 0.5726735265816623, + 0.7094066744830154, + 0.5777602173715032, + 0.796888026928442, + 0.5823156059261, + 0.8812678029646808, + 0.5863618848433528, + 0.9626673486382529, + 0.5899212467211614, + 1.0412080099956793, + 0.5930158841574259, + 1.1170111330834809, + 0.5956679897500466, + 1.190198063948179, + 0.597899756096923, + 1.2608901486362947, + 0.5997333757959555, + 1.3292087331943487, + 0.6011910414450439, + 1.3952751636688623, + 0.6022949456420882, + 1.4592107861063568, + 0.6030672809849885, + 1.5211369465533529, + 0.6035302400716446, + 1.5811749910563717, + 0.603706015499957, + 1.6394462656619344, + 0.603616799867825, + 1.6960721164165622, + 0.6032847857731493, + 1.7511738893667756, + 0.6027321658138294, + 1.804872930559096, + 0.6019811325877654, + 1.857290586040045, + 0.6010538786928576, + 1.9085482018561433, + 0.5999725967270056, + 1.958767124053911, + 0.5987594792881098, + 2.0080686986798706, + 0.5974367189740699, + 2.0565742717805424, + 0.5960260002081497, + 2.104402096884379, + 0.5945404716677687, + 2.1516184828803953, + 0.592986199346352, + 2.198246636687022, + 0.591369034851151, + 2.2443084605666312, + 0.5896948297894162, + 2.289825856781593, + 0.587969435768399, + 2.3348207275942783, + 0.5861987043953499, + 2.3793149752670577, + 0.5843884872775198, + 2.423330502062303, + 0.5825446360221599, + 2.4668892102423836, + 0.5806730022365212, + 2.5100130020696723, + 0.578779437527854, + 2.552723779806538, + 0.5768697935034098, + 2.5950434457153526, + 0.5749499217704394, + 2.636993902058487, + 0.5730256739361936, + 2.6785970510983126, + 0.5711029016079231, + 2.7198747950971986, + 0.5691874563928793, + 2.7608490363175173, + 0.5672851898983128, + 2.8015416770216395, + 0.5654019537314745, + 2.841974619471934, + 0.5635435994996154, + 2.882169765930775, + 0.5617159788099865, + 2.922149018660531, + 0.5599249432698387, + 2.9619342799235744, + 0.5581763444864226, + 3.001547451982275, + 0.5564760340669894, + 3.0410104370990028, + 0.5548298636187899, + 3.080345137536131, + 0.5532436847490751, + 3.119573455556029, + 0.551723349065096, + 3.1587172934210677, + 0.5502747081741033, + 3.197798553393618, + 0.5489036136833481, + 3.236839137736052, + 0.5476158901786778, + 3.2758609146083333, + 0.5464036353730881, + 3.314868428148655, + 0.5452229274490394, + 3.353820763989247, + 0.5440240079658895, + 3.3926696416428483, + 0.5427571184829961, + 3.431366780622198, + 0.5413725005597174, + 3.469863900440033, + 0.539820395755411, + 3.5081127206090903, + 0.5380510456294348, + 3.5460649606421084, + 0.5360146917411466, + 3.5836723400518244, + 0.5336615756499046, + 3.6208865783509783, + 0.530941938915066, + 3.657659395052305, + 0.5278060230959893, + 3.693942509668545, + 0.524204069752032, + 3.7296876417124323, + 0.5200863204425523, + 3.764846510696709, + 0.5154030167269074, + 3.7993708361341105, + 0.5101044001644559, + 3.8332123375373746, + 0.5041407123145552, + 3.86632273441924, + 0.4974621947365635, + 3.898653746292444, + 0.4900190889898381, + 3.9301570926697234, + 0.4817616366337374, + 3.960784493063819, + 0.47264007922761914, + 3.990487666987465, + 0.4626046583308409, + 4.019218333953401, + 0.4516056155027609, + 4.046928213474365, + 0.43959319230273686, + 4.073569025063094, + 0.42651763029012646, + 4.099092488232326, + 0.41232917102428784, + 4.1234503224948, + 0.39697805606457853, + 4.146594247363252, + 0.3804145269703568, + 4.16847598235042, + 0.36258882530098013, + 4.189047246969044, + 0.3434598815896091, + 4.208262693220152, + 0.32307198684803723, + 4.226105781869771, + 0.3015178818059799, + 4.242576325238651, + 0.2788908632874763, + 4.25767432332679, + 0.2552842281165649, + 4.27139977613419, + 0.23079127311728498, + 4.2837526836608495, + 0.20550529511367513, + 4.294733045906768, + 0.1795195909297737, + 4.304340862871948, + 0.1529274573896203, + 4.312576134556387, + 0.12582219131725303, + 4.319438860960087, + 0.09829708953671129, + 4.324929042083046, + 0.07044544887203391, + 4.329046677925267, + 0.04236056614725906, + 4.331791768486746, + 0.014135738186426288, + 4.333164313767487, + -0.014135738186426253, + 4.333164313767487, + -0.04236056614725906, + 4.331791768486745, + -0.07044544887203356, + 4.329046677925268, + -0.09829708953671132, + 4.324929042083047, + -0.12582219131725303, + 4.319438860960087, + -0.15292745738962032, + 4.312576134556387, + -0.17951959092977368, + 4.304340862871948, + -0.2055052951136748, + 4.294733045906768, + -0.23079127311728498, + 4.283752683660849, + -0.2552842281165649, + 4.2713997761341895, + -0.27889086328747636, + 4.257674323326789, + -0.3015178818059799, + 4.242576325238651, + -0.32307198684803723, + 4.226105781869771, + -0.3434598815896091, + 4.208262693220153, + -0.36258882530098013, + 4.189047246969043, + -0.3804145269703568, + 4.1684759823504205, + -0.3969780560645787, + 4.146594247363251, + -0.41232917102428773, + 4.123450322494801, + -0.42651763029012646, + 4.099092488232327, + -0.4395931923027369, + 4.073569025063094, + -0.45160561550276074, + 4.046928213474365, + -0.4626046583308409, + 4.0192183339534004, + -0.47264007922761914, + 3.9904876669874656, + -0.4817616366337372, + 3.960784493063819, + -0.4900190889898381, + 3.9301570926697247, + -0.4974621947365635, + 3.898653746292444, + -0.5041407123145554, + 3.866322734419239, + -0.5101044001644558, + 3.8332123375373746, + -0.5154030167269074, + 3.79937083613411, + -0.5200863204425521, + 3.764846510696709, + -0.524204069752032, + 3.729687641712433, + -0.5278060230959892, + 3.693942509668545, + -0.5309419389150661, + 3.6576593950523058, + -0.5336615756499046, + 3.6208865783509783, + -0.5360146917411467, + 3.5836723400518258, + -0.5380510456294348, + 3.5460649606421084, + -0.5398203957554111, + 3.5081127206090903, + -0.5413725005597174, + 3.469863900440033, + -0.5427571184829962, + 3.431366780622198, + -0.5440240079658895, + 3.3926696416428483, + -0.5452229274490393, + 3.353820763989247, + -0.5464036353730882, + 3.314868428148655, + -0.5476158901786778, + 3.2758609146083333, + -0.5489036136833481, + 3.2368391377360517, + -0.5502747081741034, + 3.197798553393619, + -0.551723349065096, + 3.158717293421068, + -0.5532436847490754, + 3.119573455556029, + -0.55482986361879, + 3.0803451375361313, + -0.5564760340669894, + 3.041010437099003, + -0.5581763444864227, + 3.0015474519822742, + -0.5599249432698385, + 2.961934279923575, + -0.5617159788099865, + 2.922149018660531, + -0.5635435994996154, + 2.882169765930775, + -0.5654019537314745, + 2.8419746194719337, + -0.5672851898983128, + 2.8015416770216395, + -0.5691874563928794, + 2.760849036317517, + -0.5711029016079232, + 2.719874795097198, + -0.5730256739361935, + 2.678597051098313, + -0.5749499217704394, + 2.636993902058487, + -0.5768697935034098, + 2.595043445715353, + -0.5787794375278541, + 2.5527237798065388, + -0.580673002236521, + 2.5100130020696723, + -0.5825446360221599, + 2.466889210242383, + -0.5843884872775199, + 2.4233305020623024, + -0.5861987043953498, + 2.379314975267058, + -0.587969435768399, + 2.3348207275942783, + -0.5896948297894162, + 2.2898258567815923, + -0.5913690348511509, + 2.244308460566632, + -0.5929861993463519, + 2.1982466366870224, + -0.5945404716677687, + 2.151618482880395, + -0.5960260002081498, + 2.104402096884378, + -0.5974367189740699, + 2.056574271780543, + -0.5987594792881098, + 2.0080686986798706, + -0.5999725967270056, + 1.9587671240539106, + -0.6010538786928576, + 1.9085482018561437, + -0.6019811325877654, + 1.8572905860400453, + -0.6027321658138294, + 1.804872930559096, + -0.6032847857731493, + 1.7511738893667765, + -0.603616799867825, + 1.6960721164165626, + -0.603706015499957, + 1.6394462656619346, + -0.6035302400716447, + 1.581174991056371, + -0.6030672809849885, + 1.5211369465533533, + -0.6022949456420882, + 1.4592107861063568, + -0.6011910414450439, + 1.3952751636688618, + -0.5997333757959556, + 1.3292087331943496, + -0.5978997560969231, + 1.260890148636295, + -0.5956679897500466, + 1.1901980639481788, + -0.5930158841574261, + 1.117011133083482, + -0.5899212467211615, + 1.0412080099956798, + -0.5863618848433527, + 0.9626673486382529, + -0.5823156059261001, + 0.8812678029646803, + -0.5777602173715032, + 0.7968880269284428, + -0.5726735265816623, + 0.7094066744830156, + -0.5670333409586772, + 0.6187023995818793, + -0.5608174679046483, + 0.5246538561785155, + -0.5540037148216749, + 0.42713969822639825, + -0.5465698891118576, + 0.32603857967900884, + -0.5384937981772959, + 0.22122915448982622, + -0.5297532494200905, + 0.11259007661233214, + -0.5203260502423408, + 0.0 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.25914371728854757, + 0.0, + 0.24971651811079784, + 0.054711455905450394, + 0.24097596935359233, + 0.10756018745618799, + 0.23289987841903081, + 0.15860041401391797, + 0.22546605270921352, + 0.20788635494034538, + 0.21865229962624028, + 0.25547222959717547, + 0.21243642657221112, + 0.3014122573461134, + 0.2067962409492261, + 0.34576065754886426, + 0.2017095501593852, + 0.3885716495671333, + 0.19715416160478838, + 0.4298994527626255, + 0.1931078826875356, + 0.46979828649704614, + 0.18954852080972692, + 0.5083223701321004, + 0.18645388337346228, + 0.5455259230294932, + 0.1838017777808418, + 0.5814631645509302, + 0.18157001143396528, + 0.6161883140581159, + 0.1797363917349329, + 0.6497555909127559, + 0.17827872608584452, + 0.6822192144765553, + 0.1771748218888002, + 0.7136334041112192, + 0.17640248654589996, + 0.7440523791784526, + 0.17593952745924366, + 0.7735303590399607, + 0.17576375203093153, + 0.802121563057449, + 0.17585296766306333, + 0.8298802105926222, + 0.17618498175773914, + 0.8568605210071856, + 0.17673760171705905, + 0.8831167136628444, + 0.1774886349431229, + 0.9087030079213038, + 0.1784158888380308, + 0.933673623144269, + 0.17949717080388267, + 0.9580827786934448, + 0.18071028824277854, + 0.9819846939305368, + 0.18203304855681843, + 1.0054335882172498, + 0.18344376732273862, + 1.02848240562534, + 0.18492929586311976, + 1.0511626693406968, + 0.18648356818453637, + 1.0734881281955413, + 0.1881007326797375, + 1.0954719930091492, + 0.18977493774147217, + 1.1171274746007935, + 0.19150033176248954, + 1.1384677837897497, + 0.1932710631355386, + 1.159506131395291, + 0.19508128025336854, + 1.1802557282366926, + 0.19692513150872842, + 1.2007297851332288, + 0.19879676529436735, + 1.2209415129041736, + 0.20069033000303435, + 1.240904122368802, + 0.20259997402747854, + 1.2606308243463877, + 0.20451984576044907, + 1.2801348296562058, + 0.20644409359469493, + 1.29942934911753, + 0.20836686592296524, + 1.3185275935496348, + 0.21028231113800916, + 1.3374427737717949, + 0.21218457763257567, + 1.3561881006032848, + 0.21406781379941386, + 1.3747767848633776, + 0.21592616803127293, + 1.3932220373713493, + 0.21775378872090187, + 1.4115370689464737, + 0.21954482426104985, + 1.4297350904080246, + 0.22129342304446586, + 1.4478293125752772, + 0.22299373346389897, + 1.4658329462675053, + 0.2246399039120984, + 1.4837592023039836, + 0.2262260827818132, + 1.5016212915039864, + 0.22774641846579236, + 1.519432424686788, + 0.22919505935678505, + 1.5372058126716628, + 0.23056615384754037, + 1.5549546662778853, + 0.23185384438222245, + 1.5726921792418844, + 0.23304925152385456, + 1.5904228672147578, + 0.23413556637175761, + 1.608128474415027, + 0.2350946951309092, + 1.625787055166664, + 0.2359085440062868, + 1.6433766637936411, + 0.23655901920286804, + 1.6608753546199297, + 0.23702802692563038, + 1.678261181969501, + 0.23729747337955145, + 1.6955122001663274, + 0.23734926476960871, + 1.7126064635343803, + 0.23716530730077978, + 1.729522026397632, + 0.23672750717804217, + 1.7462369430800533, + 0.2360177706063734, + 1.7627292679056168, + 0.23501800379075102, + 1.778977055198293, + 0.23371011293615265, + 1.7949583592820553, + 0.2320760042475557, + 1.8106512344808738, + 0.2300975839299379, + 1.826033735118721, + 0.22775675818827665, + 1.841083915519569, + 0.22503543322754957, + 1.855779830007389, + 0.2219155152527341, + 1.8700995329061525, + 0.21837891046880795, + 1.884021078539832, + 0.21440752508074853, + 1.8975225212323987, + 0.20998326529353334, + 1.910581915307824, + 0.20508803731214015, + 1.9231773150900804, + 0.19970374734154633, + 1.935286774903139, + 0.1938123015867294, + 1.946888349070972, + 0.18739560625266705, + 1.9579600919175508, + 0.18043556754433668, + 1.968480057766847, + 0.17291409166671595, + 1.9784263009428327, + 0.1648130848247823, + 1.9877768757694796, + 0.15611812799527688, + 1.9965111695199838, + 0.1468509031127442, + 2.00462166436072, + 0.13705358263908177, + 2.0121082749829373, + 0.12676857422158017, + 2.018971001386637, + 0.11603828550752952, + 2.0252098435718193, + 0.10490512414422046, + 2.030824801538482, + 0.09341149777894321, + 2.035815875286627, + 0.08159981405898803, + 2.0401830648162544, + 0.06951248063164558, + 2.0439263701273633, + 0.057191905144205926, + 2.0470457912199542, + 0.044680495243959714, + 2.0495413280940267, + 0.03202065857819725, + 2.051412980749581, + 0.019254802794208666, + 2.052660749186617, + 0.006425335539284685, + 2.0532846334051356, + -0.006425335539284679, + 2.0532846334051356, + -0.019254802794208648, + 2.0526607491866176, + -0.03202065857819707, + 2.0514129807495816, + -0.0446804952439597, + 2.0495413280940267, + -0.05719190514420593, + 2.0470457912199542, + -0.06951248063164557, + 2.0439263701273633, + -0.08159981405898803, + 2.040183064816255, + -0.09341149777894311, + 2.0358158752866276, + -0.10490512414422046, + 2.030824801538482, + -0.11603828550752954, + 2.025209843571819, + -0.12676857422158014, + 2.018971001386637, + -0.13705358263908177, + 2.0121082749829373, + -0.14685090311274418, + 2.0046216643607195, + -0.15611812799527686, + 1.9965111695199838, + -0.1648130848247823, + 1.9877768757694796, + -0.17291409166671595, + 1.978426300942833, + -0.18043556754433676, + 1.9684800577668469, + -0.187395606252667, + 1.9579600919175508, + -0.19381230158672938, + 1.9468883490709719, + -0.19970374734154633, + 1.9352867749031393, + -0.20508803731214006, + 1.9231773150900806, + -0.20998326529353334, + 1.9105819153078238, + -0.21440752508074853, + 1.8975225212323985, + -0.21837891046880784, + 1.8840210785398321, + -0.22191551525273412, + 1.8700995329061527, + -0.2250354332275496, + 1.855779830007389, + -0.2277567581882767, + 1.8410839155195688, + -0.23009758392993787, + 1.8260337351187215, + -0.23207600424755573, + 1.8106512344808736, + -0.23371011293615263, + 1.7949583592820548, + -0.23501800379075105, + 1.7789770551982933, + -0.2360177706063734, + 1.7627292679056168, + -0.23672750717804217, + 1.7462369430800535, + -0.2371653073007798, + 1.729522026397632, + -0.23734926476960871, + 1.712606463534381, + -0.23729747337955148, + 1.6955122001663279, + -0.2370280269256304, + 1.6782611819695012, + -0.236559019202868, + 1.6608753546199295, + -0.2359085440062868, + 1.6433766637936411, + -0.2350946951309092, + 1.625787055166664, + -0.23413556637175761, + 1.608128474415027, + -0.23304925152385458, + 1.5904228672147578, + -0.23185384438222245, + 1.5726921792418844, + -0.23056615384754034, + 1.5549546662778853, + -0.22919505935678508, + 1.5372058126716628, + -0.22774641846579238, + 1.519432424686788, + -0.2262260827818132, + 1.5016212915039864, + -0.2246399039120984, + 1.4837592023039838, + -0.22299373346389903, + 1.4658329462675053, + -0.2212934230444658, + 1.4478293125752772, + -0.21954482426104982, + 1.4297350904080246, + -0.21775378872090187, + 1.4115370689464732, + -0.21592616803127293, + 1.3932220373713493, + -0.21406781379941384, + 1.3747767848633774, + -0.21218457763257564, + 1.3561881006032845, + -0.21028231113800916, + 1.337442773771795, + -0.20836686592296524, + 1.3185275935496348, + -0.20644409359469498, + 1.2994293491175302, + -0.20451984576044907, + 1.2801348296562058, + -0.20259997402747856, + 1.260630824346388, + -0.20069033000303438, + 1.2409041223688022, + -0.19879676529436735, + 1.220941512904174, + -0.1969251315087284, + 1.2007297851332286, + -0.19508128025336852, + 1.1802557282366923, + -0.1932710631355386, + 1.1595061313952912, + -0.1915003317624895, + 1.1384677837897494, + -0.1897749377414721, + 1.1171274746007933, + -0.1881007326797375, + 1.0954719930091492, + -0.18648356818453637, + 1.0734881281955415, + -0.18492929586311976, + 1.0511626693406966, + -0.18344376732273857, + 1.0284824056253399, + -0.18203304855681843, + 1.00543358821725, + -0.18071028824277857, + 0.9819846939305368, + -0.17949717080388267, + 0.9580827786934446, + -0.1784158888380308, + 0.9336736231442693, + -0.17748863494312292, + 0.9087030079213039, + -0.17673760171705902, + 0.8831167136628443, + -0.17618498175773917, + 0.8568605210071859, + -0.17585296766306333, + 0.8298802105926223, + -0.17576375203093153, + 0.802121563057449, + -0.1759395274592437, + 0.7735303590399605, + -0.17640248654589993, + 0.7440523791784528, + -0.17717482188880018, + 0.7136334041112191, + -0.17827872608584452, + 0.682219214476555, + -0.1797363917349329, + 0.6497555909127564, + -0.1815700114339653, + 0.6161883140581161, + -0.1838017777808418, + 0.5814631645509301, + -0.18645388337346225, + 0.5455259230294938, + -0.1895485208097269, + 0.5083223701321006, + -0.1931078826875356, + 0.469798286497046, + -0.1971541616047884, + 0.42989945276262503, + -0.20170955015938513, + 0.38857164956713347, + -0.2067962409492261, + 0.34576065754886426, + -0.21243642657221118, + 0.30141225734611304, + -0.21865229962624022, + 0.25547222959717597, + -0.22546605270921347, + 0.2078863549403455, + -0.23289987841903087, + 0.1586004140139177, + -0.24097596935359236, + 0.10756018745618735, + -0.24971651811079779, + 0.05471145590545069, + -0.25914371728854757, + -1.1102230246251565e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.24301947903955384, + 0.0, + 0.2534108656496638, + 0.05699079314402339, + 0.262888415461947, + 0.11127551078768406, + 0.27148642276550866, + 0.16295180226042874, + 0.27923918184945434, + 0.21211731689170407, + 0.2861809870028893, + 0.25886970401095677, + 0.2923461325149191, + 0.30330661294763367, + 0.2977689126746492, + 0.34552569303118125, + 0.302483621771185, + 0.38562459359104645, + 0.3065245540936318, + 0.4237009639566758, + 0.30992600393109504, + 0.4598524534575161, + 0.31272226557268024, + 0.49417671142301395, + 0.31494763330749276, + 0.5267713871826161, + 0.3166364014246382, + 0.5577341300657694, + 0.3178228642132217, + 0.5871625894019202, + 0.31854131596234897, + 0.6151544145205158, + 0.31882605096112515, + 0.6418072547510022, + 0.3187113634986558, + 0.6672187594228266, + 0.31823154786404645, + 0.6914865778654355, + 0.3174208983464023, + 0.7147083594082755, + 0.31631370923482893, + 0.7369817533807937, + 0.31494427481843174, + 0.7584044091124365, + 0.3133468893863161, + 0.7790739759326506, + 0.3115558472275875, + 0.7990881031708826, + 0.30960544263135126, + 0.8185444401565796, + 0.30752996988671305, + 0.8375406362191882, + 0.30536372328277794, + 0.8561743406881546, + 0.3031409971086516, + 0.874543202892926, + 0.30089608565343934, + 0.8927448721629492, + 0.29866225877961916, + 0.9108739914083144, + 0.29645557918366017, + 0.9289747050889915, + 0.29427783161591053, + 0.9470492556951753, + 0.29213036864673514, + 0.9650986173838952, + 0.2900145428464987, + 0.9831237643121793, + 0.28793170678556623, + 1.0011256706370577, + 0.28588321303430225, + 1.0191053105155585, + 0.28387041416307174, + 1.037063658104711, + 0.2818946627422394, + 1.0550016875615447, + 0.27995731134217017, + 1.0729203730430876, + 0.27805971253322875, + 1.0908206887063696, + 0.27620321888577987, + 1.1087036087084192, + 0.2743891829701885, + 1.1265701072062657, + 0.27261895735681935, + 1.1444211583569381, + 0.2708938946160371, + 1.1622577363174653, + 0.26921534731820684, + 1.180080815244876, + 0.26758466803369313, + 1.1978913692961999, + 0.26600320933286087, + 1.2156903726284651, + 0.2644723237860748, + 1.2334787993987013, + 0.2629933639636998, + 1.2512576237639375, + 0.2615676824361007, + 1.2690278198812024, + 0.26019663177364216, + 1.2867903619075252, + 0.258881564546689, + 1.3045462239999346, + 0.2576238333256061, + 1.3222963803154602, + 0.2564247906807583, + 1.3400418050111302, + 0.2552857891825103, + 1.3577834722439746, + 0.2542081814012269, + 1.375522356171021, + 0.253193319907273, + 1.3932594309492998, + 0.2522425451952559, + 1.4109956595988944, + 0.2513510632750277, + 1.4287263475717678, + 0.25049798317183614, + 1.4464319547720368, + 0.2496598055473324, + 1.4640905355236737, + 0.2488130310631674, + 1.4816801441506513, + 0.2479341603809923, + 1.4991788349769395, + 0.24699969416245804, + 1.5165646623265112, + 0.24598613306921582, + 1.5338156805233376, + 0.24486997776291658, + 1.5509099438913903, + 0.2436277289052114, + 1.567825506754642, + 0.24223588715775132, + 1.5845404234370635, + 0.24067095318218748, + 1.6010327482626268, + 0.23890942764017076, + 1.617280535555303, + 0.23692781119335235, + 1.6332618396390648, + 0.2347026045033832, + 1.6489547148378838, + 0.23221030823191458, + 1.664337215475731, + 0.22942742304059727, + 1.679387395876579, + 0.2263304495910825, + 1.6940833103643993, + 0.2228958885450212, + 1.7084030132631625, + 0.21910024056406457, + 1.722324558896842, + 0.21492000630986358, + 1.735826001589409, + 0.2103316864440691, + 1.748885395664834, + 0.20531178162833252, + 1.7614807954470904, + 0.19983679252430478, + 1.7735902552601492, + 0.19388321979363674, + 1.785191829427982, + 0.18742756409797973, + 1.7962635722745606, + 0.18044632609898453, + 1.8067835381238573, + 0.17291600645830246, + 1.8167297812998429, + 0.16481310583758435, + 1.8260803561264896, + 0.15611812799527688, + 1.834814649876994, + 0.1468509031127442, + 1.8429251447177295, + 0.13705358263908177, + 1.8504117553399477, + 0.12676857422158017, + 1.857274481743647, + 0.11603828550752952, + 1.8635133239288286, + 0.10490512414422046, + 1.8691282818954922, + 0.09341149777894321, + 1.8741193556436373, + 0.08159981405898803, + 1.8784865451732646, + 0.06951248063164558, + 1.8822298504843735, + 0.057191905144205926, + 1.8853492715769642, + 0.044680495243959714, + 1.8878448084510364, + 0.03202065857819725, + 1.889716461106591, + 0.019254802794208666, + 1.8909642295436273, + 0.006425335539284685, + 1.8915881137621455, + -0.006425335539284679, + 1.8915881137621458, + -0.019254802794208648, + 1.8909642295436273, + -0.03202065857819707, + 1.8897164611065915, + -0.0446804952439597, + 1.8878448084510366, + -0.05719190514420593, + 1.8853492715769642, + -0.06951248063164557, + 1.8822298504843735, + -0.08159981405898803, + 1.8784865451732646, + -0.09341149777894311, + 1.8741193556436375, + -0.10490512414422046, + 1.8691282818954922, + -0.11603828550752954, + 1.8635133239288288, + -0.12676857422158014, + 1.857274481743647, + -0.13705358263908177, + 1.8504117553399475, + -0.14685090311274418, + 1.8429251447177295, + -0.15611812799527686, + 1.834814649876994, + -0.16481310583758435, + 1.8260803561264898, + -0.17291600645830243, + 1.816729781299843, + -0.18044632609898462, + 1.8067835381238568, + -0.18742756409797964, + 1.796263572274561, + -0.19388321979363674, + 1.785191829427982, + -0.19983679252430478, + 1.773590255260149, + -0.2053117816283325, + 1.7614807954470904, + -0.2103316864440691, + 1.748885395664834, + -0.21492000630986355, + 1.735826001589409, + -0.21910024056406446, + 1.7223245588968417, + -0.2228958885450212, + 1.7084030132631627, + -0.22633044959108253, + 1.6940833103643993, + -0.22942742304059732, + 1.6793873958765786, + -0.23221030823191452, + 1.664337215475731, + -0.23470260450338323, + 1.6489547148378836, + -0.23692781119335235, + 1.633261839639065, + -0.23890942764017076, + 1.617280535555303, + -0.24067095318218748, + 1.6010327482626268, + -0.24223588715775135, + 1.5845404234370633, + -0.24362772890521145, + 1.5678255067546418, + -0.24486997776291658, + 1.550909943891391, + -0.24598613306921585, + 1.5338156805233378, + -0.2469996941624581, + 1.516564662326511, + -0.24793416038099225, + 1.4991788349769395, + -0.2488130310631674, + 1.4816801441506513, + -0.2496598055473324, + 1.464090535523674, + -0.25049798317183614, + 1.4464319547720368, + -0.2513510632750277, + 1.4287263475717678, + -0.2522425451952559, + 1.4109956595988944, + -0.253193319907273, + 1.3932594309492998, + -0.2542081814012269, + 1.3755223561710215, + -0.25528578918251027, + 1.3577834722439743, + -0.2564247906807583, + 1.3400418050111302, + -0.2576238333256061, + 1.3222963803154604, + -0.25888156454668904, + 1.3045462239999348, + -0.2601966317736421, + 1.2867903619075252, + -0.2615676824361006, + 1.2690278198812026, + -0.26299336396369977, + 1.2512576237639377, + -0.2644723237860748, + 1.2334787993987013, + -0.2660032093328609, + 1.2156903726284651, + -0.26758466803369313, + 1.1978913692961997, + -0.26921534731820684, + 1.180080815244876, + -0.27089389461603713, + 1.1622577363174649, + -0.27261895735681935, + 1.1444211583569384, + -0.27438918297018844, + 1.126570107206266, + -0.27620321888577987, + 1.1087036087084192, + -0.2780597125332287, + 1.0908206887063698, + -0.27995731134217017, + 1.0729203730430876, + -0.2818946627422394, + 1.0550016875615444, + -0.2838704141630717, + 1.0370636581047108, + -0.28588321303430225, + 1.0191053105155585, + -0.2879317067855662, + 1.0011256706370577, + -0.29001454284649875, + 0.9831237643121792, + -0.2921303686467351, + 0.9650986173838954, + -0.2942778316159105, + 0.9470492556951754, + -0.29645557918366017, + 0.9289747050889914, + -0.29866225877961916, + 0.9108739914083142, + -0.30089608565343934, + 0.8927448721629493, + -0.3031409971086516, + 0.8745432028929261, + -0.30536372328277794, + 0.8561743406881545, + -0.30752996988671294, + 0.8375406362191883, + -0.3096054426313513, + 0.8185444401565797, + -0.3115558472275875, + 0.7990881031708825, + -0.31334688938631605, + 0.7790739759326508, + -0.31494427481843174, + 0.7584044091124367, + -0.31631370923482893, + 0.7369817533807936, + -0.3174208983464023, + 0.7147083594082755, + -0.31823154786404645, + 0.6914865778654358, + -0.3187113634986558, + 0.6672187594228266, + -0.31882605096112515, + 0.6418072547510021, + -0.318541315962349, + 0.6151544145205161, + -0.3178228642132218, + 0.5871625894019205, + -0.3166364014246382, + 0.5577341300657693, + -0.31494763330749287, + 0.5267713871826165, + -0.3127222655726803, + 0.49417671142301417, + -0.30992600393109504, + 0.4598524534575161, + -0.3065245540936318, + 0.42370096395667556, + -0.30248362177118493, + 0.3856245935910468, + -0.2977689126746493, + 0.3455256930311814, + -0.29234613251491914, + 0.30330661294763345, + -0.2861809870028894, + 0.2588697040109574, + -0.27923918184945434, + 0.21211731689170432, + -0.27148642276550866, + 0.1629518022604286, + -0.2628884154619469, + 0.11127551078768351, + -0.2534108656496639, + 0.056990793144023805, + -0.24301947903955384, + 0.0 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0014/geometry.png b/samples/sample_0014/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..81aa8b90c3d985ee10f72428d695723df4e0f352 --- /dev/null +++ b/samples/sample_0014/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4cfa8147ec6c7f2908267c87d3c8595b033feb6a8f424d1d1dc19beb43a926 +size 204708 diff --git a/samples/sample_0014/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0014/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..a825b0f333db5f57af2e292a484d89b752877e66 --- /dev/null +++ b/samples/sample_0014/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e772a945c9ac413fc5b3afebffec9caa4cc652e73bacaf027f7bfd17fb1a416e +size 12291 diff --git a/samples/sample_0014/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0014/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..a15a8669c640677d0f548adb1d9bd7bb301c928a --- /dev/null +++ b/samples/sample_0014/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,172 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:52.972024+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 2.931643078228621, + "widths": [ + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756 + ], + "segment_heights": [ + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584 + ], + "height_bg": 5.6561179544757065, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9840011306145409, + 0.706302720810586, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.744680199059444, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0014/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0014/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..203b81e87e64e9fcc1a5ed15b7bd39aa4db13b89 --- /dev/null +++ b/samples/sample_0014/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08db8b41d66eeb5d0aaa26ff0824f188c51fadcfad21b7dde8f54f8f3a44f03e +size 12292 diff --git a/samples/sample_0014/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0014/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c684e1de999e897ce864c69e3b27968a4a099f6e --- /dev/null +++ b/samples/sample_0014/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,172 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:52.971125+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 2.931643078228621, + "widths": [ + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756 + ], + "segment_heights": [ + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584 + ], + "height_bg": 5.6561179544757065, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9840011306145409, + 0.706302720810586, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.744680199059444, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0014/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0014/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..04ed1e9c386a4141eeca50fc0620c274703121f5 --- /dev/null +++ b/samples/sample_0014/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e872cbb6d3b6a6d5484d01e5c6432f23c0577d51259e9c14c8f5a535019a6af +size 12292 diff --git a/samples/sample_0014/ooc/oc_iso_2/oc_manifest.json b/samples/sample_0014/ooc/oc_iso_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..1c17af98199694ebd4bcf14ed55edbda09b6ee30 --- /dev/null +++ b/samples/sample_0014/ooc/oc_iso_2/oc_manifest.json @@ -0,0 +1,172 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:52.971378+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 2.931643078228621, + "widths": [ + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756 + ], + "segment_heights": [ + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584 + ], + "height_bg": 5.6561179544757065, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9840011306145409, + 0.706302720810586, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.744680199059444, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0014/ooc/oc_sweep_manifest.json b/samples/sample_0014/ooc/oc_sweep_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..7035c8483b42701660b500249e5cd0359e6b5e6b --- /dev/null +++ b/samples/sample_0014/ooc/oc_sweep_manifest.json @@ -0,0 +1,1110 @@ +{ + "created_at": "2026-07-06T17:30:58.148597+00:00", + "mode": "oc_only", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/geometry.json", + "dataset_name": "squiggles", + "sample_name": "sample_0014", + "output_root": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc", + "reference_energy_ev": 550.0, + "oc_sweep": { + "delta_bounds": [ + -0.01, + 0.01 + ], + "beta_bounds": [ + 0.0, + 0.01 + ], + "oc_profiles": [ + { + "label": "iso_0", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 0 + }, + { + "label": "iso_1", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 1 + }, + { + "label": "iso_2", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "seed": 2 + }, + { + "label": "uniax_0", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 10 + }, + { + "label": "uniax_1", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 11 + }, + { + "label": "uniax_2", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "seed": 12 + } + ], + "symmetry_groups": null, + "base_seed": 42, + "energy_ev": 550.0, + "energies_ev": [ + 550 + ], + "thetas_deg": [ + 0.0, + 20.0, + 45.0 + ], + "include_field_grid": false + }, + "count": 6, + "samples": [ + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:52.972024+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 2.931643078228621, + "widths": [ + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756 + ], + "segment_heights": [ + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584 + ], + "height_bg": 5.6561179544757065, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9840011306145409, + 0.706302720810586, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.744680199059444, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:52.971125+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 2.931643078228621, + "widths": [ + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756 + ], + "segment_heights": [ + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584 + ], + "height_bg": 5.6561179544757065, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9840011306145409, + 0.706302720810586, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.744680199059444, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:52.971378+00:00", + "oc_profile_label": "iso_2", + "plan_index": 2, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + -0.004767757315013672, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004767757315013672, + 0.0 + ], + [ + 0.0, + 0.0, + -0.004767757315013672 + ] + ], + "shape_beta": [ + [ + 0.002984911434141233, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002984911434141233, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002984911434141233 + ] + ], + "shape_bg_delta": [ + [ + 0.006284514811885607, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006284514811885607, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006284514811885607 + ] + ], + "shape_bg_beta": [ + [ + 0.0009191594213509691, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0009191594213509691, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0009191594213509691 + ] + ], + "interface_delta": [ + [ + 0.0020020105193130806, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0020020105193130806, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0020020105193130806 + ] + ], + "interface_beta": [ + [ + 0.007285605268117946, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007285605268117946, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007285605268117946 + ] + ], + "resolved_params_nm": { + "pitch": 2.931643078228621, + "widths": [ + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756 + ], + "segment_heights": [ + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584 + ], + "height_bg": 5.6561179544757065, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9840011306145409, + 0.706302720810586, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.744680199059444, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_iso_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_iso_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:52.971744+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 2.931643078228621, + "widths": [ + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756 + ], + "segment_heights": [ + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584 + ], + "height_bg": 5.6561179544757065, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9840011306145409, + 0.706302720810586, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.744680199059444, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:52.972299+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 2.931643078228621, + "widths": [ + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756 + ], + "segment_heights": [ + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584 + ], + "height_bg": 5.6561179544757065, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9840011306145409, + 0.706302720810586, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.744680199059444, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + }, + { + "mode": "oc_only", + "created_at": "2026-07-06T17:30:52.971555+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 2.931643078228621, + "widths": [ + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756 + ], + "segment_heights": [ + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584 + ], + "height_bg": 5.6561179544757065, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9840011306145409, + 0.706302720810586, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.744680199059444, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] + } + ] +} \ No newline at end of file diff --git a/samples/sample_0014/ooc/oc_uniax_0/nk_tensor.npz b/samples/sample_0014/ooc/oc_uniax_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..8f2a73421df174b16f4f98fcfc4a41c55c5d90bc --- /dev/null +++ b/samples/sample_0014/ooc/oc_uniax_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770c93df3c0f545c00f3228b683d58a821d7ed57dba754c4278bfca67da4a4a2 +size 12302 diff --git a/samples/sample_0014/ooc/oc_uniax_0/oc_manifest.json b/samples/sample_0014/ooc/oc_uniax_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..67fdff739090984e131b867abb144e7337e9b72d --- /dev/null +++ b/samples/sample_0014/ooc/oc_uniax_0/oc_manifest.json @@ -0,0 +1,172 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:52.971744+00:00", + "oc_profile_label": "uniax_0", + "plan_index": 3, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + 0.009120034192579509, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009120034192579509, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005846363798417063 + ] + ], + "shape_beta": [ + [ + 0.008284448852745308, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008284448852745308, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0014928212308202027 + ] + ], + "shape_bg_delta": [ + [ + 0.0002560923287312968, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0002560923287312968, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007281607919589868 + ] + ], + "shape_bg_beta": [ + [ + 0.006890364797811311, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006890364797811311, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00841747724312279 + ] + ], + "interface_delta": [ + [ + -0.0014898200519004676, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0014898200519004676, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009138520069067324 + ] + ], + "interface_beta": [ + [ + 0.008253329063847983, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008253329063847983, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00338215312471576 + ] + ], + "resolved_params_nm": { + "pitch": 2.931643078228621, + "widths": [ + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756 + ], + "segment_heights": [ + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584 + ], + "height_bg": 5.6561179544757065, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9840011306145409, + 0.706302720810586, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.744680199059444, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_uniax_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_uniax_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0014/ooc/oc_uniax_1/nk_tensor.npz b/samples/sample_0014/ooc/oc_uniax_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..4c5a61e9d83274c8b8292724459ad256b5caaf38 --- /dev/null +++ b/samples/sample_0014/ooc/oc_uniax_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea51e173633f39a41b25fc849682ad87b065795faf843203e242d9e6ef83505 +size 12292 diff --git a/samples/sample_0014/ooc/oc_uniax_1/oc_manifest.json b/samples/sample_0014/ooc/oc_uniax_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5a60a36f6bf8a1e1f74ccda430796d1b36b3fcc1 --- /dev/null +++ b/samples/sample_0014/ooc/oc_uniax_1/oc_manifest.json @@ -0,0 +1,172 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:52.972299+00:00", + "oc_profile_label": "uniax_1", + "plan_index": 4, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.007428595944616008, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007428595944616008, + 0.0 + ], + [ + 0.0, + 0.0, + -1.4442751197701192e-05 + ] + ], + "shape_beta": [ + [ + 0.0060149835762335745, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0060149835762335745, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0002868900837194455 + ] + ], + "shape_bg_delta": [ + [ + -0.0070414783084508815, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0070414783084508815, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00856422045920739 + ] + ], + "shape_bg_beta": [ + [ + 0.0007042057615419683, + 0.0, + 0.0 + ], + [ + 0.0, + 0.0007042057615419683, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0012977394939929798 + ] + ], + "interface_delta": [ + [ + 0.008966569065835503, + 0.0, + 0.0 + ], + [ + 0.0, + 0.008966569065835503, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0024376718559276575 + ] + ], + "interface_beta": [ + [ + 0.00368993123729791, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00368993123729791, + 0.0 + ], + [ + 0.0, + 0.0, + 0.005113900218032627 + ] + ], + "resolved_params_nm": { + "pitch": 2.931643078228621, + "widths": [ + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756 + ], + "segment_heights": [ + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584 + ], + "height_bg": 5.6561179544757065, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9840011306145409, + 0.706302720810586, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.744680199059444, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_uniax_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_uniax_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0014/ooc/oc_uniax_2/nk_tensor.npz b/samples/sample_0014/ooc/oc_uniax_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..010013c447148f49168ec2042d4bcf270e5d58d6 --- /dev/null +++ b/samples/sample_0014/ooc/oc_uniax_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583a0f1af558c329329ea30faa5bdc104aa6d750d11ded3937d1329a4c196bce +size 12294 diff --git a/samples/sample_0014/ooc/oc_uniax_2/oc_manifest.json b/samples/sample_0014/ooc/oc_uniax_2/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..2b132a9f78e640117ca73851ee0c9c599e7bbce9 --- /dev/null +++ b/samples/sample_0014/ooc/oc_uniax_2/oc_manifest.json @@ -0,0 +1,172 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:52.971555+00:00", + "oc_profile_label": "uniax_2", + "plan_index": 5, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "uniaxial", + "shape_symmetry": "uniaxial", + "shape_bg_symmetry": "uniaxial", + "interface_symmetry": "uniaxial", + "shape_delta": [ + [ + -0.004983510837831078, + 0.0, + 0.0 + ], + [ + 0.0, + -0.004983510837831078, + 0.0 + ], + [ + 0.0, + 0.0, + 0.008935058857188491 + ] + ], + "shape_beta": [ + [ + 0.001893203845397613, + 0.0, + 0.0 + ], + [ + 0.0, + 0.001893203845397613, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001792914104181076 + ] + ], + "shape_bg_delta": [ + [ + -0.0030022151880808503, + 0.0, + 0.0 + ], + [ + 0.0, + -0.0030022151880808503, + 0.0 + ], + [ + 0.0, + 0.0, + -0.005389175068201881 + ] + ], + "shape_bg_beta": [ + [ + 0.006704457427727847, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006704457427727847, + 0.0 + ], + [ + 0.0, + 0.0, + 0.001150793821234475 + ] + ], + "interface_delta": [ + [ + 0.007926187474093608, + 0.0, + 0.0 + ], + [ + 0.0, + 0.007926187474093608, + 0.0 + ], + [ + 0.0, + 0.0, + 0.007162609781678179 + ] + ], + "interface_beta": [ + [ + 2.8270321866200598e-05, + 0.0, + 0.0 + ], + [ + 0.0, + 2.8270321866200598e-05, + 0.0 + ], + [ + 0.0, + 0.0, + 0.0054146616171879425 + ] + ], + "resolved_params_nm": { + "pitch": 2.931643078228621, + "widths": [ + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756, + 2.411926112199756 + ], + "segment_heights": [ + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584, + 3.2809005457872584 + ], + "height_bg": 5.6561179544757065, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.9840011306145409, + 0.706302720810586, + 0.55, + 0.55, + 0.55, + 0.55, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.744680199059444, + 0.75, + 0.75, + 0.75, + 0.75, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_uniax_2", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0014/ooc/oc_uniax_2/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0015/domain_ids.npz b/samples/sample_0015/domain_ids.npz new file mode 100644 index 0000000000000000000000000000000000000000..9e3a14969dd6812ae43bccc891f7702ea2719b00 --- /dev/null +++ b/samples/sample_0015/domain_ids.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57ecfc97dcb0b3dbccbf271fcb937766e36f8a567d82374c859f71adfd866cb +size 3097 diff --git a/samples/sample_0015/geometry.json b/samples/sample_0015/geometry.json new file mode 100644 index 0000000000000000000000000000000000000000..19ab7579efe340839fb610a6257694c2fb6b2df3 --- /dev/null +++ b/samples/sample_0015/geometry.json @@ -0,0 +1,1610 @@ +{ + "created_at": "2026-07-07T07:12:05.534682+00:00", + "mode": "generate", + "units": "lambda", + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0015", + "sample_kind": "interior", + "sample_label": "interior_0015", + "axis_name": null, + "axis_side": null, + "hypercube_coords": { + "pitch_ratio": 0.4596643034956933, + "height_bg_ratio": 0.6280451397843564, + "n_segments": 0.6155915019990218, + "width_ratio": 0.44578885169844096, + "segment_height_ratio": 0.264538285937599, + "n_interfaces": 0.47910107068578056, + "interface_0_width_frac_0": 0.8548435843660914, + "interface_0_width_frac_1": 0.38377885384163024, + "interface_0_width_frac_2": 0.8220668838776182, + "interface_0_width_frac_3": 0.5, + "interface_0_width_frac_4": 0.5, + "interface_0_width_frac_5": 0.5, + "interface_0_width_frac_6": 0.5, + "interface_0_width_frac_7": 0.5, + "interface_0_width_frac_8": 0.5, + "interface_0_width_frac_9": 0.5, + "interface_0_width_frac_10": 0.5, + "interface_0_width_frac_11": 0.5, + "interface_0_width_frac_12": 0.5, + "interface_0_height_frac_0": 0.7987276403587493, + "interface_0_height_frac_1": 0.20795017965318818, + "interface_0_height_frac_2": 0.5, + "interface_0_height_frac_3": 0.5, + "interface_0_height_frac_4": 0.5, + "interface_0_height_frac_5": 0.5, + "interface_0_height_frac_6": 0.5, + "interface_0_height_frac_7": 0.5, + "interface_0_height_frac_8": 0.5, + "interface_0_height_frac_9": 0.5, + "interface_0_height_frac_10": 0.5, + "interface_0_height_frac_11": 0.5, + "interface_1_width_frac_0": 0.07393762571268969, + "interface_1_width_frac_1": 0.15815019110952766, + "interface_1_width_frac_2": 0.09251558351427158, + "interface_1_width_frac_3": 0.5, + "interface_1_width_frac_4": 0.5, + "interface_1_width_frac_5": 0.5, + "interface_1_width_frac_6": 0.5, + "interface_1_width_frac_7": 0.5, + "interface_1_width_frac_8": 0.5, + "interface_1_width_frac_9": 0.5, + "interface_1_width_frac_10": 0.5, + "interface_1_width_frac_11": 0.5, + "interface_1_width_frac_12": 0.5, + "interface_1_height_frac_0": 0.9015002918668756, + "interface_1_height_frac_1": 0.22742489256588938, + "interface_1_height_frac_2": 0.5, + "interface_1_height_frac_3": 0.5, + "interface_1_height_frac_4": 0.5, + "interface_1_height_frac_5": 0.5, + "interface_1_height_frac_6": 0.5, + "interface_1_height_frac_7": 0.5, + "interface_1_height_frac_8": 0.5, + "interface_1_height_frac_9": 0.5, + "interface_1_height_frac_10": 0.5, + "interface_1_height_frac_11": 0.5, + "interface_2_width_frac_0": 0.5, + "interface_2_width_frac_1": 0.5, + "interface_2_width_frac_2": 0.5, + "interface_2_width_frac_3": 0.5, + "interface_2_width_frac_4": 0.5, + "interface_2_width_frac_5": 0.5, + "interface_2_width_frac_6": 0.5, + "interface_2_width_frac_7": 0.5, + "interface_2_width_frac_8": 0.5, + "interface_2_width_frac_9": 0.5, + "interface_2_width_frac_10": 0.5, + "interface_2_width_frac_11": 0.5, + "interface_2_width_frac_12": 0.5, + "interface_2_height_frac_0": 0.5, + "interface_2_height_frac_1": 0.5, + "interface_2_height_frac_2": 0.5, + "interface_2_height_frac_3": 0.5, + "interface_2_height_frac_4": 0.5, + "interface_2_height_frac_5": 0.5, + "interface_2_height_frac_6": 0.5, + "interface_2_height_frac_7": 0.5, + "interface_2_height_frac_8": 0.5, + "interface_2_height_frac_9": 0.5, + "interface_2_height_frac_10": 0.5, + "interface_2_height_frac_11": 0.5 + }, + "active_axes": [ + "pitch_ratio", + "height_bg_ratio", + "n_segments", + "width_ratio", + "segment_height_ratio", + "n_interfaces", + "interface_0_width_frac_0", + "interface_0_width_frac_1", + "interface_0_width_frac_2", + "interface_0_height_frac_0", + "interface_0_height_frac_1", + "interface_1_width_frac_0", + "interface_1_width_frac_1", + "interface_1_width_frac_2", + "interface_1_height_frac_0", + "interface_1_height_frac_1" + ], + "template_name": "layered_stack", + "template_config": { + "max_n_segments": 12, + "max_n_interfaces": 3, + "n_segments_bounds": [ + 4, + 12 + ], + "n_interfaces_bounds": [ + 2, + 3 + ], + "pitch_ratio": [ + 1.5, + 2.0 + ], + "height_bg_ratio": [ + 1.0, + 2.5 + ], + "width_ratio": [ + 0.4, + 0.9 + ], + "segment_height_ratio": [ + 0.45, + 1.8 + ], + "interface_width_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ], + "interface_height_fraction": [ + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ], + [ + 0.35, + 0.9 + ] + ] + }, + "resolved_params_lambda": { + "pitch": 1.7298321517478468, + "widths": [ + 0.6228944258492205, + 0.6228944258492205, + 0.6228944258492205, + 0.6228944258492205, + 0.6228944258492205, + 0.6228944258492205, + 0.6228944258492205, + 0.6228944258492205, + 0.6228944258492205 + ], + "segment_heights": [ + 0.8071266860157587, + 0.8071266860157587, + 0.8071266860157587, + 0.8071266860157587, + 0.8071266860157587, + 0.8071266860157587, + 0.8071266860157587, + 0.8071266860157587 + ], + "height_bg": 1.9420677096765346, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 2, + "interface_width_fractions": [ + [ + 0.8201639714013502, + 0.5610783696128966, + 0.80213678613269, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.3906656941419793, + 0.43698260511024023, + 0.4008835709328494, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_height_fractions": [ + [ + 0.7893002021973121, + 0.46437259880925347, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ], + [ + 0.8458251605267817, + 0.47508369091123914, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625, + 0.625 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "geometry_plot": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0015/geometry.png", + "shapes": [ + { + "name": "ComputationalDomain", + "domain_id": 1, + "priority": -1, + "side_length_constraint": 0.7, + "points": [ + -0.8649160758739234, + -2.0, + 0.8649160758739234, + -2.0, + 0.8649160758739234, + 10.875429130468522, + -0.8649160758739234, + 10.875429130468522 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape_bg", + "domain_id": 3, + "priority": 1, + "side_length_constraint": 0.7, + "points": [ + -0.8649160758739234, + 0.0, + 0.8649160758739234, + 0.0, + 0.8649160758739234, + 1.9420677096765346, + -0.8649160758739234, + 1.9420677096765346 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_0", + "domain_id": 4, + "priority": 2, + "side_length_constraint": 0.7, + "points": [ + 0.3674566428150903, + 0.0, + 0.3837508391354749, + 0.21497878633862844, + 0.39639023028759246, + 0.4183691800887331, + 0.40575047663878183, + 0.6107687941589717, + 0.41220723855638164, + 0.792775241458002, + 0.4161361764077308, + 0.9649861348944818, + 0.4179129505601681, + 1.1279990873770687, + 0.41791322138103226, + 1.28241171181442, + 0.41651264923766185, + 1.4288216211151936, + 0.4140868944973961, + 1.5678264281880472, + 0.41101161752757354, + 1.7000237459416387, + 0.40766247869553307, + 1.8260111872846259, + 0.4044151383686133, + 1.9463863651256657, + 0.4016452569141531, + 2.0617468923734164, + 0.39969752717663043, + 2.172672196027421, + 0.39863158257896736, + 2.279574299812636, + 0.3983534287804116, + 2.3827750084022634, + 0.3987675823932819, + 2.482595252015575, + 0.39977856002989665, + 2.57935596087184, + 0.40129087830257426, + 2.673378065190329, + 0.4032090538236335, + 2.7649824951903135, + 0.40543760320539246, + 2.854490181091064, + 0.40788104306017015, + 2.9422220531118506, + 0.4104438900002848, + 3.0284990414719433, + 0.4130306606380548, + 3.113642076390614, + 0.4155458715857988, + 3.1979720880871323, + 0.4178940394558355, + 3.28181000678077, + 0.4199816983838216, + 3.365471326687575, + 0.4217699438654363, + 3.449124532210565, + 0.42327939127584024, + 3.5327777377335554, + 0.4245336675702205, + 3.6164309432565456, + 0.42555639970376447, + 3.7000841487795353, + 0.4263712146316595, + 3.783737354302525, + 0.42700173930909324, + 3.867390559825515, + 0.4274716006912527, + 3.951043765348505, + 0.42780442573332544, + 4.0346969708714955, + 0.42802384139049887, + 4.118350176394485, + 0.42815347461796016, + 4.202003381917475, + 0.42821695237089696, + 4.285656587440466, + 0.4282379016044965, + 4.369309792963456, + 0.4282399177713391, + 4.452962998486445, + 0.4282399177713391, + 4.5366162040094355, + 0.4282399177713391, + 4.620269409532425, + 0.4282399177713391, + 4.703922615055416, + 0.4282399177713391, + 4.7875758205784065, + 0.4282399177713392, + 4.871229026101396, + 0.4282399177713391, + 4.954882231624387, + 0.4282399177713391, + 5.0385354371473765, + 0.4282399177713391, + 5.122188642670366, + 0.4282399177713392, + 5.205841848193357, + 0.4282399177713391, + 5.2894950537163465, + 0.4282399177713391, + 5.373148259239336, + 0.4282399177713391, + 5.456801464762326, + 0.4282399177713391, + 5.540454670285317, + 0.4282399177713392, + 5.624107875808307, + 0.4282399177713391, + 5.707761081331297, + 0.4282399177713391, + 5.791414286854287, + 0.4282399177713391, + 5.875067492377278, + 0.4282399177713391, + 5.958720697900267, + 0.4282399177713391, + 6.042373903423256, + 0.4282399177713392, + 6.126027108946247, + 0.4282399177713391, + 6.209680314469237, + 0.4282399177713391, + 6.293333519992228, + 0.4282399177713391, + 6.376986725515217, + 0.4282399177713391, + 6.460639931038207, + 0.4282399177713391, + 6.544293136561198, + 0.4282399177713391, + 6.627946342084188, + 0.4282399177713392, + 6.711599547607177, + 0.4282399177713391, + 6.795252753130167, + 0.4282399177713392, + 6.878905958653158, + 0.4282399177713391, + 6.962559164176147, + 0.4282399177713391, + 7.046212369699136, + 0.4282399177713391, + 7.1298655752221265, + 0.4282399177713391, + 7.213518780745117, + 0.4282399177713391, + 7.297171986268108, + 0.4282399177713391, + 7.380825191791097, + 0.4282399177713391, + 7.464478397314087, + 0.4282399177713391, + 7.548131602837079, + 0.4282399177713391, + 7.631784808360067, + 0.4282399177713391, + 7.715438013883057, + 0.42823600521671235, + 7.799086149642828, + 0.42807216699171435, + 7.882527058831003, + 0.4273948059719467, + 7.9653025615966175, + 0.4258371201611454, + 8.046937367637845, + 0.4230323075630462, + 8.126956186652862, + 0.4186135661813851, + 8.204883728339837, + 0.4122140940198983, + 8.28024470239694, + 0.40346708908232143, + 8.35256381852235, + 0.39200574937239063, + 8.421365786414237, + 0.3774632728938415, + 8.48617531577077, + 0.35947285765041037, + 8.546517116290126, + 0.33766770164583315, + 8.601915897670471, + 0.3116810028838455, + 8.651896369609988, + 0.28114639409647524, + 8.695983429575847, + 0.2459627466148271, + 8.733816537601319, + 0.20674427717427424, + 8.765344127622548, + 0.16422458976734444, + 8.790566199639532, + 0.1191372883865662, + 8.809482753652267, + 0.07221597702446816, + 8.822093789660759, + 0.02419425967357803, + 8.828399307665002, + -0.02419425967357681, + 8.828399307665002, + -0.0722159770244675, + 8.822093789660757, + -0.11913728838656557, + 8.809482753652267, + -0.16422458976734333, + 8.790566199639532, + -0.20674427717427327, + 8.76534412762255, + -0.2459627466148265, + 8.73381653760132, + -0.2811463940964748, + 8.695983429575849, + -0.3116810028838447, + 8.651896369609988, + -0.3376677016458326, + 8.601915897670473, + -0.35947285765041015, + 8.546517116290126, + -0.37746327289384096, + 8.486175315770772, + -0.3920057493723902, + 8.421365786414238, + -0.4034670890823211, + 8.35256381852235, + -0.41221409401989817, + 8.280244702396942, + -0.4186135661813851, + 8.204883728339837, + -0.423032307563046, + 8.126956186652862, + -0.4258371201611453, + 8.046937367637849, + -0.4273948059719467, + 7.9653025615966175, + -0.42807216699171424, + 7.882527058831004, + -0.42823600521671235, + 7.7990861496428305, + -0.4282399177713391, + 7.715438013883061, + -0.4282399177713391, + 7.631784808360068, + -0.4282399177713391, + 7.548131602837078, + -0.4282399177713391, + 7.464478397314091, + -0.4282399177713391, + 7.3808251917911, + -0.4282399177713391, + 7.2971719862681095, + -0.4282399177713391, + 7.21351878074512, + -0.4282399177713391, + 7.12986557522213, + -0.4282399177713391, + 7.046212369699139, + -0.4282399177713391, + 6.962559164176148, + -0.4282399177713391, + 6.878905958653158, + -0.42823991777133896, + 6.795252753130169, + -0.4282399177713391, + 6.711599547607178, + -0.4282399177713391, + 6.627946342084188, + -0.4282399177713391, + 6.5442931365612, + -0.4282399177713391, + 6.46063993103821, + -0.4282399177713391, + 6.376986725515218, + -0.4282399177713391, + 6.293333519992228, + -0.4282399177713391, + 6.209680314469238, + -0.4282399177713391, + 6.12602710894625, + -0.4282399177713391, + 6.042373903423259, + -0.4282399177713391, + 5.958720697900268, + -0.4282399177713391, + 5.87506749237728, + -0.4282399177713391, + 5.791414286854288, + -0.4282399177713391, + 5.707761081331299, + -0.4282399177713391, + 5.624107875808308, + -0.42823991777133896, + 5.5404546702853175, + -0.4282399177713392, + 5.4568014647623295, + -0.4282399177713391, + 5.373148259239337, + -0.4282399177713391, + 5.289495053716347, + -0.42823991777133896, + 5.205841848193359, + -0.4282399177713391, + 5.12218864267037, + -0.4282399177713391, + 5.038535437147378, + -0.4282399177713391, + 4.954882231624388, + -0.4282399177713391, + 4.871229026101398, + -0.4282399177713391, + 4.787575820578409, + -0.4282399177713391, + 4.7039226150554185, + -0.4282399177713391, + 4.620269409532428, + -0.4282399177713391, + 4.536616204009438, + -0.4282399177713391, + 4.4529629984864485, + -0.42823790160449626, + 4.369309792963458, + -0.42821695237089685, + 4.285656587440466, + -0.42815347461796016, + 4.202003381917477, + -0.42802384139049876, + 4.118350176394489, + -0.42780442573332544, + 4.034696970871498, + -0.42747160069125256, + 3.951043765348507, + -0.42700173930909313, + 3.8673905598255183, + -0.4263712146316595, + 3.7837373543025286, + -0.42555639970376447, + 3.700084148779538, + -0.4245336675702205, + 3.616430943256548, + -0.42327939127584013, + 3.5327777377335563, + -0.4217699438654363, + 3.4491245322105684, + -0.4199816983838216, + 3.3654713266875778, + -0.4178940394558355, + 3.281810006780771, + -0.4155458715857989, + 3.1979720880871354, + -0.4130306606380548, + 3.1136420763906165, + -0.4104438900002847, + 3.028499041471946, + -0.40788104306017003, + 2.942222053111852, + -0.40543760320539246, + 2.854490181091065, + -0.4032090538236335, + 2.764982495190317, + -0.40129087830257426, + 2.673378065190332, + -0.3997785600298964, + 2.5793559608718417, + -0.3987675823932819, + 2.4825952520155785, + -0.3983534287804116, + 2.382775008402267, + -0.39863158257896725, + 2.2795742998126385, + -0.39969752717663043, + 2.172672196027423, + -0.401645256914153, + 2.061746892373418, + -0.4044151383686132, + 1.9463863651256694, + -0.40766247869553285, + 1.8260111872846287, + -0.41101161752757354, + 1.7000237459416414, + -0.414086894497396, + 1.567826428188052, + -0.41651264923766174, + 1.4288216211151976, + -0.41791322138103215, + 1.2824117118144236, + -0.417912950560168, + 1.1279990873770716, + -0.4161361764077307, + 0.9649861348944837, + -0.41220723855638164, + 0.7927752414580073, + -0.40575047663878183, + 0.610768794158976, + -0.39639023028759257, + 0.41836918008873636, + -0.38375083913547525, + 0.21497878633863546, + -0.36745664281509016, + 8.881784197001252e-16 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "interface_1", + "domain_id": 5, + "priority": 3, + "side_length_constraint": 0.7, + "points": [ + 0.2554377830341303, + 0.0, + 0.23914358671374567, + 0.13658394411717292, + 0.22650419556162804, + 0.25896962153826214, + 0.21714394921043878, + 0.36828774772489203, + 0.2106871872928389, + 0.46566903813868693, + 0.20675824944148974, + 0.5522442082412711, + 0.20498147528905253, + 0.6291439734942689, + 0.2049812044681884, + 0.6974990493593045, + 0.2063817766115586, + 0.7584401512980024, + 0.2088075313518244, + 0.8130979947719869, + 0.21188280832164696, + 0.8626032952428822, + 0.2152319471536875, + 0.9080867681723125, + 0.21847928748060721, + 0.9506791290219024, + 0.22124916893506738, + 0.9915110932532762, + 0.22319689867259004, + 1.0316406820372381, + 0.22426284327025323, + 1.0714567576782332, + 0.22454099706880887, + 1.1109875510740315, + 0.22412684345593864, + 1.150257797679419, + 0.2231158658193239, + 1.1892922329491817, + 0.22160354754664624, + 1.228115592338105, + 0.21968537202558708, + 1.2667526113009753, + 0.21745682264382798, + 1.305228025292578, + 0.21501338278905038, + 1.3435665697676993, + 0.21245053584893578, + 1.3817929801811246, + 0.20986376521116568, + 1.4199319919876399, + 0.2073485542634216, + 1.4580083406420312, + 0.20500038639338505, + 1.4960467615990845, + 0.20291272746539896, + 1.5340715713377335, + 0.20112448198378416, + 1.5720957556663653, + 0.19961503457338028, + 1.610119939994997, + 0.1983607582790001, + 1.648144124323629, + 0.19733802614545612, + 1.686168308652261, + 0.19652321121756094, + 1.7241924929808925, + 0.1958926865401273, + 1.7622166773095242, + 0.19542282515796774, + 1.800240861638156, + 0.195090000115895, + 1.838265045966788, + 0.19487058445872166, + 1.8762892302954202, + 0.19474095123126023, + 1.914313414624052, + 0.19467747347832354, + 1.9523375989526839, + 0.19465652424472407, + 1.9903617832813159, + 0.1946545080778814, + 2.0283859676099474, + 0.19465450807788143, + 2.0664101519385794, + 0.19465450807788137, + 2.1044343362672113, + 0.19465450807788137, + 2.142458520595843, + 0.19465450807788143, + 2.180482704924475, + 0.19465450807788143, + 2.218506889253107, + 0.19465450807788137, + 2.2565310735817388, + 0.19465450807788137, + 2.29455525791037, + 0.1946545080778814, + 2.332579442239002, + 0.1946545080778814, + 2.370603626567634, + 0.1946545080778814, + 2.4086278108962658, + 0.1946545080778814, + 2.4466519952248977, + 0.1946545080778814, + 2.4846761795535297, + 0.1946545080778814, + 2.5227003638821612, + 0.19465450807788143, + 2.560724548210793, + 0.19465450807788137, + 2.5987487325394247, + 0.1946545080778814, + 2.6367729168680567, + 0.1946545080778814, + 2.6747971011966887, + 0.1946545080778814, + 2.7128212855253206, + 0.19465450807788143, + 2.750845469853952, + 0.19465450807788143, + 2.7888696541825846, + 0.1946545080778814, + 2.826893838511216, + 0.19465450807788143, + 2.8649180228398476, + 0.1946545080778814, + 2.902942207168479, + 0.1946545080778814, + 2.9409663914971116, + 0.1946545080778814, + 2.9789905758257436, + 0.19465450807788143, + 3.0170147601543755, + 0.1946545080778814, + 3.055038944483007, + 0.1946545080778814, + 3.0930631288116386, + 0.19465450807788143, + 3.1310873131402714, + 0.1946545080778814, + 3.169111497468902, + 0.1946545080778814, + 3.207135681797534, + 0.1946545080778814, + 3.245159866126166, + 0.1946545080778814, + 3.2831840504547984, + 0.1946545080778814, + 3.32120823478343, + 0.19465450807788137, + 3.3592324191120615, + 0.19465450807788137, + 3.397256603440694, + 0.1946545080778814, + 3.435280787769326, + 0.19465450807788137, + 3.473304972097957, + 0.1946545080778814, + 3.511329156426589, + 0.1946527296439601, + 3.5493510363173937, + 0.19457825772350648, + 3.587278722312018, + 0.19427036635088488, + 3.624903950841844, + 0.19356232734597514, + 3.6620106808605843, + 0.19228741252865736, + 3.6983828713219546, + 0.19027889371881146, + 3.7338044811796705, + 0.18737004273631738, + 3.7680594693874454, + 0.1833941314010552, + 3.8009317948989945, + 0.17818443153290478, + 3.832205416668034, + 0.1715742149517461, + 3.861664293648277, + 0.16339675347745927, + 3.889092384793438, + 0.15348531892992415, + 3.914273649057232, + 0.14167318312902066, + 3.9369920453933753, + 0.12779381549839783, + 3.9570316181051304, + 0.11180124846128502, + 3.9742284853894363, + 0.0939746714428519, + 3.988559208126358, + 0.07464754080333837, + 4.000023786315896, + 0.05415331290298462, + 4.008622219958047, + 0.03282544410203097, + 4.014354509052817, + 0.010997390760717271, + 4.017220653600201, + -0.010997390760716735, + 4.017220653600201, + -0.0328254441020307, + 4.014354509052817, + -0.05415331290298436, + 4.008622219958047, + -0.07464754080333788, + 4.000023786315895, + -0.09397467144285147, + 3.988559208126359, + -0.11180124846128478, + 3.974228485389436, + -0.12779381549839766, + 3.9570316181051304, + -0.1416731831290203, + 3.936992045393375, + -0.15348531892992393, + 3.9142736490572325, + -0.16339675347745916, + 3.889092384793438, + -0.1715742149517459, + 3.8616642936482775, + -0.17818443153290464, + 3.8322054166680344, + -0.1833941314010551, + 3.800931794898995, + -0.18737004273631735, + 3.768059469387446, + -0.19027889371881143, + 3.733804481179671, + -0.19228741252865733, + 3.698382871321955, + -0.19356232734597514, + 3.662010680860585, + -0.19427036635088485, + 3.6249039508418437, + -0.1945782577235065, + 3.5872787223120195, + -0.19465272964396013, + 3.549351036317395, + -0.19465450807788146, + 3.5113291564265903, + -0.19465450807788137, + 3.4733049720979574, + -0.1946545080778814, + 3.435280787769326, + -0.1946545080778814, + 3.397256603440695, + -0.19465450807788143, + 3.359232419112062, + -0.19465450807788143, + 3.3212082347834304, + -0.19465450807788137, + 3.2831840504547993, + -0.1946545080778814, + 3.2451598661261674, + -0.1946545080778814, + 3.2071356817975354, + -0.1946545080778814, + 3.1691114974689025, + -0.1946545080778814, + 3.131087313140271, + -0.19465450807788143, + 3.09306312881164, + -0.19465450807788137, + 3.0550389444830075, + -0.1946545080778814, + 3.0170147601543755, + -0.1946545080778814, + 2.978990575825745, + -0.1946545080778814, + 2.9409663914971125, + -0.1946545080778814, + 2.9029422071684805, + -0.1946545080778814, + 2.8649180228398485, + -0.1946545080778814, + 2.826893838511216, + -0.19465450807788137, + 2.788869654182585, + -0.19465450807788143, + 2.7508454698539535, + -0.1946545080778814, + 2.712821285525321, + -0.1946545080778814, + 2.67479710119669, + -0.19465450807788137, + 2.6367729168680576, + -0.1946545080778814, + 2.598748732539426, + -0.1946545080778814, + 2.5607245482107936, + -0.19465450807788143, + 2.5227003638821617, + -0.19465450807788146, + 2.484676179553531, + -0.1946545080778814, + 2.4466519952248986, + -0.19465450807788137, + 2.408627810896266, + -0.1946545080778814, + 2.3706036265676347, + -0.19465450807788143, + 2.332579442239003, + -0.19465450807788143, + 2.2945552579103707, + -0.19465450807788143, + 2.2565310735817388, + -0.1946545080778814, + 2.218506889253107, + -0.19465450807788143, + 2.1804827049244757, + -0.19465450807788143, + 2.1424585205958437, + -0.1946545080778814, + 2.1044343362672118, + -0.19465450807788137, + 2.0664101519385802, + -0.1946545080778814, + 2.0283859676099483, + -0.19465652424472402, + 1.9903617832813159, + -0.1946774734783235, + 1.9523375989526839, + -0.19474095123126023, + 1.9143134146240521, + -0.19487058445872166, + 1.876289230295421, + -0.19509000011589506, + 1.8382650459667893, + -0.19542282515796777, + 1.8002408616381569, + -0.1958926865401273, + 1.7622166773095256, + -0.19652321121756094, + 1.7241924929808936, + -0.19733802614545604, + 1.6861683086522616, + -0.1983607582790001, + 1.6481441243236297, + -0.1996150345733803, + 1.6101199399949975, + -0.20112448198378413, + 1.5720957556663662, + -0.20291272746539896, + 1.5340715713377342, + -0.205000386393385, + 1.496046761599085, + -0.20734855426342153, + 1.4580083406420326, + -0.20986376521116562, + 1.419931991987641, + -0.21245053584893572, + 1.3817929801811253, + -0.21501338278905033, + 1.3435665697676995, + -0.21745682264382796, + 1.3052280252925783, + -0.21968537202558705, + 1.2667526113009764, + -0.2216035475466462, + 1.228115592338106, + -0.22311586581932386, + 1.189292232949182, + -0.2241268434559386, + 1.1502577976794204, + -0.22454099706880887, + 1.1109875510740324, + -0.22426284327025323, + 1.071456757678234, + -0.22319689867259004, + 1.0316406820372386, + -0.22124916893506744, + 0.9915110932532765, + -0.21847928748060733, + 0.9506791290219034, + -0.21523194715368751, + 0.9080867681723133, + -0.211882808321647, + 0.8626032952428828, + -0.20880753135182445, + 0.8130979947719883, + -0.20638177661155863, + 0.7584401512980037, + -0.2049812044681884, + 0.6974990493593056, + -0.20498147528905253, + 0.6291439734942698, + -0.20675824944148974, + 0.5522442082412716, + -0.21068718729283878, + 0.4656690381386891, + -0.2171439492104386, + 0.36828774772489387, + -0.22650419556162793, + 0.25896962153826353, + -0.23914358671374525, + 0.13658394411717673, + -0.2554377830341303, + 0.0 + ], + "nk": [ + "1.0" + ] + }, + { + "name": "shape", + "domain_id": 6, + "priority": 4, + "side_length_constraint": 0.7, + "points": [ + 0.12167174162577771, + 0.0, + 0.12460681205577184, + 0.1462134572252686, + 0.12694711583322993, + 0.27692129337831417, + 0.1287812807967333, + 0.3933547952917719, + 0.1301979347848633, + 0.49674524979827717, + 0.13128570563620134, + 0.5883239437304649, + 0.13213322118932858, + 0.6693221639209707, + 0.13282910928282654, + 0.7409711972024292, + 0.13346199775527645, + 0.8045023304074758, + 0.13412051444525974, + 0.861146850368746, + 0.13489328719135762, + 0.9121360439188749, + 0.13586894383215153, + 0.9587011978904975, + 0.1371361122062228, + 1.002073599116249, + 0.13878342015215273, + 1.043484534428765, + 0.14088926575479344, + 1.0840863510098766, + 0.14343788110148342, + 1.1243047479560315, + 0.14636274917071496, + 1.1641738101531156, + 0.1495968610519957, + 1.2037238267412225, + 0.15307320783483336, + 1.242985086860445, + 0.15672478060873551, + 1.281987879650875, + 0.1604845704632098, + 1.3207624942526062, + 0.16428556848776382, + 1.3593392198057308, + 0.16806076577190526, + 1.397748345450342, + 0.17174315340514174, + 1.436020160326533, + 0.1752657224769808, + 1.4741849535743956, + 0.1785614640769302, + 1.512273014334023, + 0.1815633692944975, + 1.5503146317455083, + 0.18420607057378696, + 1.5883395819032622, + 0.186468588712367, + 1.6263637662318944, + 0.18837836686105125, + 1.664387950560526, + 0.18996529823932246, + 1.7024121348891577, + 0.19125927606666326, + 1.7404363192177899, + 0.19229019356255633, + 1.7784605035464214, + 0.19308794394648443, + 1.8164846878750533, + 0.19368242043793021, + 1.8545088722036853, + 0.1941035162563764, + 1.8925330565323168, + 0.19438112462130575, + 1.9305572408609493, + 0.1945451387522007, + 1.9685814251895808, + 0.19462545186854424, + 2.0066056095182128, + 0.19465195718981892, + 2.0446297938468447, + 0.19465450807788143, + 2.0826539781754763, + 0.19465450807788143, + 2.1206781625041082, + 0.19465450807788137, + 2.1587023468327393, + 0.19465450807788137, + 2.1967265311613717, + 0.19465450807788143, + 2.2347507154900037, + 0.19465450807788143, + 2.2727748998186357, + 0.19465450807788137, + 2.3107990841472676, + 0.19465450807788137, + 2.348823268475899, + 0.19465450807788143, + 2.3868474528045307, + 0.19465450807788143, + 2.424871637133163, + 0.19465450807788143, + 2.462895821461794, + 0.19465450807788143, + 2.5009200057904266, + 0.19465450807788143, + 2.538944190119058, + 0.19465450807788143, + 2.57696837444769, + 0.19465450807788143, + 2.614992558776322, + 0.19465450807788137, + 2.6530167431049536, + 0.19465450807788143, + 2.691040927433586, + 0.19465450807788143, + 2.7290651117622176, + 0.19465450807788143, + 2.767089296090849, + 0.19465450807788143, + 2.805113480419481, + 0.19465450807788143, + 2.8431376647481135, + 0.19465450807788143, + 2.881161849076745, + 0.19465450807788143, + 2.919186033405377, + 0.19465450807788143, + 2.957210217734009, + 0.19465450807788143, + 2.99523440206264, + 0.19465450807788143, + 3.0332585863912724, + 0.19465450807788143, + 3.071282770719904, + 0.19465450807788143, + 3.109306955048536, + 0.19465450807788143, + 3.1473311393771675, + 0.19465450807788143, + 3.1853553237057994, + 0.19465450807788143, + 3.2233795080344314, + 0.19465450807788143, + 3.261403692363063, + 0.19465450807788143, + 3.299427876691695, + 0.19465450807788143, + 3.337452061020327, + 0.19465450807788143, + 3.3754762453489584, + 0.19465450807788137, + 3.4135004296775904, + 0.19465450807788137, + 3.4515246140062223, + 0.19465450807788143, + 3.4895487983348548, + 0.19465450807788137, + 3.527572982663486, + 0.19465450807788143, + 3.565597166992118, + 0.19465272964396013, + 3.603619046882923, + 0.1945782577235065, + 3.641546732877547, + 0.1942703663508849, + 3.6791719614073726, + 0.19356232734597517, + 3.716278691426113, + 0.1922874125286574, + 3.752650881887483, + 0.19027889371881146, + 3.788072491745199, + 0.1873700427363174, + 3.822327479952974, + 0.1833941314010552, + 3.8551998054645233, + 0.1781844315329048, + 3.886473427233563, + 0.17157421495174613, + 3.9159323042138054, + 0.1633967534774593, + 3.943360395358966, + 0.15348531892992417, + 3.9685416596227605, + 0.14167318312902066, + 3.9912600559589038, + 0.12779381549839786, + 4.011299628670659, + 0.11180124846128503, + 4.028496495954965, + 0.09397467144285192, + 4.042827218691886, + 0.07464754080333838, + 4.054291796881424, + 0.054153312902984634, + 4.062890230523576, + 0.03282544410203098, + 4.068622519618345, + 0.010997390760717285, + 4.071488664165729, + -0.010997390760716722, + 4.071488664165729, + -0.032825444102030685, + 4.068622519618345, + -0.05415331290298435, + 4.062890230523577, + -0.07464754080333787, + 4.054291796881423, + -0.09397467144285146, + 4.042827218691887, + -0.11180124846128477, + 4.028496495954965, + -0.12779381549839763, + 4.011299628670659, + -0.14167318312902027, + 3.991260055958904, + -0.1534853189299239, + 3.968541659622761, + -0.16339675347745913, + 3.943360395358966, + -0.1715742149517459, + 3.9159323042138054, + -0.17818443153290464, + 3.8864734272335633, + -0.1833941314010551, + 3.855199805464524, + -0.18737004273631735, + 3.8223274799529743, + -0.1902788937188114, + 3.788072491745199, + -0.19228741252865733, + 3.752650881887483, + -0.19356232734597512, + 3.7162786914261132, + -0.19427036635088485, + 3.6791719614073717, + -0.1945782577235065, + 3.641546732877548, + -0.19465272964396013, + 3.6036190468829234, + -0.19465450807788143, + 3.5655971669921187, + -0.19465450807788137, + 3.5275729826634863, + -0.19465450807788137, + 3.4895487983348543, + -0.19465450807788137, + 3.4515246140062232, + -0.19465450807788143, + 3.413500429677591, + -0.19465450807788143, + 3.375476245348959, + -0.19465450807788137, + 3.3374520610203273, + -0.19465450807788137, + 3.299427876691696, + -0.19465450807788137, + 3.2614036923630634, + -0.19465450807788137, + 3.223379508034431, + -0.19465450807788137, + 3.1853553237057994, + -0.19465450807788143, + 3.1473311393771684, + -0.19465450807788137, + 3.1093069550485364, + -0.19465450807788137, + 3.0712827707199044, + -0.19465450807788137, + 3.0332585863912733, + -0.19465450807788137, + 2.9952344020626414, + -0.19465450807788137, + 2.9572102177340085, + -0.19465450807788137, + 2.9191860334053765, + -0.19465450807788137, + 2.881161849076744, + -0.19465450807788137, + 2.8431376647481135, + -0.19465450807788143, + 2.8051134804194815, + -0.19465450807788137, + 2.7670892960908495, + -0.19465450807788137, + 2.7290651117622184, + -0.19465450807788137, + 2.691040927433586, + -0.19465450807788137, + 2.653016743104954, + -0.19465450807788137, + 2.6149925587763216, + -0.19465450807788143, + 2.5769683744476906, + -0.19465450807788143, + 2.5389441901190595, + -0.19465450807788137, + 2.5009200057904266, + -0.19465450807788137, + 2.4628958214617946, + -0.19465450807788137, + 2.424871637133163, + -0.19465450807788143, + 2.386847452804532, + -0.19465450807788143, + 2.348823268475899, + -0.19465450807788143, + 2.310799084147267, + -0.19465450807788137, + 2.2727748998186357, + -0.19465450807788143, + 2.234750715490004, + -0.19465450807788143, + 2.196726531161372, + -0.19465450807788137, + 2.1587023468327398, + -0.19465450807788137, + 2.1206781625041087, + -0.19465450807788137, + 2.0826539781754767, + -0.19465195718981881, + 2.0446297938468443, + -0.19462545186854419, + 2.0066056095182123, + -0.1945451387522007, + 1.9685814251895806, + -0.1943811246213057, + 1.9305572408609493, + -0.19410351625637645, + 1.8925330565323173, + -0.19368242043793021, + 1.854508872203685, + -0.19308794394648443, + 1.8164846878750538, + -0.19229019356255633, + 1.778460503546422, + -0.1912592760666632, + 1.74043631921779, + -0.18996529823932246, + 1.702412134889158, + -0.18837836686105125, + 1.664387950560526, + -0.18646858871236704, + 1.6263637662318946, + -0.18420607057378702, + 1.5883395819032626, + -0.1815633692944975, + 1.5503146317455079, + -0.17856146407693024, + 1.5122730143340235, + -0.17526572247698086, + 1.4741849535743958, + -0.17174315340514174, + 1.436020160326533, + -0.16806076577190526, + 1.397748345450342, + -0.16428556848776382, + 1.3593392198057306, + -0.1604845704632099, + 1.3207624942526068, + -0.15672478060873557, + 1.2819878796508755, + -0.15307320783483336, + 1.2429850868604446, + -0.14959686105199582, + 1.2037238267412236, + -0.14636274917071496, + 1.164173810153116, + -0.14343788110148342, + 1.1243047479560317, + -0.14088926575479344, + 1.0840863510098766, + -0.13878342015215267, + 1.0434845344287649, + -0.1371361122062228, + 1.0020735991162497, + -0.13586894383215153, + 0.9587011978904978, + -0.13489328719135762, + 0.912136043918875, + -0.1341205144452597, + 0.8611468503687472, + -0.13346199775527645, + 0.8045023304074768, + -0.13282910928282654, + 0.74097119720243, + -0.13213322118932858, + 0.6693221639209711, + -0.1312857056362013, + 0.588323943730465, + -0.1301979347848633, + 0.496745249798279, + -0.1287812807967333, + 0.3933547952917734, + -0.12694711583322993, + 0.27692129337831517, + -0.1246068120557719, + 0.1462134572252722, + -0.12167174162577768, + -4.440892098500626e-16 + ], + "nk": [ + "1.0" + ] + } + ], + "grid": { + "n_x": 100, + "n_y": 100, + "uol1": 1e-09 + }, + "domain_map": { + "domain_ids_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0015/domain_ids.npz", + "grid_shape": [ + 100, + 100 + ] + } +} \ No newline at end of file diff --git a/samples/sample_0015/geometry.png b/samples/sample_0015/geometry.png new file mode 100644 index 0000000000000000000000000000000000000000..a0a7a786a4cbf23ab9e6cb9aa63416320e9352dc --- /dev/null +++ b/samples/sample_0015/geometry.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985f8db6021a8b1afb7a7baf9032d8e0c384b7ca4e6c19da0bbe72b306ebde68 +size 199869 diff --git a/samples/sample_0015/ooc/oc_iso_0/nk_tensor.npz b/samples/sample_0015/ooc/oc_iso_0/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..5bc1f63acb927a9e06b7bd19acfb48491c137073 --- /dev/null +++ b/samples/sample_0015/ooc/oc_iso_0/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c0faf04fb727fa7392e64903469a78342e0c8abe94aa8d59f778eb53c9022d +size 14454 diff --git a/samples/sample_0015/ooc/oc_iso_0/oc_manifest.json b/samples/sample_0015/ooc/oc_iso_0/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..e076dcf8128a1e8bd58b594c1848ef9e4fbe6049 --- /dev/null +++ b/samples/sample_0015/ooc/oc_iso_0/oc_manifest.json @@ -0,0 +1,156 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:58.224197+00:00", + "oc_profile_label": "iso_0", + "plan_index": 0, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.002739233746429086, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002739233746429086, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002739233746429086 + ] + ], + "shape_beta": [ + [ + 0.002697867137638703, + 0.0, + 0.0 + ], + [ + 0.0, + 0.002697867137638703, + 0.0 + ], + [ + 0.0, + 0.0, + 0.002697867137638703 + ] + ], + "shape_bg_delta": [ + [ + -0.009180529521276107, + 0.0, + 0.0 + ], + [ + 0.0, + -0.009180529521276107, + 0.0 + ], + [ + 0.0, + 0.0, + -0.009180529521276107 + ] + ], + "shape_bg_beta": [ + [ + 0.00016527635528529094, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00016527635528529094, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00016527635528529094 + ] + ], + "interface_delta": [ + [ + 0.006265404784005448, + 0.0, + 0.0 + ], + [ + 0.0, + 0.006265404784005448, + 0.0 + ], + [ + 0.0, + 0.0, + 0.006265404784005448 + ] + ], + "interface_beta": [ + [ + 0.009127555772777218, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009127555772777218, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009127555772777218 + ] + ], + "resolved_params_nm": { + "pitch": 20.455588066919272, + "widths": [ + 1.094900028353298, + 1.094900028353298, + 1.094900028353298 + ], + "segment_heights": [ + 2.0535357306953586, + 2.0535357306953586 + ], + "height_bg": 1.741540781691986, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.28485177460915156, + 0.2258680582513447, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.7911137219641402, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0015/ooc/oc_iso_0", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0015/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0015/ooc/oc_iso_0/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0015/ooc/oc_iso_1/nk_tensor.npz b/samples/sample_0015/ooc/oc_iso_1/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..725de1d03d60c8ef9ca3bf57bff31c0f10ce673f --- /dev/null +++ b/samples/sample_0015/ooc/oc_iso_1/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2ecf91e7292f983e20a5cb77f51f0e0d4ef34fb91c3f84c13e00eba6fa9a76 +size 14455 diff --git a/samples/sample_0015/ooc/oc_iso_1/oc_manifest.json b/samples/sample_0015/ooc/oc_iso_1/oc_manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..5ea42a9146e46dd9204b5930f00e409663de721a --- /dev/null +++ b/samples/sample_0015/ooc/oc_iso_1/oc_manifest.json @@ -0,0 +1,156 @@ +{ + "mode": "oc_only", + "created_at": "2026-07-06T17:30:58.221412+00:00", + "oc_profile_label": "iso_1", + "plan_index": 1, + "reference_energy_ev": 550.0, + "reference_wavelength_nm": 2.254258153330914, + "tensor_symmetry": "isotropic", + "shape_symmetry": "isotropic", + "shape_bg_symmetry": "isotropic", + "interface_symmetry": "isotropic", + "shape_delta": [ + [ + 0.00023643249400513364, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00023643249400513364, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00023643249400513364 + ] + ], + "shape_beta": [ + [ + 0.009504636963259353, + 0.0, + 0.0 + ], + [ + 0.0, + 0.009504636963259353, + 0.0 + ], + [ + 0.0, + 0.0, + 0.009504636963259353 + ] + ], + "shape_bg_delta": [ + [ + -0.007116807745607325, + 0.0, + 0.0 + ], + [ + 0.0, + -0.007116807745607325, + 0.0 + ], + [ + 0.0, + 0.0, + -0.007116807745607325 + ] + ], + "shape_bg_beta": [ + [ + 0.00948649447137244, + 0.0, + 0.0 + ], + [ + 0.0, + 0.00948649447137244, + 0.0 + ], + [ + 0.0, + 0.0, + 0.00948649447137244 + ] + ], + "interface_delta": [ + [ + -0.003763370959790291, + 0.0, + 0.0 + ], + [ + 0.0, + -0.003763370959790291, + 0.0 + ], + [ + 0.0, + 0.0, + -0.003763370959790291 + ] + ], + "interface_beta": [ + [ + 0.004233264489725757, + 0.0, + 0.0 + ], + [ + 0.0, + 0.004233264489725757, + 0.0 + ], + [ + 0.0, + 0.0, + 0.004233264489725757 + ] + ], + "resolved_params_nm": { + "pitch": 20.455588066919272, + "widths": [ + 1.094900028353298, + 1.094900028353298, + 1.094900028353298 + ], + "segment_heights": [ + 2.0535357306953586, + 2.0535357306953586 + ], + "height_bg": 1.741540781691986, + "top_offset": 2.0, + "bottom_offset": 2.0, + "n_interfaces": 1, + "interface_width_fractions": [ + [ + 0.28485177460915156, + 0.2258680582513447, + 0.55 + ] + ], + "interface_height_fractions": [ + [ + 0.7911137219641402, + 0.75 + ] + ], + "interface_fraction": null, + "interface_thickness": 1.0, + "substrate_y": 0.0, + "slc": 0.7, + "smooth": true, + "num_spline_points": 200 + }, + "output_dir": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0015/ooc/oc_iso_1", + "geometry_json": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0015/geometry.json", + "nk_tensor_path": "/global/u2/h/hdh/JCMwave_modeling/outputs/layered_stack/squiggles/sample_0015/ooc/oc_iso_1/nk_tensor.npz", + "grid_shape": [ + 100, + 100 + ] +} \ No newline at end of file diff --git a/samples/sample_0015/ooc/oc_iso_2/nk_tensor.npz b/samples/sample_0015/ooc/oc_iso_2/nk_tensor.npz new file mode 100644 index 0000000000000000000000000000000000000000..e3871d79dbd598548a59aa307b18f96cc8c41d7b --- /dev/null +++ b/samples/sample_0015/ooc/oc_iso_2/nk_tensor.npz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e208bea4962417ce192c3ef1cd8743a9539ba80c8d5286dc5791c2cb85053f4 +size 14455