<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Quantum Mindset]]></title><description><![CDATA[This blog is dedicated to making the abstract concepts of quantum computing approachable through clear analogies and step-by-step explanations.]]></description><link>https://quantummindset.qbitchronicles.com</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 06:52:35 GMT</lastBuildDate><atom:link href="https://quantummindset.qbitchronicles.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Quantum States, Collapse, and the Quantum Mystery]]></title><description><![CDATA[Revisiting Classical Systems: The Foundation of Probability
Last week, we went into great detail about the fundamentals of general, multi-state classical systems, grounding their mathematical representation in the spirit of linear algebra and basis v...]]></description><link>https://quantummindset.qbitchronicles.com/meausring-quantum-states</link><guid isPermaLink="true">https://quantummindset.qbitchronicles.com/meausring-quantum-states</guid><category><![CDATA[quantum computing]]></category><category><![CDATA[Quantum Mechanics]]></category><category><![CDATA[Computer Science]]></category><category><![CDATA[linear algebra ]]></category><category><![CDATA[Mathematics]]></category><dc:creator><![CDATA[Ayooluwa Awonusonu]]></dc:creator><pubDate>Tue, 04 Nov 2025 19:17:02 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1762285610017/c7f2afd7-f323-4675-bff7-9f4438f50758.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2 id="heading-revisiting-classical-systems-the-foundation-of-probability">Revisiting Classical Systems: The Foundation of Probability</h2>
<p>Last week, we went into great detail about the fundamentals of general, multi-state classical systems, grounding their mathematical representation in the spirit of linear algebra and basis vectors. To ease a smoother transition into quantum concepts, we introduced the concept of Dirac notation, which is a convenient and shorthand way of representing the basis vectors corresponding to distinct states.</p>
<p>Before we move on to quantum computing, let us reanalyze the Lighdie analogy from a new angle.</p>
<hr />
<h3 id="heading-lighdies-classical-library-analogy">Lighdie’s Classical Library Analogy</h3>
<p>In our original analogy, Lighdie was faced with the daunting task of brushing aside her teenage angst by selecting a book from the existing catalog of quantum books on Shor’s Algorithm (SA), Grover's Algorithm (GA), and the Phase Kick Back technique (PKB). Recall that Lighdie’s probability distribution \((0.3, 0.6, 0.1)\)of selecting the \(SA\), \(GA\), and \(PKB \\\), respectively, led to the following classical state:</p>
<p>$$\psi = 0.3 \ket{PKB} + 0.6 \ket{SA} + 0.1 \ket{GA}$$</p><p>Where \(\ket{SA}, \text{and } \ket{GA}\)are the Dirac-notation equivalent of the following unit vectors</p>
<p>$$\quad |PKB \rangle = \pmatrix{ 1 \\ 0 \\ 0},\quad |SA\rangle = \pmatrix{ 0 \\ 1 \\ 0},\quad |GA \rangle = \pmatrix{ 0 \\ 0 \\ 1}$$</p><p>, and \(\psi\) is the classical system.</p>
<hr />
<h3 id="heading-understanding-post-measurement-determinism">Understanding Post-Measurement Determinism</h3>
<p>Dirac ket notation is concise and elegant, but it falls short in explaining the underlying meaning behind the obscure 1s and 0s in each basis vector. To bridge this conceptual gap, we now introduce the idea of post-measurement determinism by revisiting the second rule of Lighdie’s angsty library spree:</p>
<blockquote>
<p><strong>Every time Lighdie decides to select a book from the existing catalog, her rays of light destroy the other existing books in the catalog.</strong></p>
</blockquote>
<p>If taken at face value, the rule seems absurd — clearly the product of a sleep-deprived individual (don’t worry, guys, I get plenty of sleep!). However, we quickly realize that this statement reflects the fact that classical systems become deterministic once measured.</p>
<p>In other words, before Lighdie makes a selection, \(\psi\) is uncertain and unmeasured. After a selection is made, the system \(\psi\) collapses to that choice with a probability of \(1\), which is reflected. For example, if Lighdie selects the book (SA), then \(\psi\) collapses to the state:</p>
<p>$$\ket{SA} = \pmatrix{ 0 \\ 1 \\ 0}$$</p><p>Where the <strong>1</strong> represents that Lighdie has made her selection to SA with absolute certainty.</p>
<p>Similarly, if Lighdie selects the book PKB, then \(\\psi\) collapses to the state</p>
<p>$$\ket{PKB} = \pmatrix{1 \\ 0 \\ 0}$$</p><p>with absolute certainty.</p>
<hr />
<h2 id="heading-the-mathematics-of-classical-probability">The Mathematics of Classical Probability</h2>
<p>Keep in mind that there is an infinite number of classical systems one can construct. These classical states can represent anything tangible, from fruits to cards. For the sake of generality, if we take \(\mathbf{n}\) general classical states \(c_1, c_2, \dots, c_n\)​ with corresponding probabilities \(p_1, p_2, \dots, p_n\), then we can describe an arbitrarily large classical system \(\phi\) such that:</p>
<p>$$\phi = p_1\ket{c_1} + p_2\ket{c_2} + \dots + p_n\ket{c_n} = \sum_{i=1}^n p_i \ket{c_i}$$</p><p>Notice that the represent all valid outcomes in the system \(\phi\), which means that:</p>
<p>$$\sum_{i=1}^{n} p_i = 1, \text{all p_i are non-negative}$$</p><p>Now that we have constructed a complete mathematical description of any classical system, we are ready to investigate the peculiarities of quantum randomness.</p>
<hr />
<h2 id="heading-introducing-quantum-randomness">Introducing Quantum Randomness</h2>
<p>We will begin by repurposing our previous analogy to explain quantum randomness or superposition.</p>
<p>Consider an alternate dimension to Lighdie’s universe, where an individual named <strong>Mighty</strong> resides. Mighty is also an extremely angsty teen who is motivated to visit the library, where he discovers a peculiar book adorned by three unique titles — <em>Shor’s Algorithm</em>, <em>Grover’s Algorithm</em>, and <em>Phase Kick Back technique.</em></p>
<hr />
<h3 id="heading-mighty-and-the-mscanner-a-new-dimension-of-uncertainty">Mighty and the mScanner: A New Dimension of Uncertainty</h3>
<p>Curious and suspicious of the front cover, Mighty flips to the back cover, where he finds an even stranger description:</p>
<blockquote>
<p>When you scan this book, you can expect:<br />A γ² chance of receiving <em>Shor’s Algorithm book</em>,<br />A β² chance of receiving <em>Grover’s Algorithm</em>,<br />A <strong>α</strong>² chance of eceiving <em>the Phase Kick Back book.</em></p>
</blockquote>
<p>Utterly flabbergasted by this blurb, Mighty decides to seek assistance from the librarian. She simply tells him,</p>
<blockquote>
<p>“That’s how quantum books work — you don’t know which book you will receive till you measure it.”</p>
</blockquote>
<p>Reluctantly, Mighty scans the book using a mysterious <strong>mScanner</strong> and is shocked when it morphs into a red 500-page text on the <strong>Phase Kick Back Algorithm</strong>. He quickly checks his receipt, which reads:</p>
<hr />
<h3 id="heading-the-quantum-receipt">The Quantum Receipt</h3>
<p><strong>Quantum Book:</strong><br />Original State: \(\ket{book} = \alpha \ket{PKB} + \beta \ket{SA} + \gamma \ket{GA}\)<br />Amplitudes: \(\alpha, \beta, \gamma\)<br />Possible Books: \(\ket{PKB}, \ket{SA}, \ket{GA}\)</p>
<p>Measuring Device: <strong>mScanner</strong><br />Result: \(\ket{PKB}\)</p>
<p>This receipt captures the true meaning of quantum states. The original state of Mighty’s mysterious book was in a <strong>superposition</strong> of SA, GA, and PKB. In other words, when Mighty first encountered the book, it was truly <em>all of these three books at the same time.</em></p>
<p>In particular, the state is formally:</p>
<p>$$\alpha \ket{PKB} + \beta \ket{SA} + \gamma \ket{GA}$$</p><p>where the coefficients \(\alpha, \beta , \gamma \) are called <strong>amplitudes</strong>, whose <strong>square magnitudes</strong> give the probability of observing each outcome:</p>
<p>$$P(|PKB\rangle) = |\alpha|^2, \quad P(|SA\rangle) = |\beta|^2, \quad P(|GA\rangle) = |\gamma|^2$$</p><p>Similar to Lighdie’s classical randomness, applying the mScanner measurement device to the quantum book collapsed it into one definite state. Unlike the classical version, amplitudes encode the system's randomness instead of direct probabilities.</p>
<hr />
<h2 id="heading-looking-ahead">Looking Ahead</h2>
<p>That concludes this week's blog and the final part of my all-immersive quantum computing introduction!</p>
<p>In the following weeks, we will be exploring the strange mathematical rules governing amplitudes and explaining <strong>why quantum states must always be normalized.</strong></p>
]]></content:encoded></item><item><title><![CDATA[A Deep Dive Into the Perplexities of Classical Systems]]></title><description><![CDATA[Introduction
In last week's blog, we covered the basics of discrete sets and explored the conceptual implications of deterministic,fixed-state classical systems. To make the necessary leap to quantum information, however, we must explicitly define th...]]></description><link>https://quantummindset.qbitchronicles.com/vectors-and-dirac-notation</link><guid isPermaLink="true">https://quantummindset.qbitchronicles.com/vectors-and-dirac-notation</guid><category><![CDATA[Dirac Notation]]></category><category><![CDATA[quantum computing]]></category><category><![CDATA[linear algebra ]]></category><category><![CDATA[Mathematics]]></category><category><![CDATA[vectors]]></category><dc:creator><![CDATA[Ayooluwa Awonusonu]]></dc:creator><pubDate>Mon, 22 Sep 2025 04:10:05 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1758514818332/1734b868-48c7-4a3b-a973-7bc8ef993eb3.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h2 id="heading-introduction">Introduction</h2>
<p>In last week's blog, we covered the basics of discrete sets and explored the conceptual implications of deterministic,fixed-state classical systems. To make the necessary leap to quantum information, however, we must explicitly define the mathematical nature of non-deterministic, multi-state classical systems using probabilistic vectors. If this seems overwhelming at first, then don’t worry. We will be using analogies and simple allusions to ground these abstract concepts in a more concrete perspective.</p>
<h2 id="heading-meet-lighdie-a-library-analogy">Meet Lighdie: A Library Analogy</h2>
<p>We begin our discussion of multi-state classical systems and vectors with a library-focused analogy. Picture yourself as an individual named Lighdie, a teenager known for producing blinding blasts of light. It’s Saturday, and Lighdie has had a dreadfully uneventful day of lying on her bed and scrolling through TikToks. Fed up with her perpetual laziness, Lighdie decides she needs to challenge herself with some difficult quantum textbooks. She heads to the library and quickly finds the computing-focused catalog. To her dismay, there is a <strong>set</strong> of three different quantum books on the shelf. Lighdie’s hours upon hours of screen time has made her <strong>angsty,</strong> so she struggles to select a book - should she borrow the quantum book on <strong>Shor’s Algorithm(SA)</strong>, <strong>Grover’s Algorithm(GA)</strong>, or the <strong>Phase-Kick Back Technique (PKB)</strong>? Although teenager angst can vary based on one’s emotional state,  Lighdie’s angst is constant and strangely specific, adhering to a particular set of rules.</p>
<ol>
<li><p>Lighdie has a set probability of choosing each book.</p>
</li>
<li><p>Every time Lighdie decides to select a book from the existing catalog, her rays of light destroy the other existing books in the catalog.</p>
</li>
<li><p>The existing Catalog is renewed at the end of each day, meaning that Lighdie will encounter the same 3 books each day.</p>
</li>
</ol>
<p>After visiting the library for 10 days, Lighdie’s choices are:</p>
<ol>
<li><p>\(\text{SA - 3 times}\)</p>
</li>
<li><p>\(\text{PKB - 6 Times}\)</p>
</li>
<li><p>\(\text{GA - 1 times}\)</p>
</li>
</ol>
<h2 id="heading-modeling-the-3-state-classical-system"><strong>Modeling the 3-State Classical System</strong></h2>
<p>Now for the moment of truth: How does this analogy demonstrate the primary characteristics of multi-state classical systems?</p>
<p>To answer this question, we first explicitly define our 3-state classical system \(\psi\) as the book Lighdie selects on any given day, which could be any option or <strong>state</strong> from the set \(\{PKB, SA, GA\}\). Next, we describe the probability of observing each state within \(\psi\) by calculating basic ratios from Lightdie’s choices over 10 days.</p>
<ol>
<li><p>\(P(SA) = 3/10 = 0.3\)</p>
</li>
<li><p>\(P(PKB) = 6/10 = 0.6\)</p>
</li>
<li><p>\(P(GA) = 1/10 = 0.1\)</p>
</li>
</ol>
<p>Lastly, we know that \(\psi\) is a <strong>deterministic system</strong> defined by constant probabilities because Lighdie is limited to the same 3 books every day, where she can check out exactly 1 book.</p>
<p>Therefore, we can confidently state that \(\psi\) is a 3-state classical system with possible states \(\\{PKB, SA, GA\\}\) and state probabilities</p>
<p>$$\left(P(SA) = \frac{3}{10}, P(PKB) = \frac{6}{10}, P(GA) = \frac{1}{10} \right)$$</p><p>While our current representation of \(\psi\) is a harmonious mixture of qualitative and quantitative characteristics, quantum researchers favor a more compressed representation that can be manipulated with Algebra - column vectors.</p>
<h2 id="heading-from-probabilities-to-vectors">From Probabilities to Vectors</h2>
<p>Define a \(3 \times 1\) column vector \(\mathbf{z}\):</p>
<p>$$\mathbf{z} = \begin{pmatrix} 0.6 \\ 0.3 \\ 0.1\end{pmatrix}$$</p><p>Each row of vector \(\mathbf{z}\) represents each possible book Lighdie could select, while the entries themselves are the probability that she selects’ that row’s book. Most importantly, though, is that the entries of \(\mathbf{z}\) add up to \(1\) because Lighdie must select exactly one book every day.</p>
<h2 id="heading-unit-vectors-and-dirac-notation"><strong>Unit Vectors and Dirac Notation</strong></h2>
<p>Our vector representation of \(\psi\) is nifty, but introducing unit vectors is a necessary step in understanding the uncertainty surrounding quantum systems (no pun intended!). In linear algebra, a unit vector is a deterministic vector that is synonymous with one particular state. In our case, the three unit vectors represent Lighdie choosing one book with absolute certainty.</p>
<p>$$e_{pkb} = \begin{pmatrix} 1 \\ 0 \\ 0\end{pmatrix}, e_{sa} = \begin{pmatrix} 0 \\ 1 \\ 0\end{pmatrix}, e_{ga} = \begin{pmatrix} 0 \\ 0 \\ 1\end{pmatrix}$$</p><p>With these unit vectors, we can now define the system as:</p>
<p>$$Z = 0.6 e_{pkb} + 0.3 e_{sa} + 0.1 e_{ga}.$$</p><p>This representation is significant as it allows us to frame classical systems not just as a list of probabilities, but as linear combinations of foundational <strong>basis states.</strong></p>
<p>To make a seamless transition into quantum mechanics, physicists and computer scientists often use a special notation for these basis states, called Dirac Notation (alternatively “bra-ket” notation).  Instead of writing our basis states as unit vectors, we write them as kets:</p>
<p>$$\ket{PKB} = \begin{pmatrix} 1 \\ 0 \\ 0\end{pmatrix},  \ket{SA} = \begin{pmatrix} 0 \\ 1 \\ 0\end{pmatrix}, \ket{GA} = \begin{pmatrix} 0 \\ 0 \\ 1\end{pmatrix}$$</p><p>Now, \(\psi’s\) dirac notation equivalent is:</p>
<p>$$\psi = 0.6 \ket{PKB} + 0.3 \ket{SA}  + 0.1 \ket{GA}.$$</p><p>This is the same system we’ve been discussing, but it is written in a way that smoothly transitions to the quantum world. In the classical world, the coefficient set \(\{0.6,0.3,0.1\}\) represents the direct probabilities of observing each basis state in \(\psi\). In next week’s quantum mechanics blog, the coefficients become complex amplitudes whose squared magnitudes yield desired probabilities.</p>
<p>Whew, that concludes my blog for this week. Stay tuned for next week’s deep dive into the inner workings of quantum systems, and thank you!</p>
]]></content:encoded></item><item><title><![CDATA[Quantum Computing Intro]]></title><description><![CDATA[While the concept of quantum mechanics has been around for the last 100+ years, quantum computing is a more recent phenomenon. It originated in the 1980s, when famous physicists, including Richard Feynman and David Deutsch, proposed using quantum sys...]]></description><link>https://quantummindset.qbitchronicles.com/quantum-computing-intro</link><guid isPermaLink="true">https://quantummindset.qbitchronicles.com/quantum-computing-intro</guid><category><![CDATA[quantum computing]]></category><category><![CDATA[Mathematics]]></category><category><![CDATA[linear algebra ]]></category><category><![CDATA[Quantum]]></category><category><![CDATA[Quantum Mechanics]]></category><dc:creator><![CDATA[Ayooluwa Awonusonu]]></dc:creator><pubDate>Tue, 16 Sep 2025 14:23:16 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1758040802021/e0aacbbb-1579-4bd4-9891-61dc605296bc.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>While the concept of quantum mechanics has been around for the last 100+ years, quantum computing is a more recent phenomenon. It originated in the 1980s, when famous physicists, including Richard Feynman and David Deutsch, proposed using quantum systems to simulate classical processes and perform computations with incredible speed.</p>
<p>Currently, quantum computing is being touted as the next frontier in information processing, with the potential to enhance the problem-solving capabilities of modern computers. However, understanding quantum computing can be considerably challenging because it combines high-level computing concepts with considerable amounts of linear algebra.</p>
<p>Rest assured, though, as we will use clear examples throughout this blog series to make complex, math-heavy ideas easier to picture. We will begin with the most fundamental building block of all: the concept of a set.</p>
<h2 id="heading-introduction-to-sets"><strong>Introduction to Sets</strong></h2>
<p>Sets are convenient and shorthand ways of writing out a list of objects. You can think of them as the mathematical analogue to a basket of items. For example, if we have a basket with the following items — an apple, an orange, and a mango — then we can define a set as:</p>
<p>$$A = \{0,1\}$$</p><p>Each member of set \(A\), or any set in general, is also called an element. While our example used fruits, elements can also represent numbers, symbols, or any other object.</p>
<p>Before we can meaningfully explore the quantum world, we must understand how sets and information are used to conceptualize the classical world.</p>
<h2 id="heading-sets-in-classical-computing"><strong>Sets in Classical Computing</strong></h2>
<p>In classical computing, information is commonly expressed in binary, which is a number system consisting entirely of \(0\)s and \(1\) s. Therefore, in a similar vein to our fruit basket analogy, we can define the standard classical set as:</p>
<p>$$\sigma = \{0,1\}$$</p><p>where σ is a commonly used Greek letter to represent sets. Each element of any set describing classical phenomena is called a state.</p>
<p>Now that we have clearly defined sets in relation to classical computing, we are ready to tackle the concepts of classical systems.</p>
<h2 id="heading-classical-system-definition-and-properties">Classical System: Definition and Properties</h2>
<p>A classical system is any physical or digital system consistent with the principles of classical physics — think of a traditional pendulum. One of the governing properties of classical systems is the exclusivity of classical states — meaning that the classical system can only be in <strong>one state at any given moment</strong>. For example, the set \(\sigma\) has two possible states, \(0\) and \(1\) , but the corresponding system \(\psi\) will be in exactly one of them. This state determinism is what separates classical systems from quantum systems.</p>
<h2 id="heading-certain-vs-uncertain-classical-systems">Certain vs. Uncertain Classical Systems</h2>
<p>Classical systems can be characterized as <strong>certain</strong> or <strong>uncertain</strong>, an important distinction that will solidify later once we compare them to quantum systems.</p>
<ul>
<li><p>A <strong>certain classical system</strong> is one whose state is fixed and unchanging.</p>
</li>
<li><p><strong>Uncertain classical systems</strong> never have constant states and are instead described in terms of probabilities until they are measured.</p>
</li>
</ul>
<h2 id="heading-wrapping-up">Wrapping Up</h2>
<p>Yay! You’ve made it to the end of my very first quantum blog. Today, we have made major inroads towards understanding quantum computing by covering the basic concepts of sets and connecting them to classical systems.</p>
<p>As we move forward, we will be using vectors, matrices, and complex numbers to ground quantum states and sets in mathematical rigor. If you are unfamiliar with linear algebra, I highly recommend checking out 3Blue1Brown’s <em>Essence of Linear Algebra</em> series. He enhances the abstract concepts of linear algebra using dynamic animations and engaging visuals. For now, focus on the first two videos in the series.</p>
<p>You can start watching here: <a target="_blank" href="https://www.youtube.com/watch?v=fNk_zzaMoSs&amp;list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab">Essence of Linear Algebra</a>.</p>
<p>To learn more about complex numbers, check out 3Blue1Brown’s excellent introduction, <a target="_blank" href="https://www.3blue1brown.com/lessons/ldm-quadratic">Complex Number Fundamentals</a>. The first free videos should be enough to follow along with my future posts.</p>
<p>Get ready for a quantum leap into my next post!</p>
]]></content:encoded></item></channel></rss>