Skip to content

2026.1.23

Choose a tag to compare

@randomir randomir released this 23 Jan 14:41
· 16 commits to main since this release
44cb381

New Features

  • Add an AutomorphismComposite that averages over graphically related
    embeddings using a common set of nodes and edges. This makes use of
    the new automorphism functionality in dwave-experimental. Add a simple
    example demonstrating how the AutomorphismComposite mitigates for
    control errors in a similar manner to SpinReversalTransformComposite.
    See #32.
  • The embedding examples are expanded to include a case with detector
    and target only, and an example of distillation of a fully sourced and
    detected Chimera graph. A multicolor annealing example is presented
    demonstrating effectiveness of flux shimming for zero magnetization,
    and anneal-offsets for target qubit frequency synchronization.
    See #31.

Bug Fixes

  • Update multicolor-annealing live tests to reflect the split of
    minTimeStep property into minAnnealingTimeStep and
    minPolarizingTimeStep. See #39.