Skip to content

xuyanwen2012/ti_nbody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ti_nbody

NBody Simulation written in Taichi

Install Taichi

To make sure taichi is working, the easiest thing todo is

python3 -m pip install taichi

We want to install this local ti-nbody package

pip install .

Then for example you can run my Nbody program using

python ./examples/hello_nbody.py

Files

  • n_body.py Contains both O(N^2) and O(NlogN) n-body simulation, currently working correctly.
  • hof.py A buggy Higher Order Function Kerner which we are trying to debug.

About

NBody Simulation written in Taichi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages