quantumlib / ReCirq

Research using Cirq!
https://quantumai.google/cirq/experiments
Apache License 2.0
272 stars 116 forks source link

Remove empty params arg for run_batch after moving to Cirq 0.10 #147

Open XiaoMiQC opened 3 years ago

XiaoMiQC commented 3 years ago

Currently the run_batch method still needs specification for a list of parameters even when the circuits are non-parameterized. Upgrading to Cirq 0.10 should solve this issue.

mpharrigan commented 3 years ago

For anyone reading along, cirq 0.10 hasn't been released yet. So we'll do this when it is or if there's a more pressing reason to pin to a dev version