num_repeats effect on costs (DWave's solvers)

0

The QBSolv solver has the attribute num_repeats. What does this attribute mean with regard to Braket's pricing structure of tasks and shots? Is every additional num_repeat an additional task or an additional shot (or "something else")?

Thanks in advance.

asked 2 years ago221 views
1 Answer
0
Accepted Answer

Hello, and thank you for your interest in Braket! The num_repeats parameter on D-Wave's qbsolv does not correspond directly to Braket tasks or Braket shots. The qbsolv algorithm decomposes an annealing problem into smaller subproblems which are then sent to a sampling device. The num_repeats parameter controls how many times this happens, but the number of subproblems generated on each pass of the algorithm is dependent upon the input annealing problem which is to be solved. You can try using D-Wave's TrackingComposite (documentation) with one of the local samplers to test out how qbsolv may slice up your annealing problem.

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions