Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 256 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 256 Bytes

Blueqat Gottesman-Knill backend

Blueqat backend for Clifford gates (X, Y, Z, H, S, S†, CNOT, CZ) and measurement

Usage

from blueqat import Circuit
import blueqat_gk_backend

print(Circuit().x[0].cx[0, 1].ccx[0, 1, 2].m[:].run_with_gk())