Soumyadip Sarkar·Oct 15, 2025What are Qubits, Qutrits, and Qudits?You already know a bit is 0 or 1. A qubit is the quantum version. It can be in a blend of |0⟩ and |1⟩ at the same time. People draw a qubit…
Soumyadip Sarkar·Oct 9, 2025Make Python Fast using Rust + PyO3If you love Python but your app hits performance walls, you don’t have to switch languages or rewrite everything. A practical approach is…
Soumyadip Sarkar·Oct 9, 2025The core ideas behind “fast Python with Rust” using Rust + PyO3Let’s learn about how CPython manages memory and threads, what the GIL actually guarantees, how NumPy’s memory model enables zero-copy…
Soumyadip Sarkar·Jul 11, 2025Multi-Armed Bandits in Reinforcement LearningWhat Is the Bandit Problem?
Soumyadip Sarkar·Apr 5, 2025What is Zero-Shot Learning?Zero-shot learning is one of those exciting ideas in machine learning where a model can recognize things it has never seen before like…
Soumyadip Sarkar·Apr 3, 2025Physics-Informed Neural Networks (PINNs) with PyTorchIn recent years, Physics-Informed Neural Networks (PINNs) have emerged as a powerful tool that merges the data-driven world of deep…A response icon1A response icon1
Soumyadip Sarkar·Apr 2, 2025Exploring Operations in OpenQASMQuantum assembly language (OpenQASM) is a domain-specific language that lets you describe quantum circuits at a low level. Originally…
Soumyadip Sarkar·Apr 2, 2025Mastering Bitstring Extraction from OpenQASM CodeQuantum assembly language (OpenQASM) serves as a human‐readable intermediate representation for describing quantum circuits. Although QASM…
Soumyadip Sarkar·Mar 23, 2025MCP Servers: Connecting AI to the Real WorldAI models, particularly large language models (LLMs), are incredibly powerful but not alone. Consider this: even the smartest AI assistant…
Soumyadip Sarkar·Feb 7, 2025Shor’s Algorithm: How Quantum Computers Might Break CryptographyHave you ever thought about how your secret messages on the internet are kept safe? Modern systems like RSA encryption keep our information…