Skip to Content
Q# Pocket Guide
book

Q# Pocket Guide

by Mariia Mykhailova
June 2022
Intermediate to advanced
205 pages
3h 53m
English
O'Reilly Media, Inc.
Content preview from Q# Pocket Guide

Chapter 2. Data Types

This chapter offers an overview of the Q# type system: the data types available in Q# and the corresponding literals.

The chapter starts with a review of the Q# type system and the principles it follows. Then I cover primitive data types—classical, which have equivalents in classical programming languages, and quantum, which are specific to quantum programs. After that I introduce data structures—arrays, tuples, and user-defined types. Note that in this chapter I’ll focus on the data types themselves, and I’ll cover the operators and expressions used to work with values of each type in Chapter 3.

Q# supports elements of functional programming, which means it treats operations and functions similarly to other data types. However, this topic deserves special attention, so I’ll discuss Q# operations and functions separately in Chapter 5.

The Q# Type System

Let’s start with a quick review of Q#’s type system: the set of rules and principles that assign types to various elements of a program, such as variables, expressions, or callables. The following principles will give you a good idea of how Q# types work.

Q# is a type-safe language.

Q# doesn’t allow operations or type conversions that violate the rules of the type system.

Q# is statically typed.

All type checking is done during compile time, rather than during the program execution. The types are associated with variables, similar to C#, rather than with values, as in Python: once the Q# compiler determines ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Qiskit Pocket Guide

Qiskit Pocket Guide

James L. Weaver, Frank J. Harkins
What Successful Project Managers Do

What Successful Project Managers Do

W. Scott Cameron, Jeffrey S. Russell, Edward J. Hoffman, Alexander Laufer
How to Overcome a Power Deficit

How to Overcome a Power Deficit

Cyril Bouquet, Jean-Louis Barsoux

Publisher Resources

ISBN: 9781098108854Errata Page