Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
rileyjmurray committed Feb 3, 2024
1 parent 3461335 commit 1cc944c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pygsti/modelmembers/povms/tppovm.py
Original file line number Diff line number Diff line change
@@ -67,13 +67,6 @@ def dim(self):
effect = next(iter(self.values()))
return effect.dim

# TODO: remove this function if I can confirm its no longer needed.
@property
def base(self):
effectreps = [effect._rep for effect in self.values()]
povm_mat = _np.row_stack([erep.state_rep.base for erep in effectreps])
return povm_mat

def to_vector(self):
effect_vecs = []
for i, (lbl, effect) in enumerate(self.items()):

0 comments on commit 1cc944c

Please sign in to comment.