LTMeyer commited on
Commit
6575059
·
verified ·
1 Parent(s): 3e45523

Add files using upload-large-folder tool

Browse files
Files changed (27) hide show
  1. .gitattributes +18 -0
  2. README.md +212 -0
  3. data/stats.yaml +6 -0
  4. data/test/gray_scott_reaction_diffusion_bubbles_F_0.098_k_0.057.hdf5 +3 -0
  5. data/test/gray_scott_reaction_diffusion_gliders_F_0.014_k_0.054.hdf5 +3 -0
  6. data/test/gray_scott_reaction_diffusion_maze_F_0.029_k_0.057.hdf5 +3 -0
  7. data/test/gray_scott_reaction_diffusion_spirals_F_0.018_k_0.051.hdf5 +3 -0
  8. data/test/gray_scott_reaction_diffusion_spots_F_0.03_k_0.062.hdf5 +3 -0
  9. data/test/gray_scott_reaction_diffusion_worms_F_0.058_k_0.065.hdf5 +3 -0
  10. data/train/gray_scott_reaction_diffusion_bubbles_F_0.098_k_0.057.hdf5 +3 -0
  11. data/train/gray_scott_reaction_diffusion_gliders_F_0.014_k_0.054.hdf5 +3 -0
  12. data/train/gray_scott_reaction_diffusion_maze_F_0.029_k_0.057.hdf5 +3 -0
  13. data/train/gray_scott_reaction_diffusion_spirals_F_0.018_k_0.051.hdf5 +3 -0
  14. data/train/gray_scott_reaction_diffusion_spots_F_0.03_k_0.062.hdf5 +3 -0
  15. data/train/gray_scott_reaction_diffusion_worms_F_0.058_k_0.065.hdf5 +3 -0
  16. data/valid/gray_scott_reaction_diffusion_bubbles_F_0.098_k_0.057.hdf5 +3 -0
  17. data/valid/gray_scott_reaction_diffusion_gliders_F_0.014_k_0.054.hdf5 +3 -0
  18. data/valid/gray_scott_reaction_diffusion_maze_F_0.029_k_0.057.hdf5 +3 -0
  19. data/valid/gray_scott_reaction_diffusion_spirals_F_0.018_k_0.051.hdf5 +3 -0
  20. data/valid/gray_scott_reaction_diffusion_spots_F_0.03_k_0.062.hdf5 +3 -0
  21. data/valid/gray_scott_reaction_diffusion_worms_F_0.058_k_0.065.hdf5 +3 -0
  22. full_stats.yaml +18 -0
  23. gif/concentration_A_normalized.gif +3 -0
  24. gif/concentration_A_unormalized.gif +3 -0
  25. gray_scott_reaction_diffusion.yaml +37 -0
  26. stats.yaml +18 -0
  27. visualization_gray_scott_reaction_diffusion.ipynb +0 -0
.gitattributes CHANGED
@@ -57,3 +57,21 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ data/valid/gray_scott_reaction_diffusion_worms_F_0.058_k_0.065.hdf5 filter=lfs diff=lfs merge=lfs -text
61
+ data/valid/gray_scott_reaction_diffusion_spots_F_0.03_k_0.062.hdf5 filter=lfs diff=lfs merge=lfs -text
62
+ data/test/gray_scott_reaction_diffusion_spots_F_0.03_k_0.062.hdf5 filter=lfs diff=lfs merge=lfs -text
63
+ data/test/gray_scott_reaction_diffusion_spirals_F_0.018_k_0.051.hdf5 filter=lfs diff=lfs merge=lfs -text
64
+ data/test/gray_scott_reaction_diffusion_maze_F_0.029_k_0.057.hdf5 filter=lfs diff=lfs merge=lfs -text
65
+ data/valid/gray_scott_reaction_diffusion_spirals_F_0.018_k_0.051.hdf5 filter=lfs diff=lfs merge=lfs -text
66
+ data/test/gray_scott_reaction_diffusion_worms_F_0.058_k_0.065.hdf5 filter=lfs diff=lfs merge=lfs -text
67
+ data/valid/gray_scott_reaction_diffusion_bubbles_F_0.098_k_0.057.hdf5 filter=lfs diff=lfs merge=lfs -text
68
+ data/valid/gray_scott_reaction_diffusion_maze_F_0.029_k_0.057.hdf5 filter=lfs diff=lfs merge=lfs -text
69
+ data/valid/gray_scott_reaction_diffusion_gliders_F_0.014_k_0.054.hdf5 filter=lfs diff=lfs merge=lfs -text
70
+ data/test/gray_scott_reaction_diffusion_bubbles_F_0.098_k_0.057.hdf5 filter=lfs diff=lfs merge=lfs -text
71
+ data/test/gray_scott_reaction_diffusion_gliders_F_0.014_k_0.054.hdf5 filter=lfs diff=lfs merge=lfs -text
72
+ data/train/gray_scott_reaction_diffusion_maze_F_0.029_k_0.057.hdf5 filter=lfs diff=lfs merge=lfs -text
73
+ data/train/gray_scott_reaction_diffusion_worms_F_0.058_k_0.065.hdf5 filter=lfs diff=lfs merge=lfs -text
74
+ data/train/gray_scott_reaction_diffusion_spots_F_0.03_k_0.062.hdf5 filter=lfs diff=lfs merge=lfs -text
75
+ data/train/gray_scott_reaction_diffusion_spirals_F_0.018_k_0.051.hdf5 filter=lfs diff=lfs merge=lfs -text
76
+ data/train/gray_scott_reaction_diffusion_bubbles_F_0.098_k_0.057.hdf5 filter=lfs diff=lfs merge=lfs -text
77
+ data/train/gray_scott_reaction_diffusion_gliders_F_0.014_k_0.054.hdf5 filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: cc-by-4.0
5
+ tags:
6
+ - physics
7
+
8
+ task_categories:
9
+ - time-series-forecasting
10
+ - other
11
+ task_ids:
12
+ - multivariate-time-series-forecasting
13
+ ---
14
+
15
+ This Dataset is part of [The Well Collection](https://huggingface.co/papers/2412.00568).
16
+
17
+ # How To Load from HuggingFace Hub
18
+
19
+ 1. Be sure to have `the_well` installed (`pip install the_well`)
20
+ 2. Use the `WellDataModule` to retrieve data as follows:
21
+
22
+ ```python
23
+ from the_well.data import WellDataModule
24
+
25
+ # The following line may take a couple of minutes to instantiate the datamodule
26
+ datamodule = WellDataModule(
27
+ "hf://datasets/polymathic-ai/",
28
+ "gray_scott_reaction_diffusion",
29
+ )
30
+ train_dataloader = datamodule.train_dataloader()
31
+
32
+ for batch in dataloader:
33
+ # Process training batch
34
+ ...
35
+ ```
36
+
37
+ # Pattern formation in the Gray-Scott reaction-diffusion equations
38
+
39
+ **One line description of the data:** Stable Turing patterns emerge from randomness, with drastic qualitative differences in pattern dynamics depending on the equation parameters.
40
+
41
+ **Longer description of the data:** The Gray-Scott equations are a set of coupled reaction-diffusion equations describing two chemical species, \\(A\\) and \\(B\\), whose concentrations vary in space and time. The two parameters \\(f\\) and \\(k\\) control the “feed” and “kill” rates in the reaction. A zoo of qualitatively different static and dynamic patterns in the solutions are possible depending on these two parameters. There is a rich landscape of pattern formation hidden in these equations.
42
+
43
+ **Associated paper**: None.
44
+
45
+ **Domain expert**: [Daniel Fortunato](https://danfortunato.com/), CCM and CCB, Flatiron Institute.
46
+
47
+ **Code or software used to generate the data**: [Github repository](https://github.com/danfortunato/spectral-gray-scott) (MATLAB R2023a, using the stiff PDE integrator implemented in Chebfun. The Fourier spectral method is used in space (with nonlinear terms evaluated pseudospectrally), and the exponential time-differencing fourth-order Runge-Kutta scheme (ETDRK4) is used in time.)
48
+
49
+ **Equation describing the data**
50
+
51
+ $$
52
+ \begin{align*}
53
+ \frac{\partial A}{\partial t} &= \delta_A\Delta A - AB^2 + f(1-A) \\ \frac{\partial B}{\partial t} &= \delta_B\Delta B - AB^2 - (f+k)B
54
+ \end{align*}
55
+ $$
56
+
57
+ The dimensionless parameters describing the behavior are: \\(f\\) the rate at which \\(A\\) is replenished (feed rate), \\(k\\) the rate at which \\(B\\) is removed from the system, and \\(\delta_A, \delta_B\\) the diffusion coefficients of both species.
58
+
59
+
60
+ ![Gif](https://users.flatironinstitute.org/~polymathic/data/the_well/datasets/gray_scott_reaction_diffusion/gif/concentration_A_normalized.gif)
61
+
62
+ | Dataset | FNO | TFNO | Unet | CNextU-net
63
+ |:-:|:-:|:-:|:-:|:-:|
64
+ | `gray_scott_reaction_diffusion` | \\(\mathbf{0.1365}\\) | 0.3633 | 0.2252|\\(\mathbf{0.1761}\\)|
65
+
66
+ Table: VRMSE metrics on test sets (lower is better). Best results are shown in bold. VRMSE is scaled such that predicting the mean value of the target field results in a score of 1.
67
+
68
+ ## About the data
69
+
70
+ **Dimension of discretized data:** 1001 time-steps of 128 \\(\times\\) 128 images.
71
+
72
+ **Fields available in the data:** The concentration of two chemical species \\(A\\) and \\(B\\).
73
+
74
+ **Number of trajectories:** 6 sets of parameters, 200 initial conditions per set = 1200.
75
+
76
+ **Estimated size of the ensemble of all simulations:** 153.8 GB.
77
+
78
+ **Grid type:** uniform, cartesian coordinates.
79
+
80
+ **Initial conditions:** Two types of initial conditions generated: random Fourier series and random clusters of Gaussians.
81
+
82
+ **Boundary conditions:** periodic.
83
+
84
+ **Simulation time-step:** 1 second.
85
+
86
+ **Data are stored separated by (\\(\Delta t\\)):** 10 seconds.
87
+
88
+ **Total time range (\\(t_{min}\\) to \\(t_{max}\\)):** \\(t_{min} =0\\), \\(t_{max} = 10,000\\).
89
+
90
+ **Spatial domain size (\\(L_x\\), \\(L_y\\)):** \\([-1,1]\times[-1,1]\\).
91
+
92
+ **Set of coefficients or non-dimensional parameters evaluated:** All simulations used \\(\delta_u = 2.10^{-5}\\) and \\(\delta_v = 1.10^{-5}\\).
93
+ "Gliders": \\(f = 0.014, k = 0.054\\). "Bubbles": \\(f = 0.098, k =0.057\\). "Maze": \\(f= 0.029, k = 0.057\\). "Worms": \\(f= 0.058, k = 0.065\\). "Spirals": \\(f=0.018, k = 0.051\\). "Spots": \\(f= 0.03, k=0.062\\).
94
+
95
+ **Approximate time to generate the data:** 5.5 hours per set of parameters, 33 hours total.
96
+
97
+ **Hardware used to generate the data:** 40 CPU cores.
98
+
99
+ ## What is interesting and challenging about the data:
100
+
101
+ **What phenomena of physical interest are catpured in the data:** Pattern formation: by sweeping the two parameters \\(f\\) and \\(k\\), a multitude of steady and dynamic patterns can form from random initial conditions.
102
+
103
+ **How to evaluate a new simulator operating in this space:** It would be impressive if a simulator—trained only on some of the patterns produced by a subset of the \\((f, k)\\) parameter space—could perform well on an unseen set of parameter values \\((f, k)\\) that produce fundamentally different patterns. Stability for steady-state patterns over long rollout times would also be impressive.
104
+
105
+
106
+ **Warning:** Due to the nature of the problem and the possibility to reach an equilibrium for certain values of the kill and feed parameters, a constant stationary behavior can be reached. Here are the trajectories for which a stationary behavior was identified for specy \\(A\\) as well as the corresponding time at which it was reached:
107
+ - Validation set:
108
+ - \\(f=0.014, k=0.054\\) :
109
+ - Trajectory 7, time = 123
110
+ - Trajectory 8, time = 125
111
+ - Trajectory 10, time = 123
112
+ - Trajectory 11, time = 125
113
+ - Trajectory 12, time = 121
114
+ - Trajectory 14, time = 121
115
+ - Trajectory 15, time = 129
116
+ - Trajectory 16, time = 124
117
+ - Trajectory 17, time = 122
118
+ - Trajectory 18, time = 121
119
+ - Trajectory 19, time = 155
120
+ - \\(f=0.018, k=0.051\\) :
121
+ - Trajectory 14, time = 109
122
+
123
+ - Training set:
124
+ - \\(f=0.014,k=0.054\\) :
125
+ - Trajectory 81, time = 126
126
+ - Trajectory 82, time = 126
127
+ - Trajectory 83, time = 123
128
+ - Trajectory 85, time = 123
129
+ - Trajectory 86, time = 124
130
+ - Trajectory 87, time = 127
131
+ - Trajectory 88, time = 121
132
+ - Trajectory 90, time = 123
133
+ - Trajectory 91, time = 121
134
+ - Trajectory 92, time = 126
135
+ - Trajectory 93, time = 121
136
+ - Trajectory 94, time = 126
137
+ - Trajectory 95, time = 125
138
+ - Trajectory 96, time = 123
139
+ - Trajectory 97, time = 126
140
+ - Trajectory 98, time = 121
141
+ - Trajectory 99, time = 125
142
+ - Trajectory 100, time = 126
143
+ - Trajectory 101, time = 125
144
+ - Trajectory 102, time = 159
145
+ - Trajectory 103, time = 129
146
+ - Trajectory 105, time = 125
147
+ - Trajectory 107, time = 122
148
+ - Trajectory 108, time = 126
149
+ - Trajectory 110, time = 127
150
+ - Trajectory 111, time = 122
151
+ - Trajectory 112, time = 121
152
+ - Trajectory 113, time = 122
153
+ - Trajectory 114, time = 126
154
+ - Trajectory 115, time = 126
155
+ - Trajectory 116, time = 126
156
+ - Trajectory 117, time = 122
157
+ - Trajectory 118, time = 123
158
+ - Trajectory 119, time = 123
159
+ - Trajectory 120, time = 125
160
+ - Trajectory 121, time = 126
161
+ - Trajectory 122, time = 121
162
+ - Trajectory 123, time = 122
163
+ - Trajectory 125, time = 125
164
+ - Trajectory 126, time = 127
165
+ - Trajectory 127, time = 125
166
+ - Trajectory 129, time = 125
167
+ - Trajectory 130, time = 122
168
+ - Trajectory 131, time = 125
169
+ - Trajectory 132, time = 131
170
+ - Trajectory 133, time = 126
171
+ - Trajectory 134, time = 159
172
+ - Trajectory 135, time = 121
173
+ - Trajectory 136, time = 126
174
+ - Trajectory 137, time = 125
175
+ - Trajectory 138, time = 126
176
+ - Trajectory 139, time = 123
177
+ - Trajectory 140, time = 128
178
+ - Trajectory 141, time = 126
179
+ - Trajectory 142, time = 123
180
+ - Trajectory 144, time = 122
181
+ - Trajectory 145, time = 125
182
+ - Trajectory 146, time = 123
183
+ - Trajectory 147, time = 126
184
+ - Trajectory 148, time = 121
185
+ - Trajectory 149, time = 122
186
+ - Trajectory 150, time = 125
187
+ - Trajectory 151, time = 126
188
+ - Trajectory 152, time = 152
189
+ - Trajectory 153, time = 127
190
+ - Trajectory 154, time = 122
191
+ - Trajectory 155, time = 124
192
+ - Trajectory 156, time = 122
193
+ - Trajectory 158, time = 126
194
+ - Trajectory 159, time = 121
195
+ - \\(f=0.018,k=0.051\\):
196
+ - Trajectory 97, time = 109
197
+ - Trajectory 134, time = 107
198
+ - Trajectory 147, time = 109
199
+ - Trajectory 153, time = 112
200
+
201
+ - Test set:
202
+ - \\(f=0.014,k=0.054\\):
203
+ - Trajectory 12, time = 127
204
+ - Trajectory 13, time = 125
205
+ - Trajectory 14, time = 123
206
+ - Trajectory 15, time = 126
207
+ - Trajectory 16, time = 126
208
+ - Trajectory 17, time = 123
209
+ - Trajectory 18, time = 128
210
+ - Trajectory 19, time = 125
211
+ - \\(f=0.018,k=0.051\\):
212
+ - Trajectory 11, time = 113
data/stats.yaml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ mean:
2
+ A: 0.729227819893941
3
+ B: 0.09658732411527585
4
+ std:
5
+ A: 0.23988766176449572
6
+ B: 0.12366442840472558
data/test/gray_scott_reaction_diffusion_bubbles_F_0.098_k_0.057.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db6bac94402d5c7a46e8c335d80e77c1f293fabda0d6521ba1dfbbe0c65c2ba1
3
+ size 2650800128
data/test/gray_scott_reaction_diffusion_gliders_F_0.014_k_0.054.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b22d51b7f1b33743934b608d94f845f458dd480fac4ee981cc516fb9170ff4e9
3
+ size 2650800128
data/test/gray_scott_reaction_diffusion_maze_F_0.029_k_0.057.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a2793031e3a4d14b70c947e72a1f8729b7a73eb21b662b6bcfa0441a2d160a
3
+ size 2650800128
data/test/gray_scott_reaction_diffusion_spirals_F_0.018_k_0.051.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b0e58cea61e4786f36a77987429bf19d4be27becb25f8414ad90ae2411ad69d
3
+ size 2650800128
data/test/gray_scott_reaction_diffusion_spots_F_0.03_k_0.062.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaeb4c3c9f779b32069f61d526d0e98f6448a5f2237e3a69d1eb6920f3424095
3
+ size 2650800128
data/test/gray_scott_reaction_diffusion_worms_F_0.058_k_0.065.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5035e742f727b34e3aec7dc62841f88545ebf465e851e0d31f1bce8d8b715546
3
+ size 2650800128
data/train/gray_scott_reaction_diffusion_bubbles_F_0.098_k_0.057.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc53a8d65d05442cd8fcd9fbf01331ddd32fb745e82b7b38dc55d2fc85d53207
3
+ size 21021851648
data/train/gray_scott_reaction_diffusion_gliders_F_0.014_k_0.054.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b12aa07a0a4a1c280884fd72d01702072884af1702220523b05fc0385a6f32a0
3
+ size 21021851648
data/train/gray_scott_reaction_diffusion_maze_F_0.029_k_0.057.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78344f11a4c2187562138c13290567d3af17b1db01768270d494e971f7ebaca8
3
+ size 21021851648
data/train/gray_scott_reaction_diffusion_spirals_F_0.018_k_0.051.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25db53d4a508704719a82f6fd453fbab3a84b107c144a0e342bc4cf6800b08ee
3
+ size 21021851648
data/train/gray_scott_reaction_diffusion_spots_F_0.03_k_0.062.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a51b17891a51d68ccae81777a2f7af6e22c6c7871ab7d6299d2ecf3f764ee72
3
+ size 21021851648
data/train/gray_scott_reaction_diffusion_worms_F_0.058_k_0.065.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aa508c14dd9dfb5ddc9a4c1204428a19af33fb2df66ed032397e92478e6ad03
3
+ size 21021851648
data/valid/gray_scott_reaction_diffusion_bubbles_F_0.098_k_0.057.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:927fb3c51e6974ac5207f435f1d4360a96678fd38f3d92a94550cbd8ce35c3ec
3
+ size 2650800128
data/valid/gray_scott_reaction_diffusion_gliders_F_0.014_k_0.054.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ea89a4a691b0f4a195b15767441fd4426cdd21f01d591d73f43588fb118b6e6
3
+ size 2650800128
data/valid/gray_scott_reaction_diffusion_maze_F_0.029_k_0.057.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dee37a829ddcc8bbcee3881dc8142489c9b906acb75fd79e74f49918b85ddcf
3
+ size 2650800128
data/valid/gray_scott_reaction_diffusion_spirals_F_0.018_k_0.051.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb83bc9a7f5e2686fba9d4cfc5466adbf8a55c1b0973889c52b0717dca9eeca9
3
+ size 2650800128
data/valid/gray_scott_reaction_diffusion_spots_F_0.03_k_0.062.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a64a4f0c1e18d68ef9e59da3191faf72dfd457aefcd49080c53a5ef6823bb016
3
+ size 2650800128
data/valid/gray_scott_reaction_diffusion_worms_F_0.058_k_0.065.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8df51aa04ca360113ad088f2a5038a95b366ffbb049526e889367e6d8a3ddfa
3
+ size 2650800128
full_stats.yaml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ mean:
2
+ A: 0.7292278198939537
3
+ B: 0.09658732411527811
4
+ mean_delta:
5
+ A: -0.0002005419416627383
6
+ B: 3.189984580315629e-05
7
+ rms:
8
+ A: 0.7676713512787392
9
+ B: 0.15691399565500133
10
+ rms_delta:
11
+ A: 0.018492407805871105
12
+ B: 0.01127981864392273
13
+ std:
14
+ A: 0.23988766176449502
15
+ B: 0.12366442840472759
16
+ std_delta:
17
+ A: 0.01849132037979648
18
+ B: 0.011279773536717152
gif/concentration_A_normalized.gif ADDED

Git LFS Details

  • SHA256: e8713a1bc04d6ba4ebb4908c2e80beb30946e37f30826780fd023c0c482f962a
  • Pointer size: 133 Bytes
  • Size of remote file: 24.8 MB
gif/concentration_A_unormalized.gif ADDED

Git LFS Details

  • SHA256: d6f35b3a11ec205eb0ea97ae09546a2d59334d36f880df8fbf2d45c9ad0c5c25
  • Pointer size: 133 Bytes
  • Size of remote file: 26.4 MB
gray_scott_reaction_diffusion.yaml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset_name: gray_scott_reaction_diffusion
2
+ n_spatial_dims: 2
3
+ spatial_resolution:
4
+ - 128
5
+ - 128
6
+ scalar_names: []
7
+ constant_scalar_names:
8
+ - F
9
+ - k
10
+ field_names:
11
+ 0:
12
+ - A
13
+ - B
14
+ 1: []
15
+ 2: []
16
+ constant_field_names:
17
+ 0: []
18
+ 1: []
19
+ 2: []
20
+ boundary_condition_types:
21
+ - PERIODIC
22
+ n_files: 6
23
+ n_trajectories_per_file:
24
+ - 20
25
+ - 20
26
+ - 20
27
+ - 20
28
+ - 20
29
+ - 20
30
+ n_steps_per_trajectory:
31
+ - 1001
32
+ - 1001
33
+ - 1001
34
+ - 1001
35
+ - 1001
36
+ - 1001
37
+ grid_type: cartesian
stats.yaml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ mean:
2
+ A: 0.7292278198939537
3
+ B: 0.09658732411527811
4
+ mean_delta:
5
+ A: -0.0002005419416627383
6
+ B: 3.189984580315629e-05
7
+ rms:
8
+ A: 0.7676713512787392
9
+ B: 0.15691399565500133
10
+ rms_delta:
11
+ A: 0.018492407805871105
12
+ B: 0.01127981864392273
13
+ std:
14
+ A: 0.23988766176449502
15
+ B: 0.12366442840472759
16
+ std_delta:
17
+ A: 0.01849132037979648
18
+ B: 0.011279773536717152
visualization_gray_scott_reaction_diffusion.ipynb ADDED
The diff for this file is too large to render. See raw diff