dftcxx
C++ DFT program for educational purposes. Implements density functional theory from the ground up with a focus on clarity and correctness.
Theme
Educational codes and packages that help students learn electronic structure theory by doing and by example.
This theme collects transparent implementations of computational chemistry methods. The projects are meant to make difficult ideas inspectable: powerful enough to run meaningful examples, but modular enough to take apart and study piece by piece.
C++ DFT program for educational purposes. Implements density functional theory from the ground up with a focus on clarity and correctness.
Python package for calculating one- and two-electron integrals using Gaussian-type orbitals. Foundation for many quantum chemistry workflows.
Restricted Hartree-Fock program in C++ using Gaussian-type orbitals. Computes energies and electron densities for small molecules.
Python plane-wave density functional theory code for educational purposes, accompanying lecture notes on plane-wave DFT.
Localized-orbital DFT in pure Python — implements the full SCF procedure with Gaussian-type orbitals, designed for teaching and exploration.
Rotation of spherical harmonics using Wigner-D matrices — an essential building block for angular momentum theory in quantum chemistry.
Gray-Scott reaction-diffusion system simulated in 3D using CUDA. Generates intricate Turing-like chemical patterns at GPU speed.
C++ implementation of Turing pattern generation via reaction-diffusion equations — a clean model of biological morphogenesis.
Python library for Lebedev quadrature points and weights on the unit sphere — used for accurate numerical integration in quantum chemistry.
Simulation environment for reaction-diffusion processes in maze geometries — explores how chemical patterns form within constrained spaces.
Interactive live Lennard-Jones molecular dynamics simulator for educational purposes. Watch particles self-organize in real time.