Skip to content

Release v1.7.0: Use assembled QuantumCircuits in Backend

Compare
Choose a tag to compare
@hillmich hillmich released this 04 Jun 15:06
0a3a7b7
  • Import assembled QasmQobjExperiment instead of QuantumCircuit (via QFR, thanks @burgholzer )
  • Add unit tests to test python code
  • Add jkq/* folder to clang-format checks
  • Updated README.md
  • Unified workflow for bindings (one workflow with conditional job to publish to PyPI)
  • StatevectorSimulator now inherits from QasmSimulator and only sets some class variables (inpired by Qiskit's BasicAer)
  • Properly handle barriers in CircuitSimulator (i.e., ignore them)