-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0864f5a
commit f686f24
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -187,7 +187,7 @@ | |
"from qiskit_ibm_runtime import QiskitRuntimeService\n", | ||
"\n", | ||
"service = QiskitRuntimeService(channel=\"ibm_quantum\")\n", | ||
"backend = service.get_backend(backend_name)" | ||
"backend = service.backend(backend_name)" | ||
] | ||
}, | ||
{ | ||
|
@@ -216,7 +216,7 @@ | |
"%%writefile --append ./source_files/transpile_remote.py\n", | ||
"\n", | ||
"results = [\n", | ||
" transpile_remote(circuit, backend)\n", | ||
This comment has been minimized.
Sorry, something went wrong. |
||
" transpile_remote(circuit, 1, backend)\n", | ||
" for circuit in circuits\n", | ||
"]\n", | ||
"\n", | ||
|
@@ -360,7 +360,7 @@ | |
} | ||
], | ||
"source": [ | ||
"serverless.list()" | ||
This comment has been minimized.
Sorry, something went wrong.
frankharkins
Author
Member
|
||
"serverless.list()[:3] # Limit to first three functions" | ||
] | ||
}, | ||
{ | ||
|
Argument was missing