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

QisJob v4.1

Compare
Choose a tag to compare
@jwoehr jwoehr released this 05 May 17:35
· 97 commits to main since this release

QisJob v4.1

Note: Version 4.1 is the last version before changing Aer simulator support to the new AerSimulator backend.

  • Add support for IBMQ hub, group, and project (--hub --group --project)
  • Add support for job_monitor kwarg line_discipline (--job_monitor_line)
  • Add --noisy_sim for noisy simulations
  • Add --providers to list hub/group/project providers for IBMQ
  • 4 -vs now print QisJob data dictionary and return
  • ibmqjob_to_dict calls on members not supported on all platforms: Now each
    call is wrapped in try/except.
  • examples/multimeasure.qasm
  • Correct version number in setup.py