Showing results for qsharp - Q# Blog

Dec 15, 2022
3
2

λ-Q#: Understanding and Evolving the Q# Programming Language

Kartik Singhal
Kartik Singhal

λ-Q# is an idealized version of Q# aimed at providing it a formal language definition, placing the language on a solid mathematical foundation, and enabling further evolution of its design and type system.

Q#Q# Language
Mar 22, 2022
2
0

Implementing DevOps for Quantum Applications

Holger Sirtl
Holger Sirtl

This blog post illustrates how CI/CD-pipelines can be built for hybrid quantum apps with tools from the Quantum Development Kit (QDK), GitHub Actions and various Azure services. These cover the full app lifecycle: from app building, automated testing, resource estimating up to provisioning the target environment and deployment of the app.

Azure QuantumQ#
Feb 26, 2020
0
0

Extending the Q# Compiler

Bettina Heim
Bettina Heim

In this blog post, I would like to talk about a feature that is especially interesting when it comes to new ways for you to incorporate your own ideas and vision into our tools: Custom compilation steps, which allow you to extend and customize the Q# compilation process.

Q#
May 25, 2019
0
0

Q# 0.6: Language Features and More

Bettina Heim
Bettina Heim

With our April release coming out, you may have noticed some major changes. This is therefore a good time to recap the language features we have introduced over the last couple of months, elaborate a little bit on the newest changes, and peek into what is coming next.

Q# Language