Fix indent in execute_function docstring (#8181)

* fix indent in execute_function for docu

* removing trailing whitespace in qiskit/execute_function.py

Co-authored-by: Matthew Treinish <mtreinish@kortar.org>

Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
johannesgreiner 2022-06-17 20:14:21 +02:00 committed by GitHub
parent 573198bdc5
commit 3577669925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -169,9 +169,9 @@ def execute(
(provided the backend supports it). For OpenPulse jobs, only (provided the backend supports it). For OpenPulse jobs, only
measurement level 2 supports this option. Default: False measurement level 2 supports this option. Default: False
max_credits (int): DEPRECATED This parameter is deprecated as of max_credits (int): DEPRECATED This parameter is deprecated as of Qiskit Terra 0.20.0
Qiskit Terra 0.20.0, and will be removed in a future release. This parameter has and will be removed in a future release. This parameter has no effect on modern
no effect on modern IBM Quantum systems, and no alternative is necessary. IBM Quantum systems, no alternative is necessary.
seed_simulator (int): Random seed to control sampling, for when backend is a simulator seed_simulator (int): Random seed to control sampling, for when backend is a simulator