Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 9580242

Browse files
committed
Use 'qpu_access_time' instead of 'qpu_sampling_time'
Larger time that takes more steps in the process into account
1 parent 8e258fb commit 9580242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

factoring/interfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ def factor(P, use_saved_embedding=True):
134134
output['numberOfReads'] = total
135135

136136
if 'timing' in response.info:
137-
output['timing']['actual']['qpuProcessTime'] = response.info['timing']['qpu_sampling_time']
137+
output['timing']['actual']['qpuProcessTime'] = response.info['timing']['qpu_access_time']
138138

139139
return output

0 commit comments

Comments
 (0)