12 lines
360 B
Markdown

# N-Body project - Checklist
### Task 1
- [ ] Compute characteristic quantities/scales
- [x] Compare analytical model and particle density distribution
- [ ] Compute forces through nbody simulation
- [ ] vary softening length and compare results
- [ ] compare with the analytical expectation from Newtons 2nd law
- [ ] compute the relaxation time
### Task 2