Skip to content

Commit d9c5f8b

Browse files
Update README.md
1 parent 831eb79 commit d9c5f8b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Supported IC types include:
2525
- Four‑body cross choreography
2626
- Random solar systems (with optional moons)
2727

28+
The generator script is located in tools/icbuilder.py
29+
2830

2931
### NEXT supports six operating modes:
3032
FP32, FP64, SIMD32, SIMD64, AVX512_32, AVX512_64
@@ -68,11 +70,9 @@ NEXT also uses the Kick-Drift-Kick Leapfrog method which is implemented like thi
6870

6971
"
7072

71-
Compute velocities with 0.5 of dt
72-
73-
Compute Positions with full dt
74-
75-
Compute velocities with 0.5 dt
73+
- Compute velocities with 0.5 of dt
74+
- Compute Positions with full dt
75+
- Compute velocities with 0.5 dt
7676

7777
"
7878

0 commit comments

Comments
 (0)