Lab 3
Teleportation experiment
CSCI 420 Applied Quantum Computing for Computer Scientists
Due Tuesday August 6, 11:59pm
15 points
OBJECTIVE: Computing the error rate of the teleportation circuit.
DELIVERABLE TASKS:
1. [5 points] Implement the teleportation experiment on the quantum-computing.ibm.com site. You can
either drag and drop the gates as shown in the slides. Or you can copy and paste the openqasm code
shown below.
a. Include a screenshot of the experiment circuit
2. Ensure that you know what each step of the teleportation performs in preparation for the next exam.
3. [5 points] Execute the teleportation on an actual IBM Quantum Computer. Do not run the simulator.
a. Include a screenshot of the results
4. [5 points] Calculate the error rate of the teleportation circuit. This is calculated by taking the total error
run count and dividing it by the sum of the total error count plus the total successful count. This will
require you to understand how to interpret the histogram results.
a. Give math to find the total error run count and total successful count as well as error rate.
5. Your writeup should include screen shots of the circuit, IBM QC results, and the math. Make sure to
clearly show how the error rate was calculated by including screen shots of the actual histogram values.
OPENGASM 2.0;
include "qelibl.inc";
creg q[5];