quantumlib / OpenFermion

The electronic structure package for quantum computers.
Apache License 2.0
1.52k stars 376 forks source link

[Docs] Format math expressions #738

Closed rmlarose closed 3 years ago

rmlarose commented 3 years ago

Fixes #737. Replaces

.. math::
    ...

by

$$
    ...
$$

and ":math:`...`" by $...$ to fix formatting issues on docs site, e.g. in https://quantumai.google/reference/python/openfermion/hamiltonians/FermiHubbardModel.