Taylor658 commited on
Commit
b635aa7
·
verified ·
1 Parent(s): 4196a52

Update README.md (#2)

Browse files

- Update README.md (509444fe511b41f7de7be706ca353c632834326d)

Files changed (1) hide show
  1. README.md +179 -3
README.md CHANGED
@@ -1,3 +1,179 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ```yaml
3
+ ---
4
+ language:
5
+ - en
6
+ size_categories:
7
+ - 50K<n<100K
8
+ license: mit
9
+ task_categories:
10
+ - tabular-regression
11
+ tags:
12
+ - photonics
13
+ - waveguide
14
+ - optical
15
+ - dataset
16
+ - synthetic
17
+ - thermal-analysis
18
+ dataset_info:
19
+ features:
20
+ - name: waveguide_material
21
+ dtype: string
22
+ - name: cladding_material
23
+ dtype: string
24
+ - name: waveguide_width
25
+ dtype: float
26
+ - name: waveguide_height
27
+ dtype: float
28
+ - name: temperature_min
29
+ dtype: float
30
+ - name: temperature_max
31
+ dtype: float
32
+ - name: temperature_step
33
+ dtype: float
34
+ - name: thermal_expansion_coefficient
35
+ dtype: float
36
+ - name: thermal_conductivity
37
+ dtype: float
38
+ - name: refractive_index_core
39
+ dtype: float
40
+ - name: refractive_index_cladding
41
+ dtype: float
42
+ - name: propagation_loss_min
43
+ dtype: float
44
+ - name: propagation_loss_max
45
+ dtype: float
46
+ - name: effective_index_min
47
+ dtype: float
48
+ - name: effective_index_max
49
+ dtype: float
50
+ - name: dn_dT
51
+ dtype: float
52
+ - name: thermal_tuning_efficiency
53
+ dtype: float
54
+ - name: thermal_stress
55
+ dtype: float
56
+ - name: strain_rate
57
+ dtype: float
58
+ - name: optical_power_input
59
+ dtype: float
60
+ - name: optical_power_output_min
61
+ dtype: float
62
+ - name: optical_power_output_max
63
+ dtype: float
64
+ - name: wavelength_min
65
+ dtype: float
66
+ - name: wavelength_max
67
+ dtype: float
68
+ - name: simulation_model
69
+ dtype: string
70
+ - name: measurement_uncertainty
71
+ dtype: float
72
+ dataset_size: 100000
73
+ dataset_version: "1.0.0"
74
+ ---
75
+ ```
76
+
77
+ # Thermal Stability Dataset 🔥❄️
78
+
79
+ > **Description**
80
+ > This dataset provides **100,000 synthetic rows** of data for analyzing **thermal stability** in photonic waveguides. It tracks key parameters, such as material properties, optical losses, and refractive index changes under varying thermal conditions. Ideal for simulation and optimization of photonic devices.
81
+
82
+ ## Key Highlights ✨
83
+ - **Focus**: Thermal behavior of waveguides under varying environmental conditions.
84
+ - **Columns**: 26 structured columns capturing material properties, geometric dimensions, and thermal-optical effects.
85
+ - **Size**: 100,000 rows suitable for training machine learning models or validating designs.
86
+ - **Use Cases**:
87
+ - **Thermal stability analysis** for waveguides and photonic chips.
88
+ - **Thermo-optic device optimization**.
89
+ - **Simulation of thermal crosstalk** in integrated photonic systems.
90
+
91
+ ## Dataset Structure 🏗️
92
+ Each row corresponds to a **single simulation or measurement configuration** for a waveguide, including:
93
+
94
+ 1. **Material Properties**
95
+ - `waveguide_material`: Core material (e.g., Silicon Nitride).
96
+ - `cladding_material`: Cladding material (e.g., Silicon Dioxide).
97
+
98
+ 2. **Waveguide Dimensions**
99
+ - `waveguide_width` (µm): Width of the waveguide core.
100
+ - `waveguide_height` (µm): Height of the waveguide core.
101
+
102
+ 3. **Thermal Parameters**
103
+ - `temperature_min` (°C): Minimum temperature.
104
+ - `temperature_max` (°C): Maximum temperature.
105
+ - `temperature_step` (°C): Increment for simulations.
106
+ - `thermal_expansion_coefficient` (1/K): Expansion due to temperature.
107
+ - `thermal_conductivity` (W/m·K): Heat transfer ability.
108
+
109
+ 4. **Optical Performance**
110
+ - `refractive_index_core` and `refractive_index_cladding`: Core and cladding indices at room temperature.
111
+ - `propagation_loss_min` and `propagation_loss_max` (dB/cm): Losses at min and max temperatures.
112
+ - `effective_index_min` and `effective_index_max`: Mode index at temperature limits.
113
+ - `dn_dT` (1/°C): Change in effective index with temperature.
114
+ - `thermal_tuning_efficiency` (%): Efficiency of thermal tuning.
115
+
116
+ 5. **Environmental and Operational**
117
+ - `thermal_stress` (MPa): Stress induced by temperature changes.
118
+ - `strain_rate` (1/°C): Dimensional changes per degree.
119
+ - `optical_power_input` (mW): Power at waveguide input.
120
+ - `optical_power_output_min` and `optical_power_output_max` (mW): Output power at temperature limits.
121
+
122
+ 6. **Simulation and Metadata**
123
+ - `wavelength_min` and `wavelength_max` (nm): Operating wavelength range.
124
+ - `simulation_model`: Method used (e.g., FEM, FDTD).
125
+ - `measurement_uncertainty` (%): Error margin.
126
+
127
+ ---
128
+
129
+ ## Example Row
130
+ ```text
131
+ waveguide_material = Silicon Nitride (Si₃N₄)
132
+ cladding_material = Silicon Dioxide (SiO₂)
133
+ waveguide_width = 1.0
134
+ waveguide_height = 0.5
135
+ temperature_min = -20.0
136
+ temperature_max = 150.0
137
+ temperature_step = 5.0
138
+ thermal_expansion_coefficient = 2.8e-6
139
+ thermal_conductivity = 18.5
140
+ refractive_index_core = 1.980
141
+ refractive_index_cladding = 1.450
142
+ propagation_loss_min = 0.15
143
+ propagation_loss_max = 0.35
144
+ effective_index_min = 1.950
145
+ effective_index_max = 1.970
146
+ dn_dT = 0.0002
147
+ thermal_tuning_efficiency = 75.0
148
+ thermal_stress = 45.0
149
+ strain_rate = 3e-6
150
+ optical_power_input = 5.0
151
+ optical_power_output_min = 4.8
152
+ optical_power_output_max = 4.6
153
+ wavelength_min = 1260.0
154
+ wavelength_max = 1625.0
155
+ simulation_model = FDTD
156
+ measurement_uncertainty = 1.5
157
+ ```
158
+
159
+ ## Citation & Acknowledgments 🙌
160
+ If you use this dataset in your research or applications, please cite it as follows:
161
+
162
+ ```bibtex
163
+ @misc{thermal-stability-dataset_2025,
164
+ title = {Thermal Stability Dataset (Synthetic)},
165
+ author = {https://huggingface.co/Taylor658},
166
+ year = {2025},
167
+ how published = {\url{https://huggingface.co/datasets/Taylor658/thermal-stability}}
168
+ }
169
+ ```
170
+ ---
171
+
172
+ ## License 📄
173
+ This dataset is available under the **MIT License**. Free to use for commercial or academic purposes with attribution.
174
+
175
+ ---
176
+
177
+ ## Contributing ❄️🔥
178
+ - Add features for new waveguide materials.
179
+