Skip to content

dannasman/barnes_hut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barnes_hut

ci License: MIT

Barnes-Hut algorithm written in Rust.

How to use

Use the algorithm on particles in file foo.txt that contains particle positions and charges in the form of x y z q. Run the algorithm by writing the following line to console:

cargo run -- foo.txt

Further reading

More about the implementation here.

About

Barnes-Hut algorithm written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages