Posts by this author

Jun 19, 2024
Post comments count0
Post likes count3

Evaluating cat qubits for fault-tolerant quantum computing using Azure Quantum Resource Estimator

Introduction This blog post highlights a recent collaboration between Microsoft and Alice & Bob, a French startup whose goal is to build a fault-tolerant quantum computer by leveraging a superconducting qubit called a cat qubit. In this collaboration, Alice & Bob uses the new extensibility mechanisms of Microsoft’s Resource Estimator to ob...

Q#
Jan 16, 2024
Post comments count0
Post likes count2

Design Fault Tolerant Quantum Computing applications with the open-source Resource Estimator

We are excited to announce that following its initial release the Azure Quantum Resource Estimator is now open-source. It has been integrated with the Modern QDK making it run up to 100x faster, and running across PC, Mac, Linux or from your web browser. Try it now. Why is resource estimation relevant today? Quantum computing has the potential fo...

Resource EstimationQubit
Nov 1, 2023
Post comments count0
Post likes count2

Calculating resource estimates for cryptanalysis

We’re excited to release the Resource Estimation and Cryptography interactive experience in Azure Quantum. This experience offers a deep dive into the potential implications of fault-tolerant quantum computing on common cryptographic systems. Thanks to the power of the Azure Quantum Resource Estimator, we can provide estimates of the number of qubi...

Resource Estimation
Sep 6, 2023
Post comments count0
Post likes count1

Mentoring capstone projects at the University of Washington

In this blog post we share our experience of mentoring two capstone projects as part of the "Accelerating Quantum-Enabled Technologies" program at the University of Washington.

Q#QIR
Dec 1, 2022
Post comments count0
Post likes count2

Automate Resource Estimation with QIR

Learn how to automate physical resource estimation jobs using the Azure Quantum Resource Estimator and the Azure Quantum Python library.

Q#
Dec 14, 2021
Post comments count0
Post likes count0

Visualizing resource estimates with the trace simulator and quantum-viz.js

Estimating the resources and visualizing execution traces of Q# programs are useful tasks. The trace simulator from the QDK and quantum-viz.js Javascript library help to perform those. In this blog post, we customize the trace simulator to output a circuit with hierarchy and resource information to be displayed with quantum-viz.js. The flame g...

Q#
Jul 13, 2021
Post comments count0
Post likes count0

The AutoSubstitution rewrite step

The new Microsoft.Quantum.AutoSubstitution NuGet package makes it easier to replace operations with alternatives when targeting different simulators.

Q#
Dec 4, 2020
Post comments count0
Post likes count0

Emulation in Q#

It can be helpful to implement Q# functions or operations directly in C# - either to access some API that is not directly accessible in Q# or to provide alternative implementations based on the context in which the Q# program is executed. This blog post describes techniques to programmatically replace a Q# function by another one.

Q#