dwave-ocean-sdk icon indicating copy to clipboard operation
dwave-ocean-sdk copied to clipboard

How to count time ?

Open ZeroDesigner opened this issue 2 years ago • 2 comments

How to count time when I solve the large QUBO problem with qsolve on AWS?

ZeroDesigner avatar Aug 20 '22 03:08 ZeroDesigner

Hi @ZeroDesigner, can you provide an example of the code you wish to measure?

arcondello avatar Aug 22 '22 15:08 arcondello

Are you looking to count the QPU time? or maybe some other info? This code may help to see more information feasible_sampleset = sampleset.filter(lambda d: d.is_feasible) print(feasible_sampleset) print(feasible_sampleset.info) print(feasible_sampleset.first)

memetrusidovski avatar Mar 06 '23 01:03 memetrusidovski