Skip to content

blueqat 0.4.8 - 2021-10-15

Compare
Choose a tag to compare
@gyu-don gyu-don released this 15 Oct 02:32
· 93 commits to master since this release

New feature

  • Builtin-macros
  • mcx_with_ancilla(ctrl: list[int], target: int, ancilla: int) -> Circuit
  • mcz_with_ancilla(ctrl: list[int], target: int, ancilla: int) -> Circuit

Major changes

  • Remove wq module
    • We recommend using dwave-ocean-sdk library for annealing task.
    • wq.pauli function (It translates QUBO to pauli matrix for QAOA) is moved to pauli.to_qubo function.

Minor changes

  • Internal implementation of Circuit
    • It cheats type-checker likes pyright for suppressing errors.