You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.