# nbody_barnes_hut `nbody_barnes_hut` is designed to facilitate the simulation of N-body systems in `O(nlogn)` time. This is useful for many applications: common ones are gravitational simulations and electrostatic simulations. Simulations in 2D and 3D are both supported.