Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.15 KB

test_models.rst

File metadata and controls

42 lines (29 loc) · 1.15 KB
.. currentmodule:: qinfer.test_models

Testing Models

Introduction

.. todo::
    Move to a guide.

QInfer provides several premade models for quickly learning how to use the library, for making demonstrations, or to test new algorithms and approaches built on top of QInfer.

:class:`SimplePrecessionModel` - Model of a single qubit undergoing Larmor precession

.. autoclass:: SimplePrecessionModel
    :members:

:class:`NoisyCoinModel` - Classical coin flip model corrupted by a noisy process

.. autoclass:: NoisyCoinModel
    :members:

.. autoclass:: NDieModel
    :members: