Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions qiskit_ibm_provider/ibm_backend_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def jobs(
descending: If ``True``, return the jobs in descending order of the job
creation date (i.e. newest first) until the limit is reached.
instance: The provider in the hub/group/project format.
legacy: If ``True``, only retrieve jobs run from the deprecated ``qiskit-ibmq-provider``.
legacy: If ``True``, only retrieve jobs run from the archived ``qiskit-ibmq-provider``.
Otherwise, only retrieve jobs run from ``qiskit-ibm-provider``.

Returns:
Expand Down Expand Up @@ -383,7 +383,7 @@ def _get_jobs(
skip: Starting index for the job retrieval.
descending: If ``True``, return the jobs in descending order of the job
creation date (i.e. newest first) until the limit is reached.
legacy: Filter to only retrieve jobs run from the deprecated `qiskit-ibmq-provider`.
legacy: Filter to only retrieve jobs run from the archived ``qiskit-ibmq-provider``.

Returns:
A list of raw API response.
Expand Down Expand Up @@ -435,7 +435,7 @@ def _restore_circuit_job(
job_info: Job info in dictionary format.
raise_error: Whether to raise an exception if `job_info` is in
an invalid format.
legacy: Filter to only retrieve jobs run from the deprecated `qiskit-ibmq-provider`.
legacy: Filter to only retrieve jobs run from the archived ``qiskit-ibmq-provider``.

Returns:
Circuit job restored from the data, or ``None`` if format is invalid.
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ coverage>=6.3
scikit-learn>=0.20.0
ddt>=1.2.0,!=1.4.0,!=1.4.3
pylatexenc>=1.4
qiskit-ibmq-provider>=0.19.2

# Documentation
jupyter-sphinx
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering",
],
keywords="qiskit sdk quantum api ibmq",
keywords="qiskit, quantum",
packages=setuptools.find_packages(exclude=["test*"]),
install_requires=REQUIREMENTS,
include_package_data=True,
Expand Down