meteorlium / clifford-simulator

a python implementation of clifford simulator, CHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clifford-simulator介绍

chp算法的原作者的c语言程序:“CHP: CNOT-Hadamard-Phase”,https://www.scottaaronson.com/chp/

我参考c语言程序写出python程序clifford-simulator,核心算法于c语言相同。

不仅完成了测量功能,也完成了chp程序中的计算量子态向量形式。

关于clifford线路的介绍请参考《clifford线路》,其中第三节详细介绍了本程序的使用方法。

About

a python implementation of clifford simulator, CHP


Languages

Language:Python 100.0%