Skip to content

Commit

Permalink
Merge pull request #29 from arcondello/fix/README-pypi-rendering
Browse files Browse the repository at this point in the history
Allow README to render on pypi
  • Loading branch information
arcondello authored Jul 20, 2022
2 parents 9bde250 + f471a85 commit 08a0e9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ Simulated Annealing
used for heuristic optimization or approximate Boltzmann sampling. The
*dwave-samplers* implementation approaches the equilibrium distribution by
performing updates at a sequence of decreasing temperatures, terminating at the
target :math:`\beta`.\ [#]_ Each spin is updated once in a fixed order per point
target `β`.\ [#]_ Each spin is updated once in a fixed order per point
per temperature according to a Metropolis-Hastings update. When the temperature
is low the target distribution concentrates, at equilibrium, over ground states
of the model. Samples are guaranteed to match the equilibrium for long, smooth
temperature schedules.

.. [#] :math:`\beta` represents the inverse temperature, :math:`1/(k_B T)`, of a
.. [#] `β` represents the inverse temperature, `1/(k T)`, of a
`Boltzmann distribution <https://en.wikipedia.org/wiki/Boltzmann_distribution>`_
where :math:`T` is the thermodynamic temperature in kelvin and :math:`k_B` is
where `T` is the thermodynamic temperature in kelvin and `k` is
Boltzmann's constant.
>>> from dwave.samplers import SimulatedAnnealingSampler
Expand Down

0 comments on commit 08a0e9f

Please sign in to comment.