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

Commit

Permalink
date on .md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Jan 23, 2021
1 parent b4bd3b3 commit 3ac4554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ optional arguments:
* If Python complains about the certs, you could try setting an env variable, like this:
`export SSL_CERT_FILE=$(python3 -c "import certifi; print(certifi.where())")`

Jack Woehr 2020-10-10
Jack Woehr 2020-01-23
2 changes: 1 addition & 1 deletion qis_job/qis_job.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class QisJob: # pylint: disable-msg=too-many-instance-attributes, too-many-publ
self.local_simulator_type = 'statevector_simulator'
self.show_qisjob_version = show_qisjob_version
self.method = None # methods for simulators e.g., gpu
self.my_version = "3.3 (3.2+)"
self.my_version = "v3.3"
self.qasm_result = None
self.result_exp_dict = None
self.use_job_monitor = use_job_monitor
Expand Down

0 comments on commit 3ac4554

Please sign in to comment.