From 95a8a1a6c319ba48429ac187ca7a978bbb127a0b Mon Sep 17 00:00:00 2001 From: Anthony Hake Date: Wed, 31 Oct 2018 22:01:33 -0400 Subject: [PATCH] Added a bit under "What can quantum computers do?" (#20663) Threw in something about what quantum computing could do for database development since they would also benefit greatly from the advancements in performance. --- guide/english/computer-science/quantum-computing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/computer-science/quantum-computing/index.md b/guide/english/computer-science/quantum-computing/index.md index 63b7af126d..6e9931ecae 100644 --- a/guide/english/computer-science/quantum-computing/index.md +++ b/guide/english/computer-science/quantum-computing/index.md @@ -24,7 +24,7 @@ Classical computers encode information in bits. Each bit can take the value of 1 ### What can quantum computers do? -Quantum systems may untangle the complexity of molecular and chemical interactions leading to the discovery of new medicines and materials. They may enable ultra-efficient logistics and supply chains, such as optimizing fleet operations for deliveries during the holiday season. They may help us find new ways to model financial data and isolate key global risk factors to make better investments. And they may make facets of artificial intelligence such as machine learning much more powerful. +Quantum systems may untangle the complexity of molecular and chemical interactions leading to the discovery of new medicines and materials. They may enable ultra-efficient logistics and supply chains, such as optimizing fleet operations for deliveries during the holiday season. They may help us find new ways to model financial data and isolate key global risk factors to make better investments. From a database development perspective, this level of processing can handle queries and pull data at levels beyond binary computing's capabilities. And they may make facets of artificial intelligence such as machine learning much more powerful. ### Further Resources