This is a visualization of the hydrogen wave function with different options of the
In quantum mechanics, the wave function
where
The full solution for
-
Clone this repository
-
From the root of the repository,
xcopy res build\Release\res /E /I mkdir build cd build cmake -G "Visual Studio 17 2022" -A Win32 .. -
Navigate to /build and build the project using release build either in Visual Studio or in terminal via MSBuild.
-
Run build/release/main.exe
- Fix scaling sizes of atom
- Find a better way to adaptively scale visualization particle sizes better
- "Loading" a new atomic configuration is slow and cumbersome to compute, so find a way to parallelize computation, or run in background without freezing the program momentarily.
- Clean up code
This project uses OpenGL abstraction classes from "The Cherno"'s tutorial series. This Wikipedia article on the subject was also very helpful.