From 186d16d9459419ba2ce3a18da6cf2d1f992b79c1 Mon Sep 17 00:00:00 2001 From: Jack Woehr Date: Mon, 10 Feb 2020 21:38:14 -0700 Subject: [PATCH] tell the truth --- qis_job/qis_job.pyx | 2 +- scripts/qisjob | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qis_job/qis_job.pyx b/qis_job/qis_job.pyx index 217f699..1c67aad 100644 --- a/qis_job/qis_job.pyx +++ b/qis_job/qis_job.pyx @@ -730,7 +730,7 @@ if __name__ == '__main__': default='figout', backend name, figure type, and timestamp will be appended""") PARSER.add_argument("--qasm", action="store_true", - help="Print qasm file to stdout before running job") + help="Print qasm file to stdout after running job") PARSER.add_argument("--qc", action="store", help="Indicate circuit name of python-coded QuantumCircuit") PARSER.add_argument("--status", action="store_true", diff --git a/scripts/qisjob b/scripts/qisjob index af11eeb..af98259 100644 --- a/scripts/qisjob +++ b/scripts/qisjob @@ -125,7 +125,7 @@ PARSER.add_argument("--figure_basename", type=str, action="store", default='figout', backend name, figure type, and timestamp will be appended""") PARSER.add_argument("--qasm", action="store_true", - help="Print qasm file to stdout before running job") + help="Print qasm file to stdout after running job") PARSER.add_argument("--qc", action="store", help="Indicate circuit name of python-coded QuantumCircuit") PARSER.add_argument("--status", action="store_true",