Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
cf6bdcdb
Commit
cf6bdcdb
authored
Jan 11, 2019
by
Zachary Parks
Browse files
Fixed a misspelling..
Signed-off-by:
Zachary Parks
<
1zp@ornl.gov
>
parent
bbb6f613
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/xacc.py
View file @
cf6bdcdb
...
...
@@ -417,7 +417,7 @@ def benchmark(opts):
algorithm
=
serviceRegistry
.
get_service
(
'benchmark_algorithm_service'
,
xacc_settings
[
'algorithm'
])
if
algorithm
is
None
:
print
(
"XACC algorithm service
cule
with name "
+
print
(
"XACC algorithm service with name "
+
xacc_settings
[
'algorithm'
]
+
" is not installed."
)
exit
(
1
)
...
...
@@ -481,7 +481,7 @@ def main(argv=None):
info
(
'Retrieving remote D-Wave solver information'
)
Initialize
([
'--'
+
acc
+
'-list-solvers'
])
return
if
not
opts
.
set_credentials
==
None
:
setCredentials
(
opts
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment