Learning Library

← Back to Library

Quantum Computing Transforming Computational Chemistry

Key Points

  • Classical computational chemistry relies on software packages (e.g., Gaussian, PSI4) that use basis sets and solve the Schrödinger equation with approximations like Born‑Oppenheimer and Hartree‑Fock to obtain properties such as ground‑state energies.
  • These classical methods work well for small molecules but their accuracy and computational cost degrade rapidly as molecular complexity grows, leading to exponential scaling beyond Hartree‑Fock.
  • To manage the heavy workload, traditional packages often exploit GPUs and high‑performance computing resources, yet they remain limited by the inherent inefficiency of classical algorithms for large quantum systems.
  • Quantum computing promises to overcome these limitations by directly tackling the quantum nature of chemical problems, potentially delivering more accurate energy calculations without the exponential scaling bottleneck.
  • The speaker, a software developer passionate about chemistry, highlights the growing interest in leveraging quantum‑computing advantages to improve computational chemistry workflows.

Full Transcript

# Quantum Computing Transforming Computational Chemistry **Source:** [https://www.youtube.com/watch?v=8VnZo8wVMm8](https://www.youtube.com/watch?v=8VnZo8wVMm8) **Duration:** 00:07:56 ## Summary - Classical computational chemistry relies on software packages (e.g., Gaussian, PSI4) that use basis sets and solve the Schrödinger equation with approximations like Born‑Oppenheimer and Hartree‑Fock to obtain properties such as ground‑state energies. - These classical methods work well for small molecules but their accuracy and computational cost degrade rapidly as molecular complexity grows, leading to exponential scaling beyond Hartree‑Fock. - To manage the heavy workload, traditional packages often exploit GPUs and high‑performance computing resources, yet they remain limited by the inherent inefficiency of classical algorithms for large quantum systems. - Quantum computing promises to overcome these limitations by directly tackling the quantum nature of chemical problems, potentially delivering more accurate energy calculations without the exponential scaling bottleneck. - The speaker, a software developer passionate about chemistry, highlights the growing interest in leveraging quantum‑computing advantages to improve computational chemistry workflows. ## Sections - [00:00:00](https://www.youtube.com/watch?v=8VnZo8wVMm8&t=0s) **Quantum Computing for Chemical Simulations** - The speaker introduces quantum computing’s potential to enhance computational chemistry, contrasting it with classical tools like Gaussian and PSI‑4, and explains how molecular data and basis sets are used to compute properties such as ground‑state energies, illustrated with water. ## Full Transcript
0:00today we're going to talk about Quantum 0:02Computing applications in chemistry 0:05for many years computational chemists 0:07have been using classical computational 0:09methods to attempt to solve chemistry 0:12problems my background is in software 0:14development but I'm particularly 0:15passionate about the applications of 0:18software within chemistry and the 0:20particular advantages that Quantum 0:21Computing has the potential to bring 0:24many computational chemists will use a 0:27popular software packages such as 0:31gaussian 0:34pie SCF 0:38and PSI 4. 0:40these plus many others all of these 0:44different packages provide a suite of 0:46tools to enable computational chemists 0:48to do research into various different 0:51types of chemistry problems and they all 0:54use particular sets of of data to be 0:58able to do this work and some of the 1:02important data points can include 1:05information about a molecules ground 1:09state energy 1:11excited state energy 1:13as well as potential energy surfaces 1:18um and and many more 1:19but how do we actually 1:21calculate this information for a given 1:25molecule 1:26let's take 1:27um H2O for example 1:34so in order to calculate the ground 1:37state energy of water from a classical 1:40perspective first we're going to need 1:41some information about the molecule 1:44itself we want to know the atoms that 1:47are involved as well as maybe some 1:49different coordinates in space 1:53um and as well as this we're also going 1:55to take a set of functions 2:01known as a basis set 2:06which you can think of as essentially a 2:10mathematical representation of the 2:12different orbitals within the H2O 2:14molecule 2:16so in order to and then we take this 2:19information and what we're going to do 2:21is we're going to plug it into a 2:23Schrodinger equation 2:31uh Schrodinger equation is a very 2:34important equation within chemistry and 2:39Quantum uh quantum mechanics generally 2:42and it defines uh the quantum system 2:46itself and this value e here represents 2:50the energy of our Quantum system in this 2:52case our Quantum system is the H2O 2:54molecule so if we minimize this value of 2:57E 2:59we can get the ground state energy 3:03so how do we actually go about finding 3:06this minimum value of e well there are a 3:09few different things we can do but 3:10firstly what we're wanting to do is make 3:12some assumptions to simplify the problem 3:14of it we can use the born Oppenheimer 3:17approximation as well as the Heart Tree 3:22approximation 3:29and these assumptions essentially make 3:31it easier to compute solutions to this 3:34equation and once we've done that our 3:36output will be a approximation of that 3:40ground state energy 3:42um so so far everything we've done up 3:44till this point 3:45um we can do classically with classical 3:46computers 3:48um however there are a few problems with 3:50this the first one being that 3:53um the accuracy of this value will 3:56decrease as the complexity of our 3:58Quantum system increases 4:01um as well as this if we want to do any 4:03further processing Beyond Heart Tree fog 4:06this becomes exponentially 4:10um more uh difficult and computationally 4:13very expensive very quickly and this is 4:16why software packages like the ones I 4:19mentioned before will often leverage 4:21gpus and high performance computers in 4:24order to try to solve this equation for 4:28more complex molecules 4:32but quantum computers have the potential 4:34to simulate these more complex molecules 4:38more efficiently and to a higher degree 4:40of accuracy Than Just A Heart Tree fog 4:43uh processing and this is because 4:46quantum computers process information in 4:49a fundamentally uh different way than 4:51classical computers do 4:53um so let's go back to our Schrodinger 4:55equation for a minute we can essentially 4:57map this equation onto qubits onto 5:00Quantum bits and we can also incorporate 5:03some of these approximations as well 5:09so we can represent this in Quantum 5:12circuit form 5:16and because we've done this now we can 5:19leverage 5:20um key uh Quantum phenomena such as 5:26superposition 5:31and entanglement 5:38then if we're using kiskit runtime we 5:41can take this Quantum circuit and use it 5:44together with an estimator primitive 5:50as well as an optimizer 5:55and we can take all of that 5:57and plug it into 6:00a variational Quantum eigensolver 6:03algorithm this is a very important 6:06Quantum Computing algorithm that enables 6:09us to calculate eigen eigenvalues 6:14efficiently 6:17um 6:18so if we're and if we're using uh 6:20Primitives these are unique to IBM's 6:22kiss kit runtime they are predefined 6:25programs uh that help users to optimize 6:28their workloads and execute them 6:30efficiently on Quantum systems the 6:32estimator primitive in particular makes 6:35it easier to extract solutions from this 6:38circuit and also give us incredibly 6:41fine-grained control over the system 6:44hardware and the optimization routine so 6:46we can generate the best results 6:48possible 6:50um so once we've done all of that we 6:52will get an output which is again an 6:54approximation of the ground state energy 6:57for our H2O molecule 7:00um but this uh value that we've 7:02calculated here is often more precise 7:05than just doing Heart Tree fog uh 7:07calculations alone and it doesn't 7:10consume compute resources as fast 7:14and this is why 7:16um Quantum Computing researchers 7:18particularly in the field of chemistry 7:19are incredibly excited about the 7:22potential for quantum computers to have 7:24a real impact on the chemistry industry 7:28specifically and with open source tools 7:30like uh kids kit runtime and kiss kit 7:34nature anyone can get started 7:36experimenting with this today and we'll 7:39leave some links in the description uh 7:41for you to get going with that thank you 7:43very much I hope you enjoyed this video 7:45remember to like subscribe leave any 7:49questions that you have in the comments 7:51and remember to check out our other 7:53Quantum videos on this channel