Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geetmankar/coding-projects

A repo for my (generally non-ML) Coding Projects (Physics or otherwise)
https://github.com/geetmankar/coding-projects

gpu julia julia-language julialang physics physics-simulation python python3 rust rust-lang simulation

Last synced: about 1 month ago
JSON representation

A repo for my (generally non-ML) Coding Projects (Physics or otherwise)

Awesome Lists containing this project

README

        

# My Coding Projects [Physics or otherwise]

![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![Julia](https://img.shields.io/badge/-Julia-9558B2?style=for-the-badge&logo=julia&logoColor=white)
![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)

## List of projects:

1. [nbody-code](https://github.com/geetmankar/coding-projects/tree/main/nbody-code): N-body simulation code in _**Python**_ (CPU and GPU), _**Julia**_, and _**Rust**_.
2. [ising-model-magnets](https://github.com/geetmankar/coding-projects/tree/main/ising-model-magnets): Simple Ferromagnet Ising Model.