Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 466 Bytes

Examples.rst

File metadata and controls

14 lines (10 loc) · 466 Bytes

Examples

Single impurity Anderson model

The single impurity Anderson model is an important model in condensed matter physics which explains phenomena like charge transport properties of disordered materials. In the following example we demonstrate how Cirq can be used to simulate time evolution of the Anderson model on a gate based quantum computer.

.. literalinclude:: ../../examples/siam_cirq.py
    :language: python