diff --git a/docs/overview/stack.rst b/docs/overview/stack.rst index 763bc05b..9818a65b 100755 --- a/docs/overview/stack.rst +++ b/docs/overview/stack.rst @@ -115,11 +115,11 @@ each stage of the process to a layer of the Ocean stack. - Simulated annealing sampler for testing. - For code-development testing. * - Classical - - :doc:`dwave-greedy ` :class:`~greedy.sampler.SteepestDescentSolver`. + - :doc:`dwave-samplers ` :class:`~dwave.samplers.greedy.sampler.SteepestDescentSolver`. - A steepest-descent solver for binary quadratic models. - For post-processing and convex problems. * - Classical - - :doc:`dwave-neal ` :class:`~neal.sampler.SimulatedAnnealingSampler` + - :doc:`dwave-samplers ` :class:`~dwave.samplers.sa.sampler.SimulatedAnnealingSampler` - Simulated annealing sampler. - * - Quantum @@ -139,9 +139,9 @@ each stage of the process to a layer of the Ocean stack. - *dimod*-compatible hybrid asynchronous decomposition sampler. - For problems of arbitrary structure and size. * - Hybrid - - `Leap `_\ 's :class:`~dwave.system.samplers.LeapHybridSampler` + - `Leap `_\ 's :class:`~dwave.system.samplers.LeapHybridNLSampler` - Cloud-based quantum-classical hybrid solver. - - For problems of arbitrary structure and size, especially large problems. + - For application problems formulated as :ref:`nonlinear models `. * - Hybrid - `Leap `_\ 's :class:`~dwave.system.samplers.LeapHybridCQMSampler` - Cloud-based quantum-classical hybrid solver. @@ -180,10 +180,9 @@ each stage of the process to a layer of the Ocean stack. * - :doc:`dwave-system ` :class:`~dwave.system.composites.TilingComposite` - Tiles small problems multiple times to a Chimera-structured sampler. - Enables parallel sampling for small problems. - * - :doc:`dwave-system ` :class:`~dwave.system.composites.VirtualGraphComposite` - - Uses the D-Wave virtual graph feature for improved minor-embedding. - - Calibrates qubits in chains to compensate for the effects of biases and enables - easy creation, optimization, use, and reuse of an embedding for a given working graph. + * - :doc:`dimod ` :class:`~dimod.reference.composites.tracking.TrackingComposite` + - Tracks inputs and outputs. + - Helps with testing and debugging. * - :std:doc:`dwave-preprocessing ` :class:`~dwave.preprocessing.composites.SpinReversalTransformComposite` - Applies spin reversal transform preprocessing.