Infinite Asteroids

Screen recording of my game, SHMUP.

I recently took a stab at developing my bucket list video game. My goal was to create an infinite asteroid field optimized to be addictive. I successfully built an infinite asteroid field in the browser, but I’m still trying to find my audience. You can play! It’s hosted at https://shmup.ledbetter.dev. Since I was young, I’ve… Continue reading Infinite Asteroids

Introduction to Quantum Tensor Networks in Tensorflow

One exciting but rarely talked about aspects of Tensorflow, is that nearly all its functions support complex valued functions out of the box. In addition, it provides an adaption of numpy’s einsum, which makes wiring up quantum tensor networks a breeze. This opens up the possibility to simulate and explore optimization of quantum circuits using… Continue reading Introduction to Quantum Tensor Networks in Tensorflow