Replacement for iter_unembed function
Hello,
I am migrating a code that ran on the DW_2000Q_VFYC_2 D-Wave quantum annealing system to the D-Wave Advantage System JUPSI in Jülich. The code uses the function iter_unembed, which disappeared from the API. This was a function available in dimod 0.6.10.
Do you have an alternative for this function?
Thanks for your help.
Matthijs van Waveren
Comments
Hello,
I hope this information helps with your migration. The modern equivalent to the dimod
iter_unembed
function, which yielded unembedded samples, would be thedwave.embedding.unembed_sampleset
function.Reference Documentation: https://docs.ocean.dwavesys.com/projects/system/en/stable/reference/generated/dwave.embedding.unembed_sampleset.html
Please sign in to leave a comment.