Skip to content

QisJob v4.0

Compare
Choose a tag to compare
@jwoehr jwoehr released this 21 Feb 20:58
· 113 commits to main since this release

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 from qis_job (Issue #3)
    • Added Makefile target uninstall_oldname to uninstall qis_job
  • 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! (github omarcostahamido)
  • Add --job_monitor_filepath
  • Use Aer instead of BasicAer (Issue #15)
  • Fix bug in -w switch (Issue #6)
  • Moved ibmqjob_to_dict() into QisJob as static method
  • Better install instructions (Issue #5)
  • Autogenerate docs using pdoc3