{"id":1465,"date":"2018-06-28T09:00:39","date_gmt":"2018-06-28T16:00:39","guid":{"rendered":""},"modified":"2024-10-10T11:15:09","modified_gmt":"2024-10-10T18:15:09","slug":"eight-questions-to-ask-when-getting-started-with-quantum-development","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/","title":{"rendered":"Six questions to ask when getting started with quantum development"},"content":{"rendered":"<p>The quantum era introduces a new paradigm\u2014one with endless possibilities and the power to solve some of our most challenging issues. Becoming a quantum developer means you\u2019ll enter this new era with the skills, knowledge, and understanding to bring these solutions to life.<\/p>\n<p>But if you\u2019re like many developers we speak with, you have questions: How does quantum development relate to what you already know? What can you do with it? How steep is the learning curve?<\/p>\n<p>This post tackles the questions we hear most from developers getting started with quantum development.<\/p>\n<h2>How long does it take to get up and running?<\/h2>\n<p>Less than an afternoon. This includes learning the basic concepts, installing Microsoft\u2019s Quantum Development Kit software, and achieving your first quantum teleportation using superposition and entanglement. When running developer workshops using the <a href=\"https:\/\/www.microsoft.com\/en-us\/quantum\/development-kit\" target=\"_blank\" rel=\"noopener\">Microsoft Quantum Development Kit<\/a>, we often find participants surprised to learn that quantum development is not as overwhelming as they previously assumed. Once broken down step-by-step, participants pick up the concepts quickly. Developers find the <a href=\"https:\/\/docs.microsoft.com\/en-us\/quantum\/?view=qsharp-preview\" target=\"_blank\" rel=\"noopener\">documentation<\/a> and <a href=\"https:\/\/github.com\/microsoft\/Quantum\/tree\/main\/samples\" target=\"_blank\" rel=\"noopener\">GitHub samples<\/a> thorough and easy to follow, and also recognize many similarities between Q# and familiar languages like C# and F#.<\/p>\n<h2>Will I need a Ph.D. to understand quantum development? Or at least a background in math and physics?<\/h2>\n<p>Not at all. The only requirement for quantum development is a willingness to learn. The Q# language was written with the developer in mind. The language and libraries abstract many of the challenging quantum concepts, helping classical developers learn as they go.<\/p>\n<p>When you begin, you\u2019ll learn how to create a superposition, how to entangle qubits, and how to perform quantum teleportation. These tasks introduce notation that may be new to you, however understanding the underlying math and physics are not necessary to learn how they work and how to use them. As you continue, more difficult algorithms invite you to deepen your knowledge in both math and physics. But you can go at your own pace, and more and more resources are becoming available to help break these problems down into manageable pieces. The <a href=\"https:\/\/github.com\/Microsoft\/Quantum\" target=\"_blank\" rel=\"noopener\">Microsoft Quantum GitHub repository<\/a> includes a variety of thoroughly-commented samples and can be extremely helpful as you get started.<\/p>\n<h2>What problems or scenarios are best for quantum computing?<\/h2>\n<p>Quantum computing can help solve some of the world&#8217;s biggest challenges, but it can also be beneficial on tasks you find in your regular workload. For example, you can search a database using Grover&#8217;s algorithm, or perform integer factorization using Shor&#8217;s algorithm.<\/p>\n<p>As you build your familiarity with quantum development, you\u2019ll learn the <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/04\/24\/understanding-how-to-solve-problems-with-a-quantum-computer\/\" target=\"_blank\" rel=\"noopener\">types of problems or scenarios that are best for quantum computing<\/a>. Simulating quantum systems in chemistry and materials science, machine learning and optimization, and cryptography are anticipated to be areas where quantum computing will have a tremendous impact.<\/p>\n<h2>I\u2019ve heard quantum development is different from classical development. Does this mean I\u2019ll have to start from scratch?<\/h2>\n<p>Quantum development is different from classical development, but you have much more of a head-start than you may have thought. As a developer, you\u2019ll be writing both quantum and classical code that will work together. The classical code will be for familiar tasks such as data preparation and processing results. The quantum code, written in Q#, will execute operations on the quantum simulator, or\u2014in the future\u2014on the quantum computer. The results produced will then be processed by your classical code.<\/p>\n<p>As you get started, you\u2019ll learn some of the important nuances of quantum development, though some you\u2019ll recognize from classical computing. For example, linear algebra is used in machine learning. Additionally, we describe quantum states as sequences of transformations, much like what you&#8217;d find in graphics processing. And there are even aspects of quantum teleportation that look similar to C++.<\/p>\n<h2>What can I do with the Microsoft Quantum Development Kit?<\/h2>\n<p>The <a href=\"https:\/\/www.microsoft.com\/en-us\/quantum\/development-kit\" target=\"_blank\" rel=\"noopener\">Microsoft Quantum Development Kit<\/a> provides you with the tools and resources to write, test, and debug full-scale quantum algorithms using simulators that run on classical machines today. A local quantum machine simulator is included to help you review and optimize your code. In addition, you&#8217;ll find a quantum computer trace simulator, which will help determine the runtime and resources required to run your quantum algorithm. These features provide you with everything you need to make use of the benefits of quantum today and have useful software ready to run once the hardware becomes available.<\/p>\n<h2>How do I to get started?<\/h2>\n<p>The best way to begin is by <a href=\"https:\/\/www.microsoft.com\/en-us\/quantum\/development-kit\" target=\"_blank\" rel=\"noopener\">downloading the Microsoft Quantum Development Kit<\/a>. It includes the tools and resources to learn the basics of quantum development, two types of simulators, and a collection of open-source libraries and samples to help you get started. Our quantum development community is growing daily, and there are many inspiring examples of what other developers have been able to create.<\/p>\n<h2>Helpful resources<\/h2>\n<ul>\n<li>We invite you to download the <a href=\"https:\/\/www.microsoft.com\/en-us\/quantum\/development-kit\" target=\"_blank\" rel=\"noopener\">Microsoft Quantum Development Kit<\/a><\/li>\n<li><a href=\"https:\/\/www.youtube.com\/watch?v=v7b4J2INq9c\" target=\"_blank\" rel=\"noopener\">Watch an introduction and step-by-step demonstration<\/a> of the Microsoft Quantum Development Kit<\/li>\n<li><a href=\"https:\/\/www.youtube.com\/watch?v=Gp_VhUF4wBM\" target=\"_blank\" rel=\"noopener\">Take a tour through the features<\/a> of the Microsoft Quantum Development Kit, including support for macOS and Linux, plus Python and Q# interoperability.<\/li>\n<li>See what\u2019s available at <a href=\"https:\/\/github.com\/Microsoft\/Quantum\" target=\"_blank\" rel=\"noopener\">Microsoft Quantum on GitHub<\/a><\/li>\n<li>Check out the <a href=\"https:\/\/github.com\/Microsoft\/Quantum\/tree\/main\/samples\" target=\"_blank\" rel=\"noopener\">Microsoft Quantum GitHub samples<\/a><\/li>\n<li>Read more posts by our contributors on the <a href=\"https:\/\/aka.ms\/quantumadventures\" target=\"_blank\" rel=\"noopener\">Quantum Adventures blog<\/a><\/li>\n<li>Follow along on the path to scalable quantum computing with the <a href=\"https:\/\/info.microsoft.com\/Quantum-Computing-Newsletter-Signup.html\" target=\"_blank\" rel=\"noopener\">Microsoft Quantum newsletter<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>If you\u2019re thinking about getting into quantum development, you probably have a few questions. What can you do with it? How different is quantum compared to your current skills? And how steep is the learning curve? It might surprise you to find out that quantum development is easier to learn than you thought. This post covers the top questions we hear most from developers about to dive into the world of quantum computing.<\/p>\n","protected":false},"author":1223,"featured_media":1561,"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":[55,9,64],"product":[],"content-type":[1320],"coauthors":[11],"class_list":["post-1465","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","tag-q","tag-quantum-computing","tag-quantum-development-kit","content-type-news","review-flag-1593580417-280","review-flag-machi-1680214149-943","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>Six questions to ask when getting started with quantum development - Microsoft Azure Quantum Blog<\/title>\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\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Six questions to ask when getting started with quantum development - Microsoft Azure Quantum Blog\" \/>\n<meta property=\"og:description\" content=\"If you\u2019re thinking about getting into quantum development, you probably have a few questions. What can you do with it? How different is quantum compared to your current skills? And how steep is the learning curve? It might surprise you to find out that quantum development is easier to learn than you thought. This post covers the top questions we hear most from developers about to dive into the world of quantum computing.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/\" \/>\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=\"2018-06-28T16:00:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-10T18:15:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2018\/06\/QuantumDeveloper_FeaturedImage960x600.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"960\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Microsoft Azure Quantum Team\" \/>\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=\"Microsoft Azure Quantum Team\" \/>\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\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/author\/microsoft-quantum-team\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure Quantum Team\"}],\"headline\":\"Six questions to ask when getting started with quantum development\",\"datePublished\":\"2018-06-28T16:00:39+00:00\",\"dateModified\":\"2024-10-10T18:15:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/\"},\"wordCount\":915,\"publisher\":{\"@id\":\"https:\/\/cloudblogs.microsoft.com\/quantum\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2018\/06\/QuantumDeveloper_FeaturedImage960x600.jpg\",\"keywords\":[\"Q#\",\"quantum computing\",\"Quantum Development Kit\"],\"articleSection\":[\"Quantum Computing\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/\",\"name\":\"Six questions to ask when getting started with quantum development - Microsoft Azure Quantum Blog\",\"isPartOf\":{\"@id\":\"https:\/\/cloudblogs.microsoft.com\/quantum\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2018\/06\/QuantumDeveloper_FeaturedImage960x600.jpg\",\"datePublished\":\"2018-06-28T16:00:39+00:00\",\"dateModified\":\"2024-10-10T18:15:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2018\/06\/QuantumDeveloper_FeaturedImage960x600.jpg\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2018\/06\/QuantumDeveloper_FeaturedImage960x600.jpg\",\"width\":960,\"height\":600,\"caption\":\"Developer at computer\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudblogs.microsoft.com\/quantum\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Six questions to ask when getting started with quantum development\"}]},{\"@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":"Six questions to ask when getting started with quantum development - Microsoft Azure Quantum Blog","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\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/","og_locale":"en_US","og_type":"article","og_title":"Six questions to ask when getting started with quantum development - Microsoft Azure Quantum Blog","og_description":"If you\u2019re thinking about getting into quantum development, you probably have a few questions. What can you do with it? How different is quantum compared to your current skills? And how steep is the learning curve? It might surprise you to find out that quantum development is easier to learn than you thought. This post covers the top questions we hear most from developers about to dive into the world of quantum computing.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/","og_site_name":"Microsoft Azure Quantum Blog","article_publisher":"https:\/\/www.facebook.com\/MicrosoftQuantum\/","article_published_time":"2018-06-28T16:00:39+00:00","article_modified_time":"2024-10-10T18:15:09+00:00","og_image":[{"width":960,"height":600,"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2018\/06\/QuantumDeveloper_FeaturedImage960x600.jpg","type":"image\/jpeg"}],"author":"Microsoft Azure Quantum Team","twitter_card":"summary_large_image","twitter_creator":"@MSFTQuantum","twitter_site":"@MSFTQuantum","twitter_misc":{"Written by":"Microsoft Azure Quantum Team","Est. reading time":"4 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/author\/microsoft-quantum-team\/","@type":"Person","@name":"Microsoft Azure Quantum Team"}],"headline":"Six questions to ask when getting started with quantum development","datePublished":"2018-06-28T16:00:39+00:00","dateModified":"2024-10-10T18:15:09+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/"},"wordCount":915,"publisher":{"@id":"https:\/\/cloudblogs.microsoft.com\/quantum\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2018\/06\/QuantumDeveloper_FeaturedImage960x600.jpg","keywords":["Q#","quantum computing","Quantum Development Kit"],"articleSection":["Quantum Computing"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/","name":"Six questions to ask when getting started with quantum development - Microsoft Azure Quantum Blog","isPartOf":{"@id":"https:\/\/cloudblogs.microsoft.com\/quantum\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2018\/06\/QuantumDeveloper_FeaturedImage960x600.jpg","datePublished":"2018-06-28T16:00:39+00:00","dateModified":"2024-10-10T18:15:09+00:00","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2018\/06\/QuantumDeveloper_FeaturedImage960x600.jpg","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-content\/uploads\/2018\/06\/QuantumDeveloper_FeaturedImage960x600.jpg","width":960,"height":600,"caption":"Developer at computer"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/2018\/06\/28\/eight-questions-to-ask-when-getting-started-with-quantum-development\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudblogs.microsoft.com\/quantum\/"},{"@type":"ListItem","position":2,"name":"Six questions to ask when getting started with quantum development"}]},{"@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\/1465","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\/1223"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/comments?post=1465"}],"version-history":[{"count":0,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/posts\/1465\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/media\/1561"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/media?parent=1465"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/post_tag?post=1465"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/product?post=1465"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/content-type?post=1465"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/quantum\/wp-json\/wp\/v2\/coauthors?post=1465"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}