Skip to main content

Quantum Class 20, Mon 2022-11-21

1 Final project presentations

  1. Presentations will be the last 3 classes: Dec 1, 5, 8. FCFS. Max 6 groups per day.

  2. Pick your date here: https://doodle.com/meeting/participate/id/egZG5Pjd

  3. When signing up, use enough of your name(s) that I can recognize you.

2 NVIDIA Quantum Computing, 2

  1. NVIDIA (and other companies) sees a growth area in providing QODA, a layer of services on top of the quantum computing HW. The goal is to make that easier to use and more portable.

  2. The analogy is that CUDA hides some of the GPU complexity.

  3. QODA also permits various backends: simulators and eventually real HW.

  4. Nice intro: https://docs.nvidia.com/cuda/cuquantum/overview.html

  5. https://quantumzeitgeist.com/artificial-intelligence-giant-nvidia-creates-a-new-platform-for-hybrid-quantum-classical-computing-qoda/

  6. https://developer.nvidia.com/qoda

  7. https://nvidianews.nvidia.com/news/nvidia-announces-hybrid-quantum-classical-computing-platform

  8. NVIDIA Special Address at Q2B: Defining the Quantum Accelerated Supercomputing Platform 18:39. Jul 12, 2022

    Quantum computing has the potential to offer giant leaps in computational capabilities, impacting a range of industries from drug discovery to portfolio optimization. Realizing these benefits requires pushing the boundaries of quantum information science in the development of algorithms, research into more capable quantum processors, and the creation of tightly integrated quantum-classical systems and tools. We'll review these challenges facing #quantumcomputing, showcase how #GPUcomputing can help, and reveal exciting developments in tightly integrated quantum-classical computing. https://developer.nvidia.com/qoda

  9. Watch Nvidia Reveal Quantum Computing Platform, QODA 6:53 Jul 12, 2022

    At Q2B, Nvidia announces QODA, a new hybrid quantum-classical computing platform. See it explained here.

  10. https://developer.nvidia.com/blog/introducing-qoda-the-platform-for-hybrid-quantum-classical-computing/

  11. https://blogs.nvidia.com/blog/2022/07/12/quantum-qoda-julich/

  12. https://blogs.nvidia.com/blog/2022/07/29/what-is-a-qpu/

  13. https://blogs.nvidia.com/blog/2022/09/20/cuquantum-qoda-adoption-accelerates/

  14. https://www.hpcwire.com/2022/07/12/nvidia-dives-deeper-into-quantum-announces-qoda-programming-platform/

  15. Q2B 2021 | Accelerating Quantum Algorithm Research with cuQuantum | Harun Bayraktar 29:52. December 9, 2021. Excellent solid talk.

  16. I tried to get QODA running to show the class.

    1. However it is still a work in progress.

    2. You can (try to )install QODA from https://docs.nvidia.com/cuda/cuquantum/custatevec/getting_started.html

    3. The deb fails on my machine running Ubuntu 22.10 because of a cublas version clash.

    4. The tarball installs.

    5. Compiling fails because it doesn't support the latest g++.

    6. -allow-unsupported-compiler seems to override that.

    7. Several programs are supplied but all the programs just say 'passed' when executed.

3 Classiq - Quantum algorithm design platform

  1. Here's another company working on the layers above the HW.

  2. "Classiq is revolutionizing the process of developing quantum computing software.

    "Our platform helps you build complex, optimized and hardware-aware quantum circuits and algorithms that could not be created otherwise. "

  3. https://www.classiq.io/ Watch the short video.

  4. They use the Variational Quantum Eigensolver (VQE) as an example.

4 Variational Quantum Eigensolver (VQE)

  1. This is a big current class of applications for hybrid classic - quantum computers.

  2. I think it's not quite practical yet, but it's close.

  3. Say you want to know the lowest energy state of a molecule.

    1. It's the lowest eigenvalue of a Hamiltonian.

    2. However the Hamiltonian cannot be calculated explicitly but must be simulated.

    3. This is very expensive, but less so on a quantum computer (because it uses quantum physics).

    4. It depends on some parameters.

    5. Use a classical computer to run an optimization search on the parameters, calling a quantum computer to evaluate the function (the Hamiltonian).

  4. https://qiskit.org/textbook/ch-applications/vqe-molecules.html very good.

  5. 24. Variational quantum eigensolver (VQE) 19:12, Dec 18, 2020, Jochen Rau. very good.

  6. Variational Quantum Eigensolver (VQE) | PennyLane Tutorial 17:44

  7. VQE Zero to Hero 20:50 May 9, 2022

    "The Variational Quantum Eigensolver (VQE) is one of the most promising algorithms for near term quantum hardware, but how does it work? Rensselaer Polytechnic Institute student Owen Lockwood shows you how to get from the basics of quantum mechanics and the Schrödinger equation to the second quantized electronic hamiltonian and how this forms the basis of the VQE."

    Goes into the physics and chemistry.

5 My predictions for the winners

  1. If I had to pick a HW winner, I'd pick Intel. However it's early still.

  2. For the SW, perhaps NVIDIA, or Intel, Amazon, Microsoft.

  3. Dunno about the Itty Bitty Machine company. Their best product IMO is their Power architecture as used with NVIDIA in supercomputers.