Skip to content

QX Rise v0.2.0

Compare
Choose a tag to compare
@Nader-Khammassi Nader-Khammassi released this 23 Aug 11:29
· 377 commits to master since this release
e38993f

Release notes:

  • Initial cQASM 1.0 support.
  • Integrated with libqasm 0.1.1 release.
  • Added support for new quantum gates:
    • Flexible controlled phase shift (CR and CRK)
    • Measurement and Preparation in X/Y/Z basis: added measure_x, measure_y, prep_x and prep_y.
  • Re-implemented classical NOT gate for full binary-controlled gate support.
  • Added support for Single Gate Multiple Qubits (SGMQ).
  • Fixed overflow bug when simulating more than 31 qubits.
  • Fixed bug in qubit register measurement ("measure_all" instruction).
  • Added a new set of unit tests.

For more information on the cQASM language, please refer to the following paper: https://arxiv.org/abs/1805.09607