https://github.com/ivnsch/h_
GPU accelerated visualization of H orbitals
https://github.com/ivnsch/h_
physics simulation webgpu
Last synced: 10 months ago
JSON representation
GPU accelerated visualization of H orbitals
- Host: GitHub
- URL: https://github.com/ivnsch/h_
- Owner: ivnsch
- Created: 2024-11-04T17:27:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T17:35:55.000Z (over 1 year ago)
- Last Synced: 2025-06-05T20:54:33.026Z (about 1 year ago)
- Topics: physics, simulation, webgpu
- Language: TypeScript
- Homepage:
- Size: 5.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# h

```
npm run dev
```
Interactive hydrogen atomic orbitals, for WebGPU.
Uses ray marching in a compute shader, for each pixel values x,y,z are generated by casting a ray into the screen and then the Schrödinger Equation is used to calculate the probability (brightness) for that position.
WIP!

[Try it out](https://h-orbitals.netlify.app/)