Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
cleanup and hide job print behind verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Feb 16, 2019
1 parent 76c1a91 commit e4ceb37
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ibmqe_job/ghzxxx.qasm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GHZ_XXX
// GHZ_XXX
OPENQASM 2.0;
include "qelib1.inc";
qreg q[3];
Expand Down
2 changes: 1 addition & 1 deletion ibmqe_job/ghzxyx.qasm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GHZ_XYX
// GHZ_XYX
OPENQASM 2.0;
include "qelib1.inc";
qreg q[3];
Expand Down
2 changes: 1 addition & 1 deletion ibmqe_job/ghzxyy.qasm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GHZ_XYY
// GHZ_XYY
OPENQASM 2.0;
include "qelib1.inc";
qreg q[3];
Expand Down
1 change: 1 addition & 0 deletions ibmqe_job/ghzyxy.qasm
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// ghzyxy
OPENQASM 2.0;
include "qelib1.inc";
qreg q[3];
Expand Down
1 change: 1 addition & 0 deletions ibmqe_job/ghzyyx.qasm
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// ghzyyx
OPENQASM 2.0;
include "qelib1.inc";
qreg q[3];
Expand Down
2 changes: 1 addition & 1 deletion ibmqe_job/ibmqe_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def verbosity(text, count):
print(jx.get_job_status())
time.sleep(args.sleeptime)

print(jx.get_job())
verbosity(jx.get_job(), 1)

for i in range(0, len(jx.execs)):
csv = jx.csv_execution(args.filepaths[i], i)
Expand Down
1 change: 1 addition & 0 deletions ibmqe_job/yiqing.qasm
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// yiqing (one of many possible)
OPENQASM 2.0;
include "qelib1.inc";
qreg q[3];
Expand Down

0 comments on commit e4ceb37

Please sign in to comment.