Changed - Performance improvement: use OpenMP, reduce malloc/free functions etc - Backend API: specify 'name' only -> specify 'name' and 'device Added - Backend: ibmq - Example of T gate operation with clifford and measurement (T_gate.py)
0.1.4
Added - Backend: qulacs, qulacs-gpu
0.1.3
Added - example of surface code with QComp class (braiding_hadamard.py) Fixed - bug fix: run_qlazy.py
0.1.2
Added - QComp class - quantum computer - Backend class - backend quantum device (support qlazy simulator only) - Register tools Fixed - bug fix: s_dg operation in Stabizer
0.1.1
Added - Stablizer class - example of defect braiding with surface code
0.1.0
Added - add example of error correction with surface code (toric code) Changed - update tutorials