tech:

taffy

Grover’s Algorithm

Grover’s Algorithm is a quantum computing algorithm designed for searching unsorted databases or solving the pre-image of a function. It offers a quadratic speedup over classical algorithms, reducing the number of steps required to find a solution.

O(N) in Traditional Algorithms: In a classical algorithm for searching an unsorted list, you might have to look at every item one by one until you find the item you’re searching for. In the worst-case scenario, you’d have to check you’d have to check all N items, making the time complexity O(N).

O√N in Grover’s Algorithm: Grover’s Algorithm, a quantum algorithm, can do this more efficiently. Instead of needing to go through all N items in the worst-case scenario, Grover’s can find the desired item in about √N steps. So, if you have a list of 1 million items, a classical search might require up to 1 million steps, while Grover’s would only require around 1,000 steps.

As your database grows—say from 1 million items to 10 billion—the time taken by a classical algorithm would increase from 1 million steps to 10 billion steps. But for Grover’s Algorithm, it would only increase from 1,000 steps to approximately 100,000 steps—a much smaller jump.

This is what is meant by “quadratic speedup” — the algorithm becomes increasingly more efficient compared to classical algorithms as the size of your dataset (N) grows.

Example in Use:
Suppose a company wants to identify a particular transaction ID among billions in a financial database. Classically, this would require scanning each entry until a match is found, consuming considerable time and computational resources. With Grover’s Algorithm, the same task can be accomplished much more quickly, thereby freeing up resources for other high-priority tasks.


 

Just in

Tembo raises $14M

Cincinnati, Ohio-based Tembo, a Postgres managed service provider, has raised $14 million in a Series A funding round.

Raspberry Pi is now a public company — TC

Raspberry Pi priced its IPO on the London Stock Exchange on Tuesday morning at £2.80 per share, valuing it at £542 million, or $690 million at today’s exchange rate, writes Romain Dillet. 

AlphaSense raises $650M

AlphaSense, a market intelligence and search platform, has raised $650 million in funding, co-led by Viking Global Investors and BDT & MSD Partners.

Elon Musk’s xAI raises $6B to take on OpenAI — VentureBeat

Confirming reports from April, the series B investment comes from the participation of multiple known venture capital firms and investors, including Valor Equity Partners, Vy Capital, Andreessen Horowitz (A16z), Sequoia Capital, Fidelity Management & Research Company, Prince Alwaleed Bin Talal and Kingdom Holding, writes Shubham Sharma. 

Capgemini partners with DARPA to explore quantum computing for carbon capture

Capgemini Government Solutions has launched a new initiative with the Defense Advanced Research Projects Agency (DARPA) to investigate quantum computing's potential in carbon capture.