Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@jesusprubio jesusprubio released this 12 Apr 05:33
· 104 commits to master since this release

🎉 Added

  • @qiskit/qiskit-sim: Introduce Gate class.
  • @qiskit/qiskit-sim: Add the identity (id) gate.
  • @qiskit/qiskit-sim: Add createCircuit factory function.

✏️ Changed

  • Update Node.js install instruction in README.md.
  • Update packages links in qiskit-devs.
  • @qiskit/qiskit-sim: Support method chaining for addGate.
  • @qiskit/qiskit-sim: Move utility functions to utils.
  • @qiskit/qiskit-sim: Add dimension parameter to initTransform.
  • Using last version of all dependencies.
  • qiskit: Improve the return of job related commands in the command line client.