News

Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
For UINTAH, combining asynchronous tasking with Kokkos was crucial. One part provides resilience against delays and ensures that there is always work ready. The other part makes that execution ...
Universal Quantum is tackling the quantum computing frontier by engineering modular trapped-ion quantum systems designed to scale to millions of qubits, all within an industrially manufacturable ...
This study explores optimizing the Traveling Salesman Problem (TSP) using Q-Learning reinforcement learning. The proposed method builds a Q-table to learn the optimal path and employs dynamic ...