Loading func_qc.py +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ def qc_circ(n_qubits_matrix, classical_solution, args, input_vars): t = time.time() # Run the job job = sampler.run([isa_circ]) job = sampler.run([isa_circ], shots=shots) # Grab results from the job result = job.result() t_run = time.time() - t Loading Loading
func_qc.py +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ def qc_circ(n_qubits_matrix, classical_solution, args, input_vars): t = time.time() # Run the job job = sampler.run([isa_circ]) job = sampler.run([isa_circ], shots=shots) # Grab results from the job result = job.result() t_run = time.time() - t Loading