Skip to content

v0.6.3

Compare
Choose a tag to compare
@chinyi0523 chinyi0523 released this 11 Feb 16:54
· 426 commits to main since this release
57d35cd

v0.6.3

This release focuses on fixing correct behaviors on tensor conversions.

Related Pull Requests

Added

  • qcir adjoint command

Changed

  • Refactored QCir-to-Tensor codes to be more maintainable
  • Refactored ZXGraph-to-Tensor codes to be more maintainable

Fixed

  • Fixed QC2TS producing transposed tensors
  • Fixed ZX2TS producing transposed tensors
  • Fixed QC2ZX producing wrong ZXGraph for (Multi-control) Ry gates
  • Fixed QC2TS producing correct tensors when qubits are not in order
  • Outdated messages when no QCir/Device is available upon command execution
  • Grammar mistakes of the adjoint commands

Removed