From 026a0106ffd37a5e5564793ed1ac345a06dda54d Mon Sep 17 00:00:00 2001 From: "Jack J. Woehr" Date: Sun, 21 Feb 2021 13:55:01 -0700 Subject: [PATCH] update README with output of qisjob -h --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e435e4..846298b 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Do one of the following in the source directory (preferably in a Python virtual The `qisjob` script has helpful help. ``` -$$ qisjob -h +$ qisjob -h usage: qisjob [-h] [-i | -s | -a | -b BACKEND] [--qasm_simulator | --unitary_simulator] [--statevector_gpu | --unitary_gpu | --density_matrix_gpu] [--version] [--api_provider API_PROVIDER] [--qvm] [--qvm_as] [--backends] [-1] [-c CREDITS] [-d DATETIME] [-g] [-j] [--jobs JOBS] [--job_id JOB_ID] [--job_result JOB_RESULT] [-m] [-n NUQASM2] [-o OUTFILE] [-p] [-q QUBITS] [--qiskit_version] [-r] [-t SHOTS] [-v] [-x] [--showsched] [--circuit_layout] [--optimization_level OPTIMIZATION_LEVEL] @@ -182,7 +182,7 @@ optional arguments: --figure_basename FIGURE_BASENAME basename including path (if any) for figure output, default='figout', backend name, figure type, and timestamp will be appended --qasm Print qasm file to stdout before running job - --qc QC Indicate circuit name of python-coded QuantumCircuit + --qc QC Indicate variable name of Python-coded QuantumCircuit --status Print status of chosen --backend to stdout (default all backends) of --api_provider (default IBMQ) and exit 0 --token TOKEN Use this token --url URL Use this url