From c5267668ab44e73129670f4a7c0eef3ca4c6c0cb Mon Sep 17 00:00:00 2001 From: Marquess Valdez Date: Tue, 5 Mar 2024 14:29:36 -0800 Subject: [PATCH] Update pyquil/api/_qam.py Co-authored-by: Kalan <22137047+kalzoo@users.noreply.github.com> --- pyquil/api/_qam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyquil/api/_qam.py b/pyquil/api/_qam.py index 0986acd59..74c346ebc 100644 --- a/pyquil/api/_qam.py +++ b/pyquil/api/_qam.py @@ -152,7 +152,7 @@ def execute_with_memory_map_batch( **kwargs: Any, ) -> List[T]: """ - Execute a QuantumExecutable with one or more memory_maps, returning a handles to be used to retrieve results. + Execute a QuantumExecutable with one or more memory_maps, returning handles to be used to retrieve results. How these programs are batched and executed is determined by the executor. See their respective documentation for details.