Skip to content
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
1 change: 0 additions & 1 deletion docs/apidocs/ibm-runtime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Qiskit IBM Quantum Provider API Reference
:maxdepth: 1

ibm_runtime
ibm_credentials
ibm_visualization
ibm_jupyter
ibm_utils
6 changes: 0 additions & 6 deletions docs/apidocs/ibm_credentials.rst

This file was deleted.

4 changes: 0 additions & 4 deletions qiskit_ibm_runtime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,6 @@ def interim_result_callback(job_id, interim_result):
# IBMError
# IBMProviderError
# IBMProviderValueError
# IBMProviderCredentialsNotFound
# IBMProviderCredentialsInvalidFormat
# IBMProviderCredentialsInvalidToken
# IBMProviderCredentialsInvalidUrl
# IBMBackendError
# IBMBackendApiError
# IBMBackendApiProtocolError
Expand Down
11 changes: 3 additions & 8 deletions qiskit_ibm_runtime/api/client_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

"""Represent IBM Quantum account credentials."""
"""Represent IBM Quantum account client parameters."""

from typing import Dict, Optional, Any, Union

Expand All @@ -23,12 +23,7 @@


class ClientParameters:
"""IBM Quantum account credentials and preferences.

Note:
By convention, two credentials that have the same hub, group,
and project are considered equivalent, regardless of other attributes.
"""
"""IBM Quantum account client parameters."""

def __init__(
self,
Expand All @@ -39,7 +34,7 @@ def __init__(
proxies: Optional[Dict] = None,
verify: bool = True,
) -> None:
"""Credentials constructor.
"""ClientParameters constructor.

Args:
token: IBM Quantum API token.
Expand Down
101 changes: 0 additions & 101 deletions qiskit_ibm_runtime/credentials/__init__.py

This file was deleted.

190 changes: 0 additions & 190 deletions qiskit_ibm_runtime/credentials/credentials.py

This file was deleted.

Loading