
Second-Order Langevin Equation for Field Simulations
Hyperbolic Algorithm adds second-order derivatives to Langevin dynamics, reducing systematic errors to O(ε²) for lattice …

Hyperbolic Algorithm adds second-order derivatives to Langevin dynamics, reducing systematic errors to O(ε²) for lattice …

A robust, type-safe Python library for converting chemical strings (SMILES, SELFIES, InChI) into publication-quality …

Compare inverse transform sampling and von Neumann's rejection method for exponential random numbers with Python …

A high-fidelity replication of foundational molecular dynamics using modern software engineering practices: caching, …

How I used modern software engineering (caching, vectorization, and dependency locking) to reproduce a 60-year-old …

Learn about the Kabsch algorithm for optimal point alignment with implementations in NumPy, PyTorch, TensorFlow, and JAX …

Python-wrapped reference implementation for surface diffusion simulations using LAMMPS and EAM potentials, with …

PyTorch IQCRNN enforcing stability guarantees on RNNs via Integral Quadratic Constraints and semidefinite programming.

An implementation of Cartesian Genetic Programming (CGP) featuring NEAT-like speciation mechanics and novel crossover …

Reverse-engineering the genfft logic to generate optimized C kernels for Fast Fourier Transforms using Haskell …

A constraint satisfaction solver built to generate conflict-free university schedules from web-scraped course data.