Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More info in returned SampleSet #102

Open
kevinchern opened this issue Feb 4, 2022 · 0 comments
Open

More info in returned SampleSet #102

kevinchern opened this issue Feb 4, 2022 · 0 comments

Comments

@kevinchern
Copy link

kevinchern commented Feb 4, 2022

Problem

  1. SampleSet returned by neal has no timing info analogous to DWaveSampler().sample(...).info['timing']
  2. Other useful bits of info like
    num_sweeps_per_beta = max(1, num_sweeps // 1000.0), num_betas = int(math.ceil(num_sweeps / num_sweeps_per_beta)) are missing

Context

  1. Useful for accurate and consistent timings, and
  2. For noting the discrepancy between actual number of sweeps vs input number of sweeps (and thus schedule)
@kevinchern kevinchern changed the title Info in returned SampleSet More info in returned SampleSet Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants