<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>superposition in quantum computing &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/superposition-in-quantum-computing/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 05 Sep 2026 05:35:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>superposition in quantum computing &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>New Multi-Unary encoding scheme packs dense inputs into quantum circuits</title>
		<link>https://scienmag.com/new-multi-unary-encoding-scheme-packs-dense-inputs-into-quantum-circuits/</link>
		
		<dc:creator><![CDATA[Katie Riggs]]></dc:creator>
		<pubDate>Sat, 05 Sep 2026 05:35:50 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[dense input encoding in quantum algorithms]]></category>
		<category><![CDATA[dense quantum input encoding]]></category>
		<category><![CDATA[Grover's algorithm efficiency]]></category>
		<category><![CDATA[Grover's search algorithm efficiency]]></category>
		<category><![CDATA[multi-unary encoding]]></category>
		<category><![CDATA[quantum algorithms]]></category>
		<category><![CDATA[quantum circuit optimization]]></category>
		<category><![CDATA[quantum computing research]]></category>
		<category><![CDATA[quantum data encoding methods]]></category>
		<category><![CDATA[quantum data representation]]></category>
		<category><![CDATA[Quantum encoding schemes]]></category>
		<category><![CDATA[quantum information encoding]]></category>
		<category><![CDATA[quantum programming techniques]]></category>
		<category><![CDATA[quantum search algorithms]]></category>
		<category><![CDATA[quantum state measurement]]></category>
		<category><![CDATA[qubit information representation]]></category>
		<category><![CDATA[qubit state manipulation]]></category>
		<category><![CDATA[superposition in quantum computing]]></category>
		<guid isPermaLink="false">https://scienmag.com/new-multi-unary-encoding-scheme-packs-dense-inputs-into-quantum-circuits/</guid>

					<description><![CDATA[Quantum programmers have long faced a subtle frustration at the heart of every quantum algorithm: after all the elegance of superposition, the measurement step collapses the entire richly structured quantum state into just one answer. A team of researchers at the Universidad Politécnica de Cartagena in Spain now proposes a clever workaround that attacks the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Quantum programmers have long faced a subtle frustration at the heart of every quantum algorithm: after all the elegance of superposition, the measurement step collapses the entire richly structured quantum state into just one answer. A team of researchers at the Universidad Politécnica de Cartagena in Spain now proposes a clever workaround that attacks the problem at its source—by changing how information is written into qubits in the first place. Their new scheme, called Multi-Unary encoding, allows a single set of input qubits to carry multiple valid values simultaneously, a property no prior encoding scheme has offered, and it promises to make Grover&#8217;s celebrated search algorithm noticeably more efficient.</p>
<p>Encoding is one of the first and most consequential decisions in designing a quantum program. Just as classical computers must decide how to represent integers or characters as bits, quantum algorithms must map problem variables—whether they denote colors, routes, or cluster assignments—onto the quantum states of a register. Over the past decade, researchers have adapted classical schemes such as one-hot, binary, and Gray codes to qubits, and have invented quantum-native alternatives like angle encoding, amplitude encoding, and Schmidt decomposition. Each approach embodies a trade-off between the number of qubits consumed and the complexity of the circuits needed to operate on them. One-hot encoding, in which one bit is reserved for every possible value a variable can take and exactly one of those bits is set to 1, is particularly popular because it is simple to encode, decode, and check for validity—even though it is wasteful in qubit count. A variable with four possible values, for instance, needs four qubits under one-hot rules, yielding the four allowed states 0001, 0010, 0100, and 1000.</p>
<p>The insight behind Multi-Unary is disarmingly simple. Instead of requiring that exactly one bit be set to 1, the scheme requires only that at least one bit be set to 1, with the single forbidden state being the all-zero string. Under this relaxation, the four-qubit register above can represent not just four values but fifteen—the full set of non-zero bit strings. Because more than one value can live in the same group of qubits, the Spanish team describes Multi-Unary as a &#8220;dense&#8221; encoding scheme, and, to their knowledge, it is the first encoding in the quantum computing literature with this property. The consequence is profound for algorithms like Grover&#8217;s: a single measured bit string can now encode several valid assignments at once, so the quantum state effectively contains and delivers multiple solutions in a single shot.</p>
<p>Grover&#8217;s algorithm, first proposed in 1996, searches an unstructured space of size N containing M solutions with a complexity of O(√(N/M)), a quadratic speedup over any classical method. The algorithm begins by placing the input qubits into an equal superposition of all possible states. It then applies an oracle—a quantum subroutine that recognizes valid solutions and flips their phase by π radians—followed by a diffusion operation that inverts the amplitudes about their mean, amplifying the marked states. Each oracle-plus-diffusion cycle is one Grover iteration, and the probability of measuring a solution after i iterations is given by P = sin²((2i+1)·θg), where θg = arcsin(√(M/N)). The optimal number of iterations scales as R ≤ ⌈(π/4)√(N/M)⌉. Crucially, both the success probability and the required iteration count depend on the ratio M/N: the more states qualify as solutions, the better.</p>
<p>This is exactly where Multi-Unary shines. By enlarging the set of bit strings that count as legitimate solutions, the scheme increases M, which the team proves mathematically raises the success probability P and lowers the required number of Grover iterations R. They derive the partial derivatives of both quantities with respect to M, showing rigorously that P grows monotonically and R shrinks monotonically over the entire operating range. The practical payoff comes in three forms: a higher chance that any given measurement yields a solution, fewer oracle calls needed to maximize that chance, and measured outputs that can bundle multiple solutions into one value, reducing the total number of circuit executions—or &#8220;shots&#8221;—needed to recover a desired fraction of all solutions.</p>
<p>To demonstrate the idea concretely, the researchers applied Multi-Unary to the graph coloring problem, a canonical combinatorial challenge that asks for the assignment of k colors to the nodes of a graph such that no two adjacent nodes share a color. Graph coloring matters well beyond theory—it underpins scheduling, register allocation, and resource assignment tasks—and it has become a standard benchmark for quantum algorithms, tackled previously with quantum annealing, variational approaches, and Grover-based oracles using both binary and one-hot encodings. In the Spanish team&#8217;s demonstration, a six-node, six-edge graph is colored with three colors, the minimum possible.</p>
<p>Their oracle design rests on quantum counters, built from multi-controlled X gates, which tally constraint violations. The logic proceeds in three steps. First, for each node, the counter is incremented if all of that node&#8217;s color qubits are zero—penalizing strings that violate the Multi-Unary rule that every variable must carry at least one value. Second, for every edge and every color, the counter is incremented if both endpoints display that same color simultaneously, penalizing genuine coloring conflicts. Third, only strings for which the counter reads zero—strings satisfying every constraint—have their phases rotated by a multi-controlled Z gate, marking them for amplification. A single ancilla qubit acts as a trigger that fires each counter increment and is uncomputed immediately afterward, while the remaining ancillas store the running count. The design also incorporates a subtle optimization: because early counter increments only touch the least significant bits of the count, the number of controls on successive increment gates can be grown gradually, trimming expensive multi-controlled gates.</p>
<p>The resource analysis for the example circuit is instructive. The complete oracle comprises 367 gates, of which 284 are controlled X gates—and 188 of those, fully 66.2 percent, implement the counter alone, underscoring how central counting is to this style of oracle construction. The circuit depth is 287 layers, dominated by the trigger qubit through which every increment must pass. Simulating the full circuit with 36 Grover iterations—the number that maximizes success probability—yielded a 99.88 percent chance of measuring a solution, and a histogram of 1,000 shots in Qiskit&#8217;s Aer simulator recovered 126 distinct solution values, with only two spurious non-solutions appearing once each, a rate consistent with statistical expectations.</p>
<p>The headline result is the sheer expansion of the solution space. Under a conventional one-hot oracle, the example graph has exactly 48 valid colorings. With Multi-Unary, the number of solution values jumps to 126—78 additional bit strings that are also valid, thanks to nodes that can carry more than one compatible color. This flexibility arises naturally in real graphs: leaf nodes and nodes with low connectivity often admit several admissible colors, and Multi-Unary lets the quantum state express that freedom directly. Decoding is straightforward: any measured variable whose bits contain more than one 1 is expanded into as many one-hot candidates as there are set bits, each assigning a single value while preserving the rest. In one worked example, the output string 011 010 001 100 010 101—where two nodes each hold two colors—unpacks into four distinct, fully valid colorings of the graph. A single measurement delivered four answers.</p>
<p>The authors are careful to position their contribution honestly. Binary encoding still wins on raw qubit count—a 50-node graph with 10 colors needs 200 binary-encoded input qubits versus 500 for one-hot or Multi-Unary—but binary circuits must then explicitly reject the invalid states corresponding to out-of-range values, adding gates and ancillas that Multi-Unary avoids by construction. Indeed, validity checking is where Multi-Unary beats its closest cousin outright: the only forbidden state under Multi-Unary is the all-zero string, detectable with a simple NOR gate, whereas one-hot verification requires a counter to confirm that exactly one bit is set. Because encoding and decoding work identically in both schemes, the team argues that Multi-Unary could outright replace one-hot encoding, with migration requiring changes only to the oracle&#8217;s validity-check portion—and a simpler oracle as a reward. The advantage does taper off for densely connected graphs, where fewer nodes admit multiple colors and the scheme converges back toward plain one-hot behavior.</p>
<p>The implications reach beyond graph coloring. The researchers point to shortest-path, graph coverage, and clustering problems as natural targets, and note that their encoding could slot into emerging frameworks like the discrete quantum intermediate representation proposed for encoding-independent optimization. For today&#8217;s noisy, resource-starved quantum hardware, where every ancilla qubit and every additional Grover iteration carries a real cost, a scheme that squeezes multiple solutions into the same qubits—and trims the iteration count as a bonus—offers a rare kind of free lunch. If quantum computing&#8217;s near-term future depends on getting the most out of every qubit, Multi-Unary suggests that sometimes the smartest move is not a new algorithm, but a new way of writing the problem down.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Dense input encoding for quantum circuit algorithms; application of the Multi-Unary scheme to Grover&#8217;s algorithm and the graph coloring problem</p>
<p><strong>Article Title:</strong> Multi-Unary: a dense input encoding scheme for the quantum circuit model</p>
<p><strong>Article References:</strong> Alonso, D., Sánchez, P., Álvarez, B., &amp; Terroso-Sáenz, F. (2026). Multi-Unary: a dense input encoding scheme for the quantum circuit model. <em>Quantum Information Processing, 25</em>(9), Article 304. <a href="https://doi.org/10.1007/s11128-026-05316-9" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s11128-026-05316-9</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s11128-026-05316-9" target="_blank" rel="noopener noreferrer">10.1007/s11128-026-05316-9</a></p>
<p><strong>Keywords:</strong> quantum computing, Multi-Unary encoding, Grover&#8217;s algorithm, graph coloring, one-hot encoding, quantum oracles, dense encoding, quantum counters, Qiskit, combinatorial optimization</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">187778</post-id>	</item>
		<item>
		<title>Governor Abbott Appoints UT San Antonio’s Jeff Prevost to Quantum Advisory Committee</title>
		<link>https://scienmag.com/governor-abbott-appoints-ut-san-antonios-jeff-prevost-to-quantum-advisory-committee/</link>
		
		<dc:creator><![CDATA[Katie Riggs]]></dc:creator>
		<pubDate>Fri, 05 Jun 2026 16:21:21 +0000</pubDate>
				<category><![CDATA[Chemistry]]></category>
		<category><![CDATA[Governor Abbott quantum appointments]]></category>
		<category><![CDATA[Jeff Prevost quantum advisory role]]></category>
		<category><![CDATA[quantum computing advancements Texas]]></category>
		<category><![CDATA[quantum computing applications cybersecurity]]></category>
		<category><![CDATA[quantum computing drug discovery impact]]></category>
		<category><![CDATA[quantum economy strategy Texas]]></category>
		<category><![CDATA[quantum technology governance Texas]]></category>
		<category><![CDATA[superposition in quantum computing]]></category>
		<category><![CDATA[sustainable energy quantum solutions]]></category>
		<category><![CDATA[Texas Quantum Initiative Committee]]></category>
		<category><![CDATA[Texas quantum technology innovation]]></category>
		<category><![CDATA[UT San Antonio quantum research]]></category>
		<guid isPermaLink="false">https://scienmag.com/governor-abbott-appoints-ut-san-antonios-jeff-prevost-to-quantum-advisory-committee/</guid>

					<description><![CDATA[As the landscape of quantum technology rapidly evolves, Texas is positioning itself as a formidable powerhouse in quantum innovation. This strategic assertion is exemplified by the recent appointment of Dr. Jeff Prevost, PhD, the executive director of the Open Cloud Institute (OCI) at the University of Texas at San Antonio (UTSA), to the newly formed [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>As the landscape of quantum technology rapidly evolves, Texas is positioning itself as a formidable powerhouse in quantum innovation. This strategic assertion is exemplified by the recent appointment of Dr. Jeff Prevost, PhD, the executive director of the Open Cloud Institute (OCI) at the University of Texas at San Antonio (UTSA), to the newly formed Texas Quantum Initiative Advisory Committee by Governor Greg Abbott. This advisory body is charged with steering the state’s burgeoning quantum economy through insightful strategy and forward-thinking governance, reflecting the critical juncture at which Texas finds itself in the quantum revolution.</p>
<p>Quantum computing represents a paradigm shift in computational sciences, leveraging the principles of quantum mechanics to enable processing capabilities far beyond those of classical computers. Unlike traditional binary computation, quantum computation employs qubits that can exist simultaneously in multiple states through superposition, profoundly enhancing computational power and efficiency. This technology paves the way for breakthroughs in complex problem-solving domains, ranging from cryptography and cybersecurity to drug discovery and sustainable energy solutions. As states race to dominate this frontier, Texas’s establishment of a high-level advisory committee underscores its commitment to maintaining competitive advantages in this fast-expanding sector.</p>
<p>Dr. Prevost’s role in this newly formed committee is a direct reflection of his expertise and leadership within the quantum technology sphere. UTSA President Taylor Eighmy emphasized that Dr. Prevost’s appointment not only validates his significant contributions to emerging technologies but also signifies the university’s dedication to addressing some of the most consequential scientific and technological challenges today. His leadership is expected to be instrumental in nurturing the next generation of quantum talent and reinforcing collaborative bridges between academia, industry, and government agencies.</p>
<p>The Texas Quantum Initiative Advisory Committee is envisioned as a multidisciplinary platform comprising experts from academia, industry, and government sectors. Their collective mandate is to design and implement a visionary roadmap that accelerates Texas’s leadership in quantum research, technology development, industry engagement, and workforce development. This strategic assembly will guide investments and policy decisions to foster a thriving quantum ecosystem within the state. Dr. Prevost’s current term on the committee extends to January 31, 2031, reflecting a long-term commitment to quantum advancement and infrastructure development.</p>
<p>Jennifer Potter, PhD, senior executive vice president for research and innovation at UTSA, highlights that Dr. Prevost’s selection exemplifies the growing capacity of UTSA’s research ecosystem. Through pioneering initiatives such as the Open Cloud Institute, UTSA is rigorously building a robust platform of collaborative science and technology partnerships essential for advancing quantum science. This commitment integrates cross-disciplinary research efforts, connecting disparate fields such as artificial intelligence, cybersecurity, and advanced computing, all of which are critical to the maturation of practical quantum applications.</p>
<p>Texas’s quantum trajectory is also bolstered by UTSA’s robust academic infrastructure. Dr. Prevost holds the Cloud Technology Endowed Professorship within the College of AI, Cyber and Computing, an interdisciplinary institution established in 2025. This college was created explicitly to address the escalating demand for experts proficient in quantum computing, artificial intelligence, data science, and cybersecurity. Through this academic lens, Dr. Prevost actively cultivates the intellectual capital necessary to sustain Texas’s competitive edge in quantum technology.</p>
<p>As executive director of OCI, Dr. Prevost has been a pivotal figure in fostering interdisciplinary partnerships that connect researchers, industry stakeholders, government agencies, and national laboratories. These collaborations are designed to tackle emergent challenges in cybersecurity, advanced computing, and quantum technologies, driving innovations that will have profound societal impacts. His leadership at OCI ensures that quantum technology development is integrated with practical considerations of resilience and security, crucial factors for technology adoption and scalability.</p>
<p>Dr. Prevost views his appointment as both an honor and an essential responsibility. He stresses Texas’s unparalleled opportunity to shape quantum innovation’s future by nurturing a comprehensive ecosystem that encompasses research capacity, talent development, and cross-sector collaboration. His vision includes anchoring quantum research not merely in theoretical promise but in real-world applications that address cybersecurity threats, enable novel scientific discoveries, and sustain Texas&#8217;s economic competitiveness on a global scale.</p>
<p>Recent efforts under Dr. Prevost’s leadership have included the establishment of the Quantum Institute for Cyber Resilience (QuICR), a consortium that unites academic institutions, industry, government, and national laboratories. QuICR’s mission is to advance quantum technologies while simultaneously bolstering cyber resilience, acknowledging the intertwined nature of these domains in a quantum-enabled future. This initiative exemplifies a forward-thinking approach to quantum innovation, integrating security concerns with technological advancement from the outset.</p>
<p>A salient event demonstrating the state’s momentum in this space was the recent Quantum Cyber Resilience Workshop hosted by OCI in San Antonio. The workshop brought together top-tier experts to explore collaborative opportunities within the quantum landscape, emphasizing Texas’s expanding capabilities in cybersecurity, quantum science, workforce development, and infrastructure resilience. This gathering catalyzed new partnerships and research endeavors, positioning Texas as a focal point for cutting-edge innovation and knowledge exchange.</p>
<p>Dr. Prevost’s strategic vision not only strengthens UTSA’s stature but also deepens its contribution to statewide efforts aimed at nurturing a vibrant quantum technology ecosystem. Initiatives led by OCI and QuICR exemplify a landscape where public and private stakeholders converge to accelerate discovery and address the multifaceted challenges inherent in quantum science. This cross-pollination of ideas and resources empowers Texas to maintain a leadership role in quantum research, securing an innovative and resilient economic future.</p>
<p>In conclusion, as Texas intensifies its investment in quantum research and technology development, the leadership and vision embodied by figures like Dr. Jeff Prevost are instrumental in catalyzing this transformative era. UTSA’s commitment to interdisciplinary collaboration, workforce development, and strategic partnerships encapsulates a holistic approach to quantum innovation. With the guidance of the Texas Quantum Initiative Advisory Committee, Texas is poised not only to participate in but to dictate the future trajectory of quantum technologies on the global stage.</p>
<hr />
<p><strong>Subject of Research</strong>: Quantum Computing and Cybersecurity Innovation in Texas</p>
<p><strong>Article Title</strong>: Texas Advances Quantum Innovation with Dr. Jeff Prevost’s Appointment to State Advisory Committee</p>
<p><strong>News Publication Date</strong>: Not specified</p>
<p><strong>Web References</strong>:</p>
<ul>
<li>University of Texas at San Antonio (<a href="https://utsa.edu">https://utsa.edu</a>)</li>
<li>Texas Quantum Initiative Advisory Committee (no direct link provided)</li>
</ul>
<p><strong>Image Credits</strong>: UT San Antonio</p>
<h4><strong>Keywords</strong></h4>
<p>Quantum computing, cybersecurity, artificial intelligence, advanced computing, quantum research, workforce development, interdisciplinary collaboration, quantum technology, cloud technology, Texas Quantum Initiative, Open Cloud Institute, cyber resilience</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">164210</post-id>	</item>
	</channel>
</rss>
