We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548a510 commit b951559Copy full SHA for b951559
1 file changed
README.md
@@ -40,11 +40,16 @@ python two_body.py
40
41
### NEXT Mathematics
42
NEXT uses Division-avoiding algebra optimizations to make the simulation run faster.
43
+
44
NEXT also uses the Kick-Drift-Kick Leapfrog method which is implemented like this:
45
"
46
47
Compute velocities with 0.5 of dt
48
49
Compute Positions with full dt
50
51
Compute velocities with 0.5 dt
52
53
54
55
### NEXT Data Output
0 commit comments