QisJob v4.0
QisJob v4.0
QisJob is now a full-fledged object which can be used in your programs.
The project repository and module have also been renamed to qisjob
.
Major changes:
- Renamed module to
qisjob
fromqis_job
(Issue #3)- Added Makefile target
uninstall_oldname
to uninstallqis_job
- Added Makefile target
qisjob.QisJob
is now fully usable class to include in your Python program.- Added exception regimen and removee
sys.exit()
calls (Issue #17)
Thanks, Omar Costa Hamido! (githubomarcostahamido
)
- Added exception regimen and removee
- Add
--job_monitor_filepath
- Use
Aer
instead ofBasicAer
(Issue #15) - Fix bug in
-w
switch (Issue #6) - Moved
ibmqjob_to_dict()
intoQisJob
as static method - Better install instructions (Issue #5)
- Autogenerate docs using
pdoc3