Skip to content

Commit f1f1590

Browse files
committed
update
1 parent 78eb854 commit f1f1590

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,16 @@ themes can be covered:
9494
- Whiteboard notes at https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/HandWrittenNotes/2025/NotesMarch12.pdf
9595

9696

97-
## March 17-21, 2025. Second quantization and Hamiltonians for quantum computing, discussion of the Lipkin model
98-
- Quantum Fourier Transforms, algorithm and implementation
99-
- Quantum phase estimation algorithm
97+
## March 17-21, 2025. Discussions of project 1 and work on the VQE
98+
- Lipkin model and VQE
99+
- Discussion of project 1 and work on finalizing project
100100
- Teaching material in different formats at https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/pub/week9
101101

102102
## March 24-28, 2025
103-
- TBA
103+
- Quantum Fourier Transforms, algorithm and implementation
104+
- Quantum phase estimation algorithm
105+
- Teaching material in different formats at https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/pub/week10
106+
104107

105108

106109
## March 31-April 4, 2025

doc/Programs/Sensing/twoq.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,7 @@
3737
print("Measurement results:")
3838
for state, count in counts.items():
3939
print(f"{state}: {count}")
40-
4140
"""
42-
Here's a breakdown of the code:
43-
44-
1. We import the necessary libraries from Qiskit, a popular open-source software development kit for working with quantum computers.
45-
2. We define the number of qubits to be 2.
46-
3. We create a quantum circuit with the specified number of qubits.
47-
4. We apply a Hadamard gate to the first qubit to create a superposition.
4841
5. We apply a CNOT gate to entangle the two qubits.
4942
6. We apply a time-dependent field to the system by rotating the second qubit around the Z-axis with a field strength that varies sinusoidally over time.
5043
7. We measure the qubits and execute the circuit on a simulator.

0 commit comments

Comments
 (0)