Register for free to join our community of investors and share your ideas. You will also get access to streaming quotes, interactive charts, trades, portfolio, live options flow and more tools.
As of September 2024, IonQ has made notable strides in integrating with NVIDIA’s CUDA-Q platform. Key advancements include:
1. **Enhanced Quantum-Classical Integration:** IonQ and NVIDIA have worked on improving the interoperability between IonQ's quantum processors and CUDA-Q’s classical computing capabilities. This integration facilitates more efficient execution of hybrid quantum-classical algorithms, leveraging NVIDIA’s GPUs for quantum simulations and data processing.
2. **Optimized Quantum Algorithms:** Collaborations have led to the development of optimized quantum algorithms specifically designed to run on IonQ's hardware while benefiting from CUDA-Q’s computational power. These optimizations aim to enhance performance and reduce the time required for complex quantum computations.
3. **Improved Quantum Simulation Tools:** Advances in CUDA-Q have led to enhanced simulation tools that support IonQ’s quantum hardware. These tools allow researchers to better simulate and test quantum algorithms before deploying them on actual quantum processors, improving overall research efficiency.
4. **Joint Research Initiatives:** IonQ and NVIDIA have engaged in joint research initiatives to explore new applications of quantum computing and develop novel solutions that leverage both IonQ’s quantum systems and CUDA-Q’s classical processing capabilities.
5. **Expanded Developer Resources:** Both companies have expanded resources and support for developers working with quantum computing. This includes improved documentation, tutorials, and technical support for utilizing IonQ’s quantum systems in conjunction with CUDA-Q.
These advancements highlight the ongoing collaboration between IonQ and NVIDIA to push the boundaries of quantum computing and enhance the integration of quantum and classical computing technologies.
Our Novel, Efficient Approach to Quantum Error Correction
August 14, 2024
by IonQ Staff
An Error Correction Code Breakthrough at IonQ
IonQ researchers recently released a preprint on a novel approach to quantum error correction. Achieving fault-tolerant error correction is widely recognized as a long term goal for the quantum computing community. One of the main challenges to error correction schemes is they are resource-intensive, requiring a large number of physical qubits per logical qubit, making them impractical for near-term quantum computers. But IonQ has just made huge progress in making the journey to error correction more seamless.
IonQ’s new method, dubbed CliNR (pronounced ‘cleaner’), short for Clifford Noise Reduction, is an efficient and scalable approach that can improve performance for the noisiest subset of quantum gates on today’s quantum computers. Unlike traditional quantum error correction (QEC) that requires significant overhead or quantum error mitigation (QEM) which faces exponential sampling overheads, CliNR is an efficient addition to error correction schemes because it provides lower overhead. With a qubit overhead of ~3:1 and a gate overhead of 2:1, CliNR has the potential to be a ‘partial error correction’ approach, filling the gap between today's quantum error mitigation approaches and the long term promise of fully error corrected, fault-tolerant quantum computing.
IonQ’s novel CliNR method is capable of reducing the logical error rate (the probability that an error occurs in the logical qubit of a quantum computation, despite the use of error correction techniques) by a factor of two.
Based on modeled assumptions of native gate fidelities, CliNR is able to reduce the probability of an error within circuits, scaling efficiently with circuit size and depth.
Innovating To Address the NearTerm Error Handling Value Gap
QEM and QEC are two leading methods to deal with errors in quantum computation. To compare these techniques, we consider the resources they consume in terms of:
number of qubits
number of quantum gates
number of shots
where the number of shots refers to the number of executions of a quantum circuit.
Today’s quantum computing users are facing a value gap, or a gap between the Quantum Error Mitigation (QEM) schemes adding value today but approaching their scaling limits, versus Quantum Error Correction (QEC) schemes that are scalable in the long term but that remain prohibitively expensive today.
The following diagram summarizes the error handling value gap and associated short-term versus long-term costs.
Our new work 1 fills this gap with a new method for partial error correction with a small qubit cost, a small gate cost, and a small shot cost. By reducing the noise of a broad class of quantum circuits called Clifford circuits, our CliNR method unlocks a whole new ‘partial error correction’ approach to solving problems.
Our method is not designed to replace QEC in the long term, as it does not offer the same level of protection as QEC, but it does present a low-overhead alternative to QEC in the near term. That said, there is still applicability of the approach in the long term. For example, CliNR could also be used on logical qubits – in combination with QEC – lessening the requirement for QEC, thereby further reducing overhead costs.
QEM is already used to great effect in today’s IonQ machines: Harmony, Aria, and Forte all leverage QEM techniques. While QEM uses a relatively small number of qubits and gates, it is expected to scale poorly as qubit counts continue to grow and shot costs increase. As circuit size grows, QEM either ceases to be effective or it incurs a runtime overhead that grows exponentially. A different solution is needed for the long term.
This is where QEC comes into play because it does not suffer from this exponential increase in shot count. However, the cost of QEC in terms of qubit count and gate count is still very significant, and currently out of reach for practical use. For example, to execute a large-scale quantum algorithm with the surface code, one may need thousands of physical qubits per logical qubit. Recent breakthroughs based on quantum low density parity-check (qLDPC) codes reduce the qubit cost of QEC, but they still consume more than 20 physical qubits per logical qubit 2 3 4 5 .
CliNR acts as middle ground and solves for an important pain point, offering an efficient approach for reducing logical errors in Clifford circuits with lower overhead than QEC and better scalability than QEM, and it should work in the near term.
Applying CliNR to Unlock Customer Value
We expect that CliNR can be applied in multiple ways. First, customers will use it as a means of improving near term algorithmic results’ accuracy. In today’s IonQ systems, two-qubit gates are where most of the noise is introduced. This is why our original motivation was to focus on the correction of two-qubit gates. The CliNR method we designed is capable of correcting all Clifford gates, which is a broad class of quantum gates that includes common two-qubit gates like CZ, CNOT, as well as maximally-entangling XX and ZZ native to IonQ devices. Since this error compounds across the depth of a circuit, applying CliNR has the potential to enable deeper circuits and more accurate results.
Second, the low overhead of CliNR makes it an attractive option for reducing Clifford gate noise prior to being applied in broader error correction schemes that require higher input gate fidelities to achieve target logical error rates. These are just two key examples we expect to see play out in the real-world application of CliNR.
Unpacking the Innovation Behind CliNR
Error correction is not solely a quantum concept. To describe the general idea of CliNR, we can consider a similar problem in the classical world. Imagine that we want to compute the sum of 1,000 integers using a noisy adder with a 1% noise rate. This noisy adder computes the sum s = x+y of two numbers x and y; however, 1% of the time, instead of s it returns s+e where e is a random number between 0 and s. Let’s see what happens when we compute the sum 1 + 2 + 3 + … + 1,000 with this noisy adder. The result should be 500,500. We simulated this computation with a noisy adder and ran the computation 20 times. Here are the results.
None of them are correct! This is because the noise rate (1%) is too high to add 1,000 numbers reliably. Indeed, there are on average 10 errors during this computation.
The computation of shorter sums is less noisy. For example, the same simulation for the sum of the first 100 integers, gives the following results:
The correct result (5,050) appears six times. Therefore, we can identify the correct answer by a majority vote.
To make a sum of many numbers less noisy, we split the sum into sub-sums. Each sub-sum is computed twice and, if the two results disagree, we restart the computations of this sub-sum. The result is obtained by adding all the sub-sums.
This time, only three of the 20 simulations give an incorrect sum, whereas the 20 previous results were all incorrect without the sub-sum verification. This approach significantly reduces the noise rate of the computation.
To recap, the key features of this strategy are:
Break the overall problem down into smaller pieces, each of which is less likely to be faulty.
Keep the number of integers inside each sub-sum small enough to avoid a spike in the number of restarts.
Keep the number of sub-sums small enough to make the result reliable.
The CliNR method described in our paper can be seen as a quantum variant of this strategy. Below, we show a quantum circuit implemented using CliNR. The resemblance with the classical adder example is evident in the design.
The CliNR circuit repeats with the same verification logic on sub-components of the circuit to reduce error probability, analogous to the classical adder example above.
When moving to the quantum setting, the main challenge is that one cannot readout the state of a set of qubits without potentially disturbing that state. Therefore, one must use a different strategy to verify intermediate results - by exploiting the structure of Clifford circuits, together with the gate teleportation scheme. We invite readers to have a look at our technical paper for more details 6 .
Industry Progress and The Path Forward
It is an exciting time for the quantum computing community. Several building blocks of a fault-tolerant quantum computing architecture have been demonstrated experimentally, such as the Bacon-Shor code 7 , the five-qubit code 8 9 , the Steane code 10 , the surface code 11 12 13 , logical IQP circuits 14 , fault-tolerant teleportation 15 , and a logical quantum Fourier transform 16 . These experiments provide critical insights into the long-term goal of building a large-scale fault-tolerant quantum computer.
Despite the material progress being made on QEC, quantum computing hardware must still improve significantly both in scale and quality before useful quantum error correction can be realized. While we work hard to solve the hardware challenge, we’ve also created a novel way – the CliNR method – to derive maximum quantum value in the near-term. CliNR is a practical and scalable alternative to conventional quantum error correction in the near-term, providing significant error reduction with minimal resource overhead, making it a promising technique for practical quantum computing. Further, we expect this to be a robust and enduring approach that will pay dividends in the long-term, as it will maintain relevance even in the era of fault-tolerant error correction.
1 Delfosse, N., and Edwin T.. Low-cost noise reduction for Clifford circuits. arXiv preprint arXiv:2407.06583 (2024).?
2 M. A. Tremblay, N. Delfosse, and M. E. Beverland, Constant-overhead quantum error correction with thin planar connectivity, Physical Review Letters 129, 050504 (2022).?
3 O. Higgott and N. P. Breuckmann, Constructions and performance of hyperbolic and semi-hyperbolic Floquet codes, arXiv preprint arXiv:2308.03750 (2023).?
4 S. Bravyi, A. W. Cross, J. M. Gambetta, D. Maslov, P. Rall, and T. J. Yoder, High-threshold and low-overhead fault-tolerant quantum memory, Nature 627, 778 (2024).?
5 T. R. Scruby, T. Hillmann, and J. Roffe, High-threshold, low-overhead and single-shot decodable fault-tolerant quantum memory, arXiv preprint arXiv:2406.14445 (2024).?
6 Delfosse, N., and Edwin T.. Low-cost noise reduction for Clifford circuits. arXiv preprint arXiv:2407.06583 (2024).?
7 L. Egan, D. M. Debroy, C. Noel, A. Risinger, D. Zhu, D. Biswas, M. Newman, M. Li, K. R. Brown, M. Cetina, et al., Fault-tolerant control of an error-corrected qubit, Nature 598, 281 (2021).?
8 C. Ryan-Anderson, J. G. Bohnet, K. Lee, D. Gresh, A. Hankin, J. Gaebler, D. Francois, A. Chernoguzov, D. Lucchetti, N. C. Brown, et al., Realization of real-time fault-tolerant quantum error correction, Physical Review X 11, 041058 (2021).?
9 L. Postler, F. Butt, I. Pogorelov, C. D. Marciniak, S. Heußen, R. Blatt, P. Schindler, M. Rispler, M. M¨uller, and T. Monz, Demonstration of fault-tolerant Steane quantum error correction, arXiv preprint arXiv:2312.09745 (2023).?
10 M. H. Abobeih, Y. Wang, J. Randall, S. Loenen, C. E. Bradley, M. Markham, D. J. Twitchen, B. M. Terhal, and T. H. Taminiau, Fault-tolerant operation of a logical qubit in a diamond quantum processor, Nature 606, 884 (2022).?
11 S. Krinner, N. Lacroix, A. Remm, A. Di Paolo, E. Genois, C. Leroux, C. Hellings, S. Lazar, F. Swiadek, J. Herrmann, et al., Realizing repeated quantum error correction in a distance-three surface code, Nature 605, 669 (2022).?
12 Y. Zhao, Y. Ye, H.-L. Huang, Y. Zhang, D. Wu, H. Guan, Q. Zhu, Z. Wei, T. He, S. Cao, et al., Realization of an error-correcting surface code with superconducting qubits, Physical Review Letters 129, 030501 (2022).?
13 Suppressing quantum errors by scaling a surface code logical qubit, Nature 614, 676 (2023).?
14 D. Bluvstein, S. J. Evered, A. A. Geim, S. H. Li, H. Zhou, T. Manovitz, S. Ebadi, M. Cain, M. Kalinowski, D. Hangleiter, et al., Logical quantum processor based on reconfigurable atom arrays, Nature 626, 58 (2024).?
15 C. Ryan-Anderson, N. Brown, C. Baldwin, J. Dreiling, C. Foltz, J. Gaebler, T. Gatterman, N. Hewitt, C. Holliman, C. Horst, et al., High-fidelity and fault-tolerant teleportation of a logical qubit using transversal gates and lattice surgery on a trapped-ion quantum computer, arXiv preprint arXiv:2404.16728 (2024).?
16 K. Mayer, C. Ryan-Anderson, N. Brown, E. DursoSabina, C. H. Baldwin, D. Hayes, J. M. Dreiling, C. Foltz, J. P. Gaebler, T. M. Gatterman, et al., Benchmarking logical three-qubit quantum fourier transform encoded in the Steane code on a trapped-ion quantum computer, arXiv preprint arXiv:2404.08616 (2024).?
IonQ Announces Continued Collaboration with Amazon Web Services to Extend Quantum Accessibility for All
August 28, 2024
by IonQ Staff
Most advanced quantum computing platform through Amazon Braket offers access via the cloud to explore new quantum applications
We’re excited about our recent news that IonQ and Amazon Web Services (AWS) are renewing our contract to offer cutting-edge quantum technologies on the cloud. Our extended collaboration aims to provide users with access to IonQ’s newest systems, features, and on-demand support through Amazon Braket, AWS’s quantum computing cloud service.
Our continued collaboration with AWS further paves the way for customers to explore new quantum applications at scale. By working with the most broadly adopted cloud service provider, we make it easy for users to access IonQ’s leading quantum computers whenever they want. Customers across life sciences, financial services, manufacturing, and more will continue to experience the efficiency, utility, and performance of our quantum computing technologies.
A Quantum Leap for Amazon Braket Users
To overcome the computational limits of classical computers, we are building best-in-class quantum computing technologies that can perform computations to help customers solve their most complex problems. Fundamental to realizing the promise of quantum is democratizing access so that every industry can benefit from the technology. Our aim with this extension is to make quantum more accessible and pave the way for new quantum approaches and applications. IonQ systems are available on-demand as well as via dedicated reservations through Braket Direct, all with pay-as-you-go pricing and no upfront costs to lower barriers to entry for customers to explore, design, and run complex algorithms.
IonQ’s Forte system is our highest-performing commercial system to date available on Amazon Braket, delivering 36 algorithmic qubits (#AQ). Additionally, IonQ Aria has been available on Amazon Braket since 2023. Dedicated access to Aria and Forte systems is also available via Amazon Braket Direct.
What’s Next?
IonQ recently announced accelerated 2025 technical milestones to further cement our leadership in the quantum computing space. We are uniquely positioned as the only quantum computing provider focusing on three critical pillars: performance, scale, and enterprise-grade solutions. Whether organizations already have dedicated quantum efforts underway or are just getting started, we’re working alongside customers and developers to help optimize their algorithms for our systems and expand existing applications to new problem spaces - such as computer vision and image recognition, natural language processing, pharmaceuticals, and many more.
For those eager to dive into quantum computing and explore the potential of IonQ's systems on Amazon Braket, more information is available on the AWS website here.
Memristor Homework:
Recent research on energy efficiency and power consumption using memristors has highlighted several promising advancements:
1. **Low-Power Operation**: Memristors are known for their ability to operate with very low power compared to traditional semiconductor devices. Their resistive switching mechanism allows for energy-efficient data storage and processing, making them suitable for low-power applications in embedded systems and Internet of Things (IoT) devices.
2. **Reduced Leakage Currents**: Memristors can be designed to minimize leakage currents, which are a significant source of power loss in conventional memory devices. This characteristic contributes to overall energy savings, especially in non-volatile memory applications.
3. **Enhanced Power Efficiency in Neuromorphic Computing**: In neuromorphic computing, memristors mimic synaptic behavior and are used for processing and storing information. Their low power consumption is advantageous for building energy-efficient neural networks and brain-inspired computing systems, which require high density and low power operation.
4. **Scaling and Integration**: Advances in materials and fabrication techniques are improving the scalability of memristors, which helps in integrating them into large-scale memory arrays and computational systems while maintaining low power consumption.
5. **Dynamic Power Management**: Researchers are exploring techniques to dynamically manage power consumption in memristor-based circuits. This includes adaptive power strategies that adjust power use based on workload and operational states.
Overall, memristors are considered a promising technology for improving energy efficiency in electronic devices and systems, offering potential reductions in power consumption compared to traditional technologies.
As of September 2024, here are some recent developments in quantum computing:
1. **Breakthroughs in Quantum Supremacy:** Researchers are reporting advances in achieving quantum supremacy with more efficient quantum algorithms and improved quantum hardware. New techniques are enhancing the stability and coherence of qubits.
2. **Expansion of Quantum Networks:** There have been notable strides in developing quantum communication networks. Companies and institutions are working on creating more robust quantum networks for secure communication, leveraging quantum entanglement over longer distances.
3. **Commercialization Efforts:** Several tech companies are pushing forward with the commercialization of quantum computing technologies. IBM, Google, and Microsoft are making progress with their quantum processors and cloud-based quantum computing services.
4. **Algorithmic Innovations:** New quantum algorithms are being developed to solve practical problems more efficiently. Researchers are focusing on algorithms for optimization, machine learning, and drug discovery, aiming to demonstrate real-world applications of quantum computing.
5. **International Collaborations:** There is growing international collaboration in the field, with joint projects and research initiatives between countries and private organizations to advance quantum technologies.
These developments highlight the rapid progress and growing interest in quantum computing, signaling significant changes in the technology landscape.
It wasn't Mike Pence was it?
I remember The Fly! That was the scariest movie back in the 50’s . I’ve watched it several times. He couldn’t let his wife see him so she slid his food under his door. lol. It was great!
Many years ago I saw a sci-fi movie on "Teleportation" being a curious mind. I forgot the title of the movie.
I remember the scene as the person was put in the chamber to transfer him to the destined location.
Voila, the man with a full blown head of a fly on a human body in the receiving end.
Apparently a fly was on his head as he was being teleported... and the terrible "mix-up" of the two creatures atoms at the end destination, lol.
It costs to attend depending on your status. Hopefully, they will post some of the presenters' briefings on YouTube as they did last year.
https://events.registr8.com/profile/form/index.cfm?PKformID=0x112367abcd
The Quantum World Congress 2023 had 71 briefings posted on YouTube:
Thanks for that meeting schedule. Not sure that I can attend.
My youngest son (BAH; leads Regulations.gov) lives in the house I used to own in McLean, Va. We had lunch with our respective wives near that COF facility recently; I agree that all Tysons area has greatly changed since the 1960s farmlands once there were developed.
I use to work for MITRE in that area where Capital One Hall is now located. It looks like all the buildings were torn down and the area redone. I haven't been to Tysons Corner since late 1992.
Here is the schedule and a list of speakers:
https://www.quantumworldcongress.com/news-and-updates/release-quantum-world-congress-2024
I believe teleportation is not too far off. A lot will be solved by Quantum computers in the next couple of years. With Ionq daisy chaining them it won’t be long before we reach 1,000 Qbits.
Q bits already can through entanglement. Quantum is here. Beam me up JJ. Lol
One has to wonder if it will ever become possible for one to be in more than one place at the same time?
That would be wonderful.
I do it using my mind and imagination... easily. It's free and costs noting, lol.
Rubin and Ionq. What would the power of that combination bring? Never say never.
Ionq and the entire magnificent 7 will benefit with new data processing centers like this. Just think of all the power next year with Blackwell and Ionq!
Elon Musk:
This weekend, the @xAI team brought our Colossus 100k H100 training cluster online. From start to finish, it was done in 122 days.
Colossus is the most powerful AI training system in the world. Moreover, it will double in size to 200k (50k H200s) in a few months.
Excellent work by the team, Nvidia and our many partners/suppliers.
Me . Everything will continue to move faster and faster now. Years of research will come down to days or even minutes soon.
Now that I’ve read the patent again it sounds like you may want to talk to Luiz Valdetaro CTO of Vcsy. I’m a shareholder since 2008. Luiz invented and received a patent for a mini server on your phone. Hence …Ploinks.com. I live in Kona Hence KONAPLOINKS VCSY Was halted from trading by a deal we made with the sec through our new ceo and BoD. We voted out our old ceo etc. He was found guilty of fraud, theft and embezzlement in Dallas district court and Dallas court of appeals,but just had it overturned by The Texas Court of appeals on an address technicality.. Anyway. I think you may want to contact Luiz. Go to Vcsy.com Maybe we could combine the 2 inventions to make something new and then patent it together. Aloha
Soon all password protection will be vulnerable to quantum computers breaking in. I’ve read where that day will come when 1,000 qbits are reached. I think all patents will be vulnerable too. It’s going to be a very different world.
I wasn’t thinking that. But any patent can eventually be worked around,especially today with quantum computers working on a way around. Don’t you think?
I guess you are thinking that the SK-H patent is narrow, and does not block IONQ’s development or future marketing/sales activities?
Not sure if they licensed it or designed around it, it’s just that it fits with what they and others are working on and how new types of memristors will move quantum forward at a very fast pace in the near term. Look how many memresistor patents have been granted in the last few years. Many advancements are happening faster and faster as the current quantum computers solve very complex problems in days, not years. Exciting times!
Is IONQ licensed, or has IONQ already designed around that patent that is assigned to another company? Or is the H….co. a subsidiary of IONQ? I am trying to understand why you copy that patent here.