Algorithmiq TEM documentation: change parameter in example (#2169)

Updating the Algorithmiq TEM documentation in the Example section. The
parameter `max_execution_time` was removed.

---------

Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
This commit is contained in:
Ludmila Botelho 2024-10-23 15:54:26 +02:00 committed by GitHub
parent e1d7a05c9f
commit 081e4ae677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -175,9 +175,8 @@
"instance = \"<IQP_HUB/IQP_GROUP/IQP_PROJECT>\"\n",
"\n",
"pub = (qc, [observable])\n",
"options = {\n",
" \"max_execution_time\": 60,\n",
"}\n",
"options = {\"default_precision\": 0.02}\n",
"\n",
"job = tem.run(pubs=[pub], instance=instance, backend_name=backend_name, options=options)"
]
},