Skip to content

blueqat 0.4.6 - 2021-07-29

Compare
Choose a tag to compare
@gyu-don gyu-don released this 29 Jul 08:25
· 118 commits to master since this release

New Features

  • Add JSON serializer/deserializer. Refer here.

Destructive Changes

  • Operation.create method is added. All subclasses of Operation class must implement it.
  • Remove circuit-local default backend, move blueqat.circuit.GATE_SET to blueqat.gateset.GATE_SET.
    • Use GATE_SET directly is not recommended. Please use blueqat.gateset.create or blueqat.gateset.get_op_type.
  • u1/u2/u3, cu1/cu2/cu3 gates are completely deleted.

Advanced Notice

blueqat.wq module will be deleted.