{"id":12846,"date":"2023-06-08T08:00:00","date_gmt":"2023-06-08T15:00:00","guid":{"rendered":""},"modified":"2024-10-08T16:39:43","modified_gmt":"2024-10-08T23:39:43","slug":"microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/","title":{"rendered":"Microsoft Quantum researchers make algorithmic advances to tackle intractable problems in physics and materials science"},"content":{"rendered":"\n<p>In a paper recently published in PRX Quantum, <a href=\"https:\/\/azure.microsoft.com\/en-us\/solutions\/quantum-computing\/#overview\">Microsoft Azure Quantum<\/a> researchers Guang Hao Low and Yuan Su, with collaborators Yu Tong and Minh Tran, have developed faster algorithms for quantum simulation. One of the most promising applications of quantum computers is to simulate systems governed by the laws of quantum mechanics. Efficient quantum simulations have the potential to revolutionize many fields, including materials science and chemistry, where problems with high industrial relevance can be intractable using today\u2019s supercomputers. Realizing this promise will require not only experimental progress, but also algorithmic advances that reduce the required quantum hardware resources. Doing so helps prepare our future scaled quantum computers to tackle challenging computational problems in the real world. <\/p>\n\n\n\n<p>In their paper, <a href=\"https:\/\/journals.aps.org\/prxquantum\/abstract\/10.1103\/PRXQuantum.4.020323#:~:text=Quantum%20dynamics%20can%20be%20simulated%20on%20a%20quantum,comparing%20unfavorably%20to%20algorithms%20using%20more%20advanced%20techniques.\" target=\"_blank\" rel=\"noreferrer noopener\">Complexity of Implementing Trotter Steps<\/a>, the authors improve upon pre-existing algorithms that rely on the so-called product formula methods, which date back to the 1990s when the first quantum simulation algorithm was proposed. The underlying idea is quite straightforward: we can simulate a general Hamiltonian system by simulating its component terms one at a time. In most situations, this only leads to an approximate quantum simulation, but the overall accuracy can be made arbitrarily high by repeating such Trotter steps sufficiently frequently.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"overcoming-the-complexity-barrier\">Overcoming the complexity barrier<\/h2>\n\n\n\n<p>So, what are the resources needed to run this algorithm on a quantum computer? The algorithm repeats an elementary Trotter step multiple times, hence the total complexity is given by the number of repetitions multiplied by the cost per step, the latter of which is further determined by the number of terms in the Hamiltonian. Unfortunately, this is not very attractive for long-range quantum systems as the number of terms involved can be too big to be practical. Consider, for instance, a system with all-to-all interactions. If the size of the system is N, then the number of terms is N<sup>2<\/sup>, which also quantifies the asymptotic cost of Trotter steps. As a result, we are basically paying a quadratically higher cost to solve a simulation problem of just linear size. This issue becomes even worse for more general systems with many-body interactions. The question to ask then is\u2014is there a better implementation whose cost does not scale with the total number of Hamiltonian terms, overcoming this complexity barrier?<\/p>\n\n\n\n<p>The answer to this question, as the paper shows, is twofold. If terms in the Hamiltonian are combined with arbitrary coefficients, then this high degree of freedom must be captured by any accurate quantum simulation, implying a cost proportional to the total term number. However, when the target Hamiltonian is structured with a lower degree of freedom, the paper provides a host of recursive techniques to lower the complexity of quantum simulation. In particular, this leads to an efficient quantum algorithm to simulate the electronic structure Hamiltonian, which models various important systems in materials science and quantum chemistry.<\/p>\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/block-encoding-hierarchy-twitter-1024x576.webp\" alt=\"\" class=\"wp-image-12860 webp-format\" srcset=\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/block-encoding-hierarchy-twitter-1024x576.webp 1024w, https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/block-encoding-hierarchy-twitter-300x169.webp 300w, https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/block-encoding-hierarchy-twitter-768x432.webp 768w, https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/block-encoding-hierarchy-twitter-1536x864.webp 1536w, https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/block-encoding-hierarchy-twitter-235x132.webp 235w, https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/block-encoding-hierarchy-twitter-960x540.webp 960w, https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/block-encoding-hierarchy-twitter-800x450.webp 800w, https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/block-encoding-hierarchy-twitter-400x225.webp 400w, https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/block-encoding-hierarchy-twitter.webp 1920w\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/block-encoding-hierarchy-twitter-1024x576.webp\"><\/figure>\n\n\n\n<p>Recursive techniques have played an essential role in speeding up classical algorithms, such as those for sorting, searching, large integer and matrix multiplication, modular exponentiation, and Fourier transformations. Specifically, given a problem of size N, we do not aim to solve it directly; instead, we divide the target problem into M subproblems, each of which can be seen as an instance of the original one with size N\/M and can be solved recursively using the same approach. This implies that the overall complexity C(N) satisfies the relation: C(N) = M C(N\/M) + f(N), with f(N) denoting the additional cost to combine solutions of the subproblems. Mathematical analysis yields that, under certain realistic assumptions, the overall complexity C(N) has the same scaling as the combination cost f(N) up to a logarithmic factor\u2014a powerful result sometimes known as \u201cthe master theorem.\u201d However, combining solutions can be much easier to handle than solving the full problem, so recursions essentially allow us to simplify the target problem almost for free! <\/p>\n\n\n\n<p>Given the ubiquitous nature of recursions in classical computing, it is somewhat surprising that there were not many recursive quantum algorithms available. The paper from Low, Su, and collaborators develops recursive Trotter steps with a much lower implementation cost, suggesting the use of recursion as a promising new way to reduce the complexity of simulating many-body Hamiltonians.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"quantum-solutions\">Quantum solutions<\/h2>\n\n\n\n<p>The paper\u2019s result applies to a variety of long-range interacted Hamiltonians, including the Coulomb interaction between charged particles and the dipole-dipole interaction between molecules, both of which are ubiquitous in materials science and quantum chemistry\u2014a primary target application of quantum computers. In physics, impressive controls in recent experiments with trapped ions, Rydberg atoms, and ultracold atoms and polar molecules have enabled the possibility to study new phases of matter, which contributes to a growing interest in simulating such systems.<\/p>\n\n\n\n<p>This research is part of the larger quantum computing effort at Microsoft. Microsoft has long been at the forefront of the quantum industry, serving as a pioneering force in the development of quantum algorithms tailored for simulating materials science and chemistry. This includes earlier efforts using quantum computers to elucidate reaction mechanisms in complex chemical systems targeting the open problem of biological nitrogen fixation in nitrogenase, as well as more recent quantum solutions to a carbon dioxide fixation catalyst with more than one order of magnitude savings in the computational cost.<\/p>\n\n\n\n<p>The new results from the current work represent Microsoft\u2019s continuing progress to develop solutions for classically intractable problems on a future quantum machine with <a href=\"https:\/\/azure.microsoft.com\/en-us\/solutions\/quantum-computing\/#overview\">Azure Quantum<\/a>.<\/p>\n\n\n<div class=\"wp-block-msxcm-cta-block\" data-moray data-bi-an=\"CTA Block\">\n\t<div class=\"card d-block mx-ng mx-md-0\">\n\t\t<div class=\"row no-gutters material-color-brand-light bg-fabric-white\">\n\n\t\t\t\t\t\t\t<div class=\"col-md-4\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/CTA-image--1024x683.jpg\" class=\"card-img img-object-cover\" alt=\"\" srcset=\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/CTA-image--1024x683.jpg 1024w, https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/CTA-image--300x200.jpg 300w, https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/CTA-image--768x512.jpg 768w, https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/CTA-image--1536x1025.jpg 1536w, https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/CTA-image--800x534.jpg 800w, https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/CTA-image--400x267.jpg 400w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"d-flex col-md\">\n\t\t\t\t<div class=\"card-body align-self-center p-4 p-md-5\">\n\t\t\t\t\t\n\t\t\t\t\t<h2>Azure Quantum<\/h2>\n\n\t\t\t\t\t<div class=\"mb-3\">\n\t\t\t\t\t\t<p>Accelerating scientific discovery. <\/p>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"link-group\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/azure.microsoft.com\/en-us\/solutions\/quantum-computing\/#overview\" class=\"btn btn-link text-decoration-none p-0\" target=\"_blank\">\n\t\t\t\t\t\t\t\t<span>Learn more<\/span>\n\t\t\t\t\t\t\t\t<span class=\"glyph-append glyph-append-chevron-right glyph-append-xsmall\"><\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"learn-more\">Learn more<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Want to learn more about Azure Quantum? We invite you to check-out our <a href=\"https:\/\/msazurequantum.eventbuilder.com\/InnovatorSeries?source=AzureT\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Quantum Innovator Series<\/a>.<\/li>\n\n\n\n<li>If you are interested in connecting, with our <a href=\"https:\/\/azure.microsoft.com\/en-us\/solutions\/quantum-computing\/#overview\">Azure Quantum<\/a> team, please reach out at: <a href=\"mailto:QuantumInnovation@microsoft.com\">QuantumInnovation@microsoft.com<\/a>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>In a paper recently published in PRX Quantum, Microsoft Azure Quantum researchers have developed faster algorithms for quantum simulation.<\/p>\n","protected":false},"author":6194,"featured_media":12861,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"msxcm_post_with_no_image":false,"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[],"product":[1336],"content-type":[1320],"coauthors":[1221,1222],"class_list":["post-12846","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","product-azure-quantum","content-type-news","review-flag-1593580426-388","review-flag-1593580417-280","review-flag-2-1593580435-285","review-flag-free-1593619511-707","review-flag-micro-1680215159-855","review-flag-new-1593580245-904"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Microsoft Quantum researchers make algorithmic advances to tackle intractable problems in physics and materials science - Microsoft Azure Quantum Blog<\/title>\n<meta name=\"description\" content=\"In a paper recently published in PRX Quantum, Microsoft Azure Quantum researchers have developed faster algorithms for quantum simulation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Microsoft Quantum researchers make algorithmic advances to tackle intractable problems in physics and materials science - Microsoft Azure Quantum Blog\" \/>\n<meta property=\"og:description\" content=\"In a paper recently published in PRX Quantum, Microsoft Azure Quantum researchers have developed faster algorithms for quantum simulation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Quantum Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/MicrosoftQuantum\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-08T15:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-08T23:39:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/3D_coordinate_system_hero.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"450\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Yuan Su, Wim van Dam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@MSFTQuantum\" \/>\n<meta name=\"twitter:site\" content=\"@MSFTQuantum\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Yuan Su, Wim van Dam\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/author\/yuan-su\/\",\"@type\":\"Person\",\"@name\":\"Yuan Su\"},{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/author\/wim-van-dam\/\",\"@type\":\"Person\",\"@name\":\"Wim van Dam\"}],\"headline\":\"Microsoft Quantum researchers make algorithmic advances to tackle intractable problems in physics and materials science\",\"datePublished\":\"2023-06-08T15:00:00+00:00\",\"dateModified\":\"2024-10-08T23:39:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/\"},\"wordCount\":958,\"publisher\":{\"@id\":\"https:\/\/cloudblogs.microsoft.com\/quantum\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/3D_coordinate_system_hero.webp\",\"articleSection\":[\"Quantum Computing\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/\",\"name\":\"Microsoft Quantum researchers make algorithmic advances to tackle intractable problems in physics and materials science - Microsoft Azure Quantum Blog\",\"isPartOf\":{\"@id\":\"https:\/\/cloudblogs.microsoft.com\/quantum\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/3D_coordinate_system_hero.webp\",\"datePublished\":\"2023-06-08T15:00:00+00:00\",\"dateModified\":\"2024-10-08T23:39:43+00:00\",\"description\":\"In a paper recently published in PRX Quantum, Microsoft Azure Quantum researchers have developed faster algorithms for quantum simulation.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/3D_coordinate_system_hero.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/3D_coordinate_system_hero.webp\",\"width\":800,\"height\":450,\"caption\":\"Coordinate system\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudblogs.microsoft.com\/quantum\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Microsoft Quantum researchers make algorithmic advances to tackle intractable problems in physics and materials science\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudblogs.microsoft.com\/quantum\/#website\",\"url\":\"https:\/\/cloudblogs.microsoft.com\/quantum\/\",\"name\":\"Microsoft Azure Quantum Blog\",\"description\":\"Worldwide consortium for the advancement of topological quantum computation\",\"publisher\":{\"@id\":\"https:\/\/cloudblogs.microsoft.com\/quantum\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudblogs.microsoft.com\/quantum\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cloudblogs.microsoft.com\/quantum\/#organization\",\"name\":\"Microsoft Azure Quantum Blog\",\"url\":\"https:\/\/cloudblogs.microsoft.com\/quantum\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudblogs.microsoft.com\/quantum\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft Azure Quantum Blog\"},\"image\":{\"@id\":\"https:\/\/cloudblogs.microsoft.com\/quantum\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/MicrosoftQuantum\/\",\"https:\/\/x.com\/MSFTQuantum\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Microsoft Quantum researchers make algorithmic advances to tackle intractable problems in physics and materials science - Microsoft Azure Quantum Blog","description":"In a paper recently published in PRX Quantum, Microsoft Azure Quantum researchers have developed faster algorithms for quantum simulation.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/","og_locale":"en_US","og_type":"article","og_title":"Microsoft Quantum researchers make algorithmic advances to tackle intractable problems in physics and materials science - Microsoft Azure Quantum Blog","og_description":"In a paper recently published in PRX Quantum, Microsoft Azure Quantum researchers have developed faster algorithms for quantum simulation.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/","og_site_name":"Microsoft Azure Quantum Blog","article_publisher":"https:\/\/www.facebook.com\/MicrosoftQuantum\/","article_published_time":"2023-06-08T15:00:00+00:00","article_modified_time":"2024-10-08T23:39:43+00:00","og_image":[{"width":800,"height":450,"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/3D_coordinate_system_hero.png","type":"image\/png"}],"author":"Yuan Su, Wim van Dam","twitter_card":"summary_large_image","twitter_creator":"@MSFTQuantum","twitter_site":"@MSFTQuantum","twitter_misc":{"Written by":"Yuan Su, Wim van Dam","Est. reading time":"4 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/author\/yuan-su\/","@type":"Person","@name":"Yuan Su"},{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/author\/wim-van-dam\/","@type":"Person","@name":"Wim van Dam"}],"headline":"Microsoft Quantum researchers make algorithmic advances to tackle intractable problems in physics and materials science","datePublished":"2023-06-08T15:00:00+00:00","dateModified":"2024-10-08T23:39:43+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/"},"wordCount":958,"publisher":{"@id":"https:\/\/cloudblogs.microsoft.com\/quantum\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/3D_coordinate_system_hero.webp","articleSection":["Quantum Computing"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/","name":"Microsoft Quantum researchers make algorithmic advances to tackle intractable problems in physics and materials science - Microsoft Azure Quantum Blog","isPartOf":{"@id":"https:\/\/cloudblogs.microsoft.com\/quantum\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/3D_coordinate_system_hero.webp","datePublished":"2023-06-08T15:00:00+00:00","dateModified":"2024-10-08T23:39:43+00:00","description":"In a paper recently published in PRX Quantum, Microsoft Azure Quantum researchers have developed faster algorithms for quantum simulation.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/3D_coordinate_system_hero.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2023\/06\/3D_coordinate_system_hero.webp","width":800,"height":450,"caption":"Coordinate system"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2023\/06\/08\/microsoft-quantum-researchers-make-algorithmic-advances-to-tackle-intractable-problems-in-physics-and-materials-science\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudblogs.microsoft.com\/quantum\/"},{"@type":"ListItem","position":2,"name":"Microsoft Quantum researchers make algorithmic advances to tackle intractable problems in physics and materials science"}]},{"@type":"WebSite","@id":"https:\/\/cloudblogs.microsoft.com\/quantum\/#website","url":"https:\/\/cloudblogs.microsoft.com\/quantum\/","name":"Microsoft Azure Quantum Blog","description":"Worldwide consortium for the advancement of topological quantum computation","publisher":{"@id":"https:\/\/cloudblogs.microsoft.com\/quantum\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudblogs.microsoft.com\/quantum\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudblogs.microsoft.com\/quantum\/#organization","name":"Microsoft Azure Quantum Blog","url":"https:\/\/cloudblogs.microsoft.com\/quantum\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudblogs.microsoft.com\/quantum\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft Azure Quantum Blog"},"image":{"@id":"https:\/\/cloudblogs.microsoft.com\/quantum\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/MicrosoftQuantum\/","https:\/\/x.com\/MSFTQuantum"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Quantum Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/posts\/12846","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/users\/6194"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/comments?post=12846"}],"version-history":[{"count":0,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/posts\/12846\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/media\/12861"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/media?parent=12846"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/post_tag?post=12846"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/product?post=12846"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/content-type?post=12846"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/coauthors?post=12846"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}