vault backup: 2026-08-05 18:02:31
This commit is contained in:
Vendored
+7
-6
@@ -13,12 +13,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "SS2026/Quantum Computing/14. Quantum Computer/From Quantum Physics to Quantum Computers.md",
|
"file": "SS2026/Quantum Computing/15. Ion-based/Ion-based Quantum Computers.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "From Quantum Physics to Quantum Computers"
|
"title": "Ion-based Quantum Computers"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -219,7 +219,12 @@
|
|||||||
"active": "25f5b25d5eca7203",
|
"active": "25f5b25d5eca7203",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"SS2026/Quantum Computing/Introduction to Quantum Computing.md",
|
"SS2026/Quantum Computing/Introduction to Quantum Computing.md",
|
||||||
|
"SS2026/Quantum Computing/15. Ion-based/Ion-based Quantum Computers.md",
|
||||||
"SS2026/Quantum Computing/14. Quantum Computer/From Quantum Physics to Quantum Computers.md",
|
"SS2026/Quantum Computing/14. Quantum Computer/From Quantum Physics to Quantum Computers.md",
|
||||||
|
"SS2026/Quantum Computing/15. Ion-based",
|
||||||
|
"SS2026/Quantum Computing/14. Quantum Computer/Anhänge/Pasted image 20260805175409.png",
|
||||||
|
"SS2026/Quantum Computing/14. Quantum Computer/Anhänge/Pasted image 20260805175356.png",
|
||||||
|
"SS2026/Quantum Computing/14. Quantum Computer/Anhänge",
|
||||||
"SS2026/Quantum Computing/13. Quantum Physics/Quantum Physics.md",
|
"SS2026/Quantum Computing/13. Quantum Physics/Quantum Physics.md",
|
||||||
"SS2026/Quantum Computing/Anhänge/Introduction-to-Quantum-Computing.pdf",
|
"SS2026/Quantum Computing/Anhänge/Introduction-to-Quantum-Computing.pdf",
|
||||||
"SS2026/Quantum Computing/14. Quantum Computer",
|
"SS2026/Quantum Computing/14. Quantum Computer",
|
||||||
@@ -234,8 +239,6 @@
|
|||||||
"SS2026/Quantum Computing/12. Grover's Algorithm/Grover's Algorithm.md",
|
"SS2026/Quantum Computing/12. Grover's Algorithm/Grover's Algorithm.md",
|
||||||
"SS2026/Quantum Computing/13. Quantum Physics",
|
"SS2026/Quantum Computing/13. Quantum Physics",
|
||||||
"SS2026/Quantum Computing/12. Grover's Algorithm/Anhänge/Pasted image 20260805110648.png",
|
"SS2026/Quantum Computing/12. Grover's Algorithm/Anhänge/Pasted image 20260805110648.png",
|
||||||
"SS2026/Quantum Computing/12. Grover's Algorithm/Anhänge/Pasted image 20260805110641.png",
|
|
||||||
"SS2026/Quantum Computing/12. Grover's Algorithm/Anhänge/Pasted image 20260805110633.png",
|
|
||||||
"SS2026/Quantum Computing/12. Grover's Algorithm/Anhänge",
|
"SS2026/Quantum Computing/12. Grover's Algorithm/Anhänge",
|
||||||
"SS2026/Quantum Computing/12. Grover's Algorithm",
|
"SS2026/Quantum Computing/12. Grover's Algorithm",
|
||||||
"SS2026/Klausurplan.canvas",
|
"SS2026/Klausurplan.canvas",
|
||||||
@@ -243,8 +246,6 @@
|
|||||||
"SS2026/Quantum Computing/11. Shor's Algorithm/Anhänge",
|
"SS2026/Quantum Computing/11. Shor's Algorithm/Anhänge",
|
||||||
"SS2026/Quantum Computing/10. Discrete Fourier Transformation/Discrete Fourier Transformation.md",
|
"SS2026/Quantum Computing/10. Discrete Fourier Transformation/Discrete Fourier Transformation.md",
|
||||||
"SS2026/Quantum Computing/11. Shor's Algorithm",
|
"SS2026/Quantum Computing/11. Shor's Algorithm",
|
||||||
"SS2026/Quantum Computing/10. Discrete Fourier Transformation/Anhänge",
|
|
||||||
"SS2026/Quantum Computing/10. Discrete Fourier Transformation",
|
|
||||||
"SS2026/Quantum Computing/9. Bernstein-Vazirani/Bernstein-Vazirani Algorithm.md",
|
"SS2026/Quantum Computing/9. Bernstein-Vazirani/Bernstein-Vazirani Algorithm.md",
|
||||||
"SS2026/Quantum Computing/8. Ket Notation/Ket Notation.md",
|
"SS2026/Quantum Computing/8. Ket Notation/Ket Notation.md",
|
||||||
"SS2026/Quantum Computing/7. Quantum Circuits/Quantum Circuits.md",
|
"SS2026/Quantum Computing/7. Quantum Circuits/Quantum Circuits.md",
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
+14
@@ -0,0 +1,14 @@
|
|||||||
|
We now look at the construction of a single-qubit quantum computer (hypothetical):
|
||||||
|
|
||||||
|
We encode the qubit using the excitation of an electron.
|
||||||
|
We assume that an electron has only states $\ket{0}$ and $\ket{1}$ with 0 being the ground state.
|
||||||
|
The states have energy levels $\pi$ and $2\pi$.
|
||||||
|
|
||||||
|
Now we need to be able to do 3 things:
|
||||||
|
1. Initialize qubit with $\ket{0}$, also called cooling.
|
||||||
|
2. Ability to measure the qubit.
|
||||||
|
3. Ability to apply a unitary to qubit.
|
||||||
|
|
||||||
|
![[Pasted image 20260805175356.png]]
|
||||||
|
![[Pasted image 20260805175409.png]]
|
||||||
|
|
||||||
|
|||||||
@@ -12,4 +12,5 @@
|
|||||||
## 12. [[Grover's Algorithm]]
|
## 12. [[Grover's Algorithm]]
|
||||||
## 13. [[Quantum Physics]]
|
## 13. [[Quantum Physics]]
|
||||||
## 14. [[From Quantum Physics to Quantum Computers]]
|
## 14. [[From Quantum Physics to Quantum Computers]]
|
||||||
|
## 15. [[Ion-based Quantum Computers]]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user