diff --git a/learning/courses/use-a-qc-today/your-first-quantum-experiment.ipynb b/learning/courses/use-a-qc-today/your-first-quantum-experiment.ipynb index 158e0c6349dd..84c52a96c377 100644 --- a/learning/courses/use-a-qc-today/your-first-quantum-experiment.ipynb +++ b/learning/courses/use-a-qc-today/your-first-quantum-experiment.ipynb @@ -24,7 +24,7 @@ "## Introduction\n", "\n", "In the following video, Olivia Lanes steps you through the content in this lesson. Alternatively, you can open the [YouTube video](https://youtu.be/kniiVC538nY?si=13OJnaO5jyAUmoPQ) for this lesson in a separate window.\n", - "\n", + "\n", "\n", "\n", "By now, you've run your first quantum circuit and learned the basics of quantum computing: how quantum states are represented, how gates act on those states, and how quantum features like superposition and entanglement are involved. Now it's time to put all of this into practice and solve your first problem on a quantum computer.\n", @@ -163,7 +163,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "ibm_fez\n" + "ibm_marrakesh\n" ] } ], @@ -306,7 +306,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "counts = {'10': 49, '01': 50, '11': 1}\n" + "counts = {'01': 53, '10': 44, '00': 2, '11': 1}\n" ] }, { @@ -365,7 +365,7 @@ { "data": { "text/plain": [ - "" + "" ] }, "execution_count": 8, @@ -378,7 +378,7 @@ "from qiskit.quantum_info import SparsePauliOp\n", "\n", "# Parameters\n", - "J = 1.0 # antiferromagnetic coupling (J<0)\n", + "J = -1.0 # antiferromagnetic coupling (J<0)\n", "hx = -0.5 # transverse field strength\n", "\n", "# 1. Define the Hamiltonian H = J Z1 Z2 + hx (X1 + X2)\n", @@ -459,7 +459,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 11, "id": "dca4c4e1-38a1-47da-a4ad-a63eec2d2ce6", "metadata": {}, "outputs": [], @@ -478,7 +478,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 12, "id": "dddea745-57d3-4c5b-9ccc-897649a298c2", "metadata": {}, "outputs": [], @@ -504,7 +504,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 13, "id": "40b8d3f8-cd80-40c7-8e01-56c40b713caf", "metadata": {}, "outputs": [ @@ -512,7 +512,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "-0.9934112021453058\n" + "0.9871078495244698\n" ] } ], diff --git a/public/learning/images/courses/use-a-qc-today/your-first-quantum-experiment/extracted-outputs/09d2920c-65c8-4a3c-bdca-0da78f0ad0c1-0.avif b/public/learning/images/courses/use-a-qc-today/your-first-quantum-experiment/extracted-outputs/09d2920c-65c8-4a3c-bdca-0da78f0ad0c1-0.avif index e14539093217..6c5eefd1fe1b 100644 Binary files a/public/learning/images/courses/use-a-qc-today/your-first-quantum-experiment/extracted-outputs/09d2920c-65c8-4a3c-bdca-0da78f0ad0c1-0.avif and b/public/learning/images/courses/use-a-qc-today/your-first-quantum-experiment/extracted-outputs/09d2920c-65c8-4a3c-bdca-0da78f0ad0c1-0.avif differ diff --git a/public/learning/images/courses/use-a-qc-today/your-first-quantum-experiment/extracted-outputs/3edb4a9a-2f9a-4713-8b16-b1294ba0ebf6-1.avif b/public/learning/images/courses/use-a-qc-today/your-first-quantum-experiment/extracted-outputs/3edb4a9a-2f9a-4713-8b16-b1294ba0ebf6-1.avif index e5edfa115a55..c7b4af5c8156 100644 Binary files a/public/learning/images/courses/use-a-qc-today/your-first-quantum-experiment/extracted-outputs/3edb4a9a-2f9a-4713-8b16-b1294ba0ebf6-1.avif and b/public/learning/images/courses/use-a-qc-today/your-first-quantum-experiment/extracted-outputs/3edb4a9a-2f9a-4713-8b16-b1294ba0ebf6-1.avif differ diff --git a/public/learning/images/courses/use-a-qc-today/your-first-quantum-experiment/extracted-outputs/b66563e0-5f07-4515-9234-8ef0fe830b9c-0.avif b/public/learning/images/courses/use-a-qc-today/your-first-quantum-experiment/extracted-outputs/b66563e0-5f07-4515-9234-8ef0fe830b9c-0.avif index 33bee3d6156a..c865b42bbc1a 100644 Binary files a/public/learning/images/courses/use-a-qc-today/your-first-quantum-experiment/extracted-outputs/b66563e0-5f07-4515-9234-8ef0fe830b9c-0.avif and b/public/learning/images/courses/use-a-qc-today/your-first-quantum-experiment/extracted-outputs/b66563e0-5f07-4515-9234-8ef0fe830b9c-0.avif differ