Exploring the frontiers of
HPC, AI & Quantum Computing

turqubit is a technical publication focused on high-performance computing, machine learning systems, computer vision, and quantum information. Written for engineers who want depth.

Featured

AI/ML Featured

The Attention Mechanism: From Theory to Implementation

Attention is the core operation behind modern large language models. This article derives the scaled dot-product attention formula from first principles and walks through a minimal implementation in Python.

2 min read
HPC Featured

A Practical Introduction to GPU Computing

Modern GPUs contain thousands of cores designed for parallel workloads. This article walks through the fundamental programming model behind CUDA and why GPU computing has become indispensable for scientific computing and AI.

2 min read

Recent Articles

View all →
Quantum Computing

Quantum Gates: A Practical Primer

Quantum gates are the reversible operations that manipulate qubit state. This primer covers the fundamental single-qubit and two-qubit gates, their matrix representations, and how they compose into quantum circuits.

2 min read
AI/ML

The Attention Mechanism: From Theory to Implementation

Attention is the core operation behind modern large language models. This article derives the scaled dot-product attention formula from first principles and walks through a minimal implementation in Python.

2 min read
HPC

A Practical Introduction to GPU Computing

Modern GPUs contain thousands of cores designed for parallel workloads. This article walks through the fundamental programming model behind CUDA and why GPU computing has become indispensable for scientific computing and AI.

2 min read