Skip to content

Latest commit

 

History

History
executable file
·
21 lines (16 loc) · 580 Bytes

File metadata and controls

executable file
·
21 lines (16 loc) · 580 Bytes

math

A tiny math library which will be extended thoughout the next weeks. Right now, it only contains the math functions necessary to run Beauregard's implementation of Shor's algorithm.

.. autosummary::

        projectq.libs.math.all_defined_decomposition_rules
        projectq.libs.math.AddConstant
        projectq.libs.math.SubConstant
        projectq.libs.math.AddConstantModN
        projectq.libs.math.SubConstantModN
        projectq.libs.math.MultiplyByConstantModN

Module contents

.. automodule:: projectq.libs.math
    :members:
    :special-members: __init__
    :imported-members: