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

Commit

Permalink
4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoehr committed Mar 25, 2023
1 parent 9da9075 commit d8a5da6
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 7,543 deletions.
6 changes: 3 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ limitations under the License.

CHANGES by revision to QisJob

v4.1.2-dev
- Use IBMProvider
v4.1.2
- Use IBMProvider if installed
- Add OPENQasm 3 support
- Added `entangle.qasm` example
- Update alternate providers (e.g., JKU -> MQT)
- General code cleanups


v4.1.1
This is an intermediate release as the Qiskit BaseBackend, BaseJob, and
BaseProvider classes have all been removed in favor of BackendV2, JobV1, and
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ options:
## Notes

* It is recommended you download or clone the most recent [release](https://github.com/jwoehr/qisjob/releases).
* Version v4.1.1 is the current version.
* Version v4.1.2 is the current version.
* This document always reflects the latest checkins and may be ahead of the release versions.
* See the README.md in the release version itself for contemporary information.
* Please use the [issue tracker](https://github.com/jwoehr/qisjob/issues) to report any issues or feature requests.
Expand Down
2 changes: 1 addition & 1 deletion qisjob/qisjob.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def __init__( # pylint: disable-msg=too-many-arguments, too-many-locals, too-ma
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 = "v4.1.2.dev0"
self.my_version = "v4.1.2"
self.qasm_result = None
self.result_exp_dict = None
self.use_job_monitor = use_job_monitor
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="qisjob",
version="4.1.2.dev0",
version="4.1.2",
description="Run Qiskit jobs from command line",
url="https://github.com/jwoehr/qisjob",
author="Jack Woehr",
Expand Down
80 changes: 0 additions & 80 deletions share/doc/qisjob/index.html

This file was deleted.

Loading

0 comments on commit d8a5da6

Please sign in to comment.