Memet Rusidovski
Results
2
comments of
Memet Rusidovski
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)`
Same issue. if anyone has a solution let me know please!