소스 검색

Prepare for measurement

master
Pete Shadbolt 8 년 전
부모
커밋
3a37e8b085
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. +15
    -0
      abp/graphstate.py

+ 15
- 0
abp/graphstate.py 파일 보기

@@ -93,6 +93,21 @@ class GraphState(object):
if new_edge != edge:
self.toggle_edge(a, b)

def measure_x(self, i):
""" Measure the graph in the X-basis """
#TODO
pass

def measure_y(self, i):
""" Measure the graph in the Y-basis """
#TODO
pass

def measure_Z(self, i):
""" Measure the graph in the Z-basis """
#TODO
pass

def __str__(self):
""" Represent as a string for quick debugging """
return "graph:\n vops: {}\n ngbh: {}\n"\


불러오는 중...
취소
저장