Skip to content

Commit

Permalink
fix qpu signature
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Mar 1, 2024
1 parent 5a9da6d commit 713ad11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyquil/api/_qpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def execute_with_memory_map_batch(
executable: QuantumExecutable,
memory_maps: Iterable[MemoryMap],
execution_options: Optional[ExecutionOptions] = None,
**__: Any,
) -> List[QPUExecuteResponse]:
"""
Execute a compiled program on a QPU with multiple sets of `memory_maps`.
Expand Down

0 comments on commit 713ad11

Please sign in to comment.