Commit
·
ae7f433
1
Parent(s):
30d9ed4
Update README.md
Browse files
README.md
CHANGED
|
@@ -40,8 +40,8 @@ The dataset has several columns:
|
|
| 40 |
The most important of which is the `simulation_time_steps` which is a
|
| 41 |
list of length equal to the number of time steps in the
|
| 42 |
simulation. Each element on the list is an array with shape
|
| 43 |
-
`(num_particles, 6)` that, on each row
|
| 44 |
-
|
| 45 |
the x, y and z axis.
|
| 46 |
|
| 47 |
# Dataset columns
|
|
|
|
| 40 |
The most important of which is the `simulation_time_steps` which is a
|
| 41 |
list of length equal to the number of time steps in the
|
| 42 |
simulation. Each element on the list is an array with shape
|
| 43 |
+
`(num_particles, 6)` that, on each row `i`, has first the
|
| 44 |
+
velocity in the x, y and z axis and secondly the position of the particle `i` in
|
| 45 |
the x, y and z axis.
|
| 46 |
|
| 47 |
# Dataset columns
|