Maria Lehtivaara
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Introduction to Quantum Computing BACKUP **28.11.2024** 09:00-12:00 (CET) Join Zoom Meeting: https://cscfi.zoom.us/j/67364596298?pwd=eSb4MOGt2wD6TNyBaHOa0sGubNoLZ9.1 Meeting ID: 673 6459 6298 Passcode: 794521 ###### tags: `quantum` > This is the collaborative document for the "Introduction to Quantum Computing" course organised in November 2024. > [Course page](https://ssl.eventilla.com/event/bookO) > [Lesson material](https://enccs.se/lessons/) > Instructor: Stefan Seegerer, IQM Quantum Computers ([Connect on LinkedIn](https://www.linkedin.com/in/stefanseegerer/)) ## ✏️ Links to activities During the workshop, we will use some interactives on IQM Academy. - Activity 1a: https://bit.ly/iqm-1 - Activity 1b: https://www.iqmacademy.com/play/bloch/ - Activity 2: https://bit.ly/iqm-2 - Activity 3: https://bit.ly/iqm-3 - Acitivty 4: https://academy.meetiqm.com/curriculum/workshop-en-2.html - Activity 5: https://bit.ly/iqm-express - Optional: Gradient descent https://www.iqmacademy.com/learn/variational_qa/variational04/ ## ✏️ Q & A -Add your questions here Your questions are answered here. We will answer them, and this document will store the answers for you for later use! :rocket: :::info Scroll :arrow_down: to the bottom of the page to submit a question ::: - [x] **Q1: Qubits can be entangled. But must be?** - A: Probably not yet.. ↖️ The answer is no, they don't have to, but if you want to take use of quantum computing, you should. - [x] **Q2: 150 qubits are physical qubits or logical qubits?** - I don't quite understand where the question is coming from, but of course depending on context it can mean both. Currently, IQM is working on its 150 physical qubit device. - [x] **Q3: How does Measurement Based QC relate to Gate Based / Annealing?** - A: Measurement can be seen as an operation in both gate based and annealing. However, measurement based qc is a different paradigm in which computation is performed by sequentially measuring qubits in specific bases, with the outcomes determining the evolution of the computation. (In Measurement based qc the qubits need to be entangled before ofc) - [x] **Q4: Starting 1|0> + 0|1>, applying X gate and applying Y gate leads to same state visually but if we look at kets then one is imaginary?** - You can answer this with the bloch sphere vizualization if you apply the "Show ket" option. It indeed is two different states, just that the imaginary part (we call it the phase) you cannot measure https://www.iqmacademy.com/play/bloch/ - [x] **Q5: What does "ket" numbers mean? Probabilities? Weights?** - A: Let’s consider it just a name for now :) It comes from its visual representation that is the bra-ket notation (because it has those brackets around <a|b> and we just use the latter part) It represents a vector - [x] **Q6: How can 2D approximations, such as circles, effectively represent qubit states, and what are their limitations compared to the full Bloch sphere?** - A: This is an excellent question. 2d vizualization such as circles depend on what approximation is used. Sometimes it is just capturing part of the state space of a qubit. But other such as the one used here: https://github.com/iqm-finland/iqm-academy-cheat-sheets/blob/master/circuit-magicians/en/cheat-sheet-for-circuit-magicians.pdf are used to represent multi-qubit systems even better. In general, no vizualization of quantum computation is perfect, they all have some flaws – I guess, this is due to the very abstract nature of the concepts :) - [x] **Q7: When you say we do "multiple shots" are we measuring each shot?** - A: Yes :) one execution of a quantum circuit on a quantum computer doesnt take that long gladly - Follow up: how do we measure a shot without destroying the superposition? - We do destroy the superposition, we recreate it by applying the same gates again - [x] **Q8: What is the reason that the gates(H, C, T, etc.) are designed that way? Is there any other sets of gates could be used in QC?** - A: In principle you can define a lot of different gates, however actual quantum computer hardware will (similiar to a classical computer) only support a so called universal gate set that allows to execute any operation. E.g. for IQM machines it is the PRX gate (Phased X rotation) and the CZ gate (Controlled-Z gate). - [x] **Q9: Regarding Q4 in sheet, didn't want to clutter there so writing here. So phase is somewhat an artifact that we can't measure and two results are indeed entirely different states? Was it intentionally not represented in Bloch sphere (limitations of 3D etc.)? Finally, going from one state to another is it a path dependent process? Is it important that how we got to that state (applying 2 X gate returns back to initial state, is it identical with before)** - We need to differentiate between the absolute phase and relative phase. The relative phase is the rotation around the Z axis (e.g. by applying a T-gate --> I encourage you to try out the sequence H->T starting from |0>.). Both can't be measured, but relative phase differences can be converted to amplitude differences (|a|, |b|,...) that can be measured. The absolute phase does not matter at all, it is esentially a factor x such that x(a|0>+b|1>) - [x] **Q10: What is absolute phase?** - A: The absolute phase does not matter at all, it is esentially a factor x such that x(a|0>+b|1>). - [ ] **Q11: I still didn't understand, why were we able to read out the secret code just by applying hadamard gates?** - A: Answer appears here - [ ] **Q12: Type your question here** - A: Answer appears here - [ ] **Q13: Type your question here** - A: Answer appears here - [ ] **Q14: Type your question here** - A: Answer appears here - [ ] **Q15: Type your question here** - A: Answer appears here - [ ] **Q16: Type your question here** - A: Answer appears here - [ ] **Q17: Type your question here** - A: Answer appears here - [ ] **Q18: Type your question here** - A: Answer appears here - [ ] **Q19: Type your question here** - A: Answer appears here - [ ] **Q20: Type your question here** - A: Answer appears here --- **:arrow_up: Write your questions above this line :arrow_up:** ---

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully