labs-with-qiskit-python

This is the Python code for functional quantum circuits, their test simulations, and the results. These programs were developed in a virtual Jupyter Notebook environment using the Qiskit kernel.
Run your own labs here: https://quantum-computing.ibm.com/ (! - IBM Quantum Lab will be sunset on 15 May 2024)


Descriptions and Results


  • Circuit Lab 1 Description:
    • A basic quantum circuit which maps the outcome of the qubits to classical bits.
  • Circuit Lab 1 Results:
    • Counts: {'001': 237, '010': 267, '000': 268, '111': 252}

  • Circuit Lab 2 Description:
    • A basic quantum circuit which maps the outcome of the qubits to classical bits.
  • Circuit Lab 2 Results:
    • Counts: {'0000': 252, '0010': 252, '0001': 254, '0111': 266}



  • Circuit Lab RNG Description:
    • A simple random number generating quantum circuit, which is run on the ibmq_qasm_simulator.
  • Circuit Lab RNG Results:
    • Counts: {'1000': 1}