Open XiaoMiQC opened 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.
run_batch
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
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.