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

QisJob v3.0

Compare
Choose a tag to compare
@jwoehr jwoehr released this 11 Feb 21:01

Qis Job v3.0

  • Now can use experimental [nuqasm2] to assemble your quantum circuits.
    • with -n switch, uses nuqasm2 to assemble qasm code
  • Now installable via setup.py
  • Command once installed is qisjob
  • Support for new Aer GPU simulator
  • Added switches:
    • --circuit_layout
    • --statevector_gpu
    • --showsched
  • Fixed bug in returning results of multiple experiment job
  • More exception catching