.. _qpu_index_examples_advanced: ================== QPU Usage Examples ================== For beginner examples, see the :ref:`qpu_index_examples_beginner` section. .. toctree:: :maxdepth: 1 :hidden: example_pp_greedy example_inspector_graph_partitioning example_topology_samplers .. grid:: 3 :gutter: 2 .. grid-item-card:: :ref:`qpu_example_pp_greedy` :link: qpu_example_pp_greedy :link-type: ref Improves samples returned from a QPU by post-processing with a classical greedy algorithm. .. grid-item-card:: :ref:`qpu_example_inspector_graph_partitioning` :link: qpu_example_inspector_graph_partitioning :link-type: ref Improves :term:`minor-embedding` on a graph partition problem. .. grid-item-card:: :ref:`qpu_example_topology_samplers` :link: qpu_example_topology_samplers :link-type: ref Runs your code on software samplers with different :term:`QPU`-inspired topologies. Additional Examples =================== D-Wave's `dwave-examples `_ GitHub repo contains many more code examples.