Skip to content

Commit b951559

Browse files
Update README.md
1 parent 548a510 commit b951559

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,16 @@ python two_body.py
4040

4141
### NEXT Mathematics
4242
NEXT uses Division-avoiding algebra optimizations to make the simulation run faster.
43+
4344
NEXT also uses the Kick-Drift-Kick Leapfrog method which is implemented like this:
4445
"
46+
4547
Compute velocities with 0.5 of dt
48+
4649
Compute Positions with full dt
50+
4751
Compute velocities with 0.5 dt
52+
4853
"
4954

5055
### NEXT Data Output

0 commit comments

Comments
 (0)