Path: blob/main/notebooks/summer-school/2022/lab-2.ipynb
3855 views
Kernel: Python 3
Lab 2
The formalism of quantum information theory can look rather abstract compared to the circuit model of quantum computation. The Qiskit Opflow module aims to bridge the language of quantum information theory with the framework of circuits that is used to run experiments. This will make it seamless to switch back and forth between theoretical ideas and their experimental implementation.
One example that we'll see in some detail is the simulation of the time-evolution of quantum system. Using the Qiskit Opflow module going from the definition of the Hamiltonian governing the dynamics of the system to the experiment implementing a quantum simulation of the dynamics can be done in just a few lines of code!