"The universe doesn’t hand out documentation, so I write my own."
I simulate what the universe does for free: gravity, spacetime, and black holes. Physicist focusing on Numerical Relativity and High-Performance Computing.
- Core:
C++•Python•Arch Linux - Scientific:
Julia•Fortran•NumPy•PyTorch - Tooling:
Git•LaTeX•Bash
The simulation terminates when the thermal gradient hits the cosmic microwave background radiation floor:
while universe.is_expanding():
simulate(spacetime)
if temperature <= 2.725: # CMB limit (K)
breakCompiling reality from source...