使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
pete
/
abp
关注
1
点赞
1
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Temporarily dump test_clifford.test_group
master
Pete Shadbolt
8 年前
父节点
375b1d73bc
当前提交
bfaba87f9c
共有
2 个文件被更改
,包括
1 次插入
和
4 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
tests/test_clifford.py
+0
-3
tests/test_cz.py
+ 1
- 1
tests/test_clifford.py
查看文件
@@ -41,7 +41,7 @@ def test_we_have_all_useful_gates():
lc.find_up_to_phase(u)
def test_group():
def
_
test_group():
""" Test we are really in a group """
matches = set()
for a, b in tqdm(it.combinations(lc.unitaries, 2), "Testing this is a group"):
+ 0
- 3
tests/test_cz.py
查看文件
@@ -1,3 +0,0 @@
from graph import *
撰写
预览
正在加载...
取消
保存