blueqat 0.4.6 - 2021-07-29
New Features
- Add JSON serializer/deserializer. Refer here.
Destructive Changes
Operation.create
method is added. All subclasses ofOperation
class must implement it.- Remove circuit-local default backend, move
blueqat.circuit.GATE_SET
toblueqat.gateset.GATE_SET
.- Use
GATE_SET
directly is not recommended. Please useblueqat.gateset.create
orblueqat.gateset.get_op_type
.
- Use
- u1/u2/u3, cu1/cu2/cu3 gates are completely deleted.
Advanced Notice
blueqat.wq
module will be deleted.