Skip to content

Commit

Permalink
docs tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
obliviateandsurrender committed Jul 14, 2024
1 parent 123cf43 commit 787c85e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pennylane_qiskit/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ def load_noise_model(noise_model, **kwargs) -> qml.NoiseModel:
gate_times (Dict[Tuple(str, Tuple[int]), float]): a dictionary to provide gate times for building
thermal relaxation error. Each key will be a tuple of instruction name and qubit indices and
the corresponding value will be the time in seconds. If it is not provided or a gate/qubit
is missing, then a default value of `1.0 s`` will be used for the specific constructions.
is missing, then a default value of ``1.0 s`` will be used for the specific constructions.
optimize (bool): controls if a contraction order optimization is used for ``einsum`` while
transforming Kraus operators to a Choi matrix, wherever required. Default is ``False``.
kraus_shape (bool): use shape of the Kraus operators to display ``qml.QubitChannel``
Expand Down
2 changes: 1 addition & 1 deletion pennylane_qiskit/noise_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def _build_noise_model_map(noise_model, **kwargs) -> Tuple[dict, dict]:
gate_times (Dict[Tuple(str, Tuple[int]), float]): a dictionary to provide gate times for building
thermal relaxation error. Each key will be a tuple of instruction name and qubit indices and
the corresponding value will be the time in seconds. If it is not provided or a gate/qubit
is missing, then a default value of `1.0 s`` will be used for the specific constructions.
is missing, then a default value of ``1.0 s`` will be used for the specific constructions.
optimize (bool): controls if a contraction order optimization is used for ``einsum`` while
transforming Kraus operators to a Choi matrix, wherever required. Default is ``False``.
multi_pauli (bool): assume depolarization channel to be multi-qubit. This is currently not
Expand Down

0 comments on commit 787c85e

Please sign in to comment.