> For the complete documentation index, see [llms.txt](https://lewisla.gitbook.io/learning-quantum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lewisla.gitbook.io/learning-quantum/qubits/qubits-summary.md).

# Qubits Summary

## New Types of Computation

This guide is intended for those who already have a strong foundational understanding of computer systems and how they work. As such we'll start our discussion of quantum bits with just a very brief review of classical bits and how they work.

Quantum bits take advantage of the property of superposition to contain multiple pieces of information at the same time. This is a little weird when you first get into it, but overall is very interesting.

## Material

In this section we'll cover classical bits, classical registers, quantum bits and the Bloch sphere:

#### Review Material

* Classical bits

#### New Material

* Quantum bits
* Distinguishable bit states
* Measuring qubits
* SQUIDs

## Resources

### Additional Info Summary

Below is a list of all of the extra detail & problem sets included in this section of the tutorial:

#### [Classical Bits](/learning-quantum/qubits/classical-bits.md)

* [More information on truth tables, how they work, and the fundamental operations](https://en.wikipedia.org/wiki/Truth_table)

#### [Quantum Bits](/learning-quantum/qubits/quantum-bits.md)

* &#x20;[Binary number review](https://www.khanacademy.org/math/algebra-home/alg-intro-to-algebra/algebra-alternate-number-bases/v/number-systems-introduction)

#### [Multi-Qubit Systems](/learning-quantum/qubits/multi-qubit-systems.md)

* &#x20;[Explanation of sigma (sum) notation](https://www.khanacademy.org/math/ap-calculus-ab/ab-integration-new/ab-6-3/v/sigma-notation-sum)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://lewisla.gitbook.io/learning-quantum/qubits/qubits-summary.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
