Kaynağa Gözat

FUCK YEAH

master
Pete Shadbolt 8 yıl önce
ebeveyn
işleme
8c450b9bd8
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      tests/test_against_circuit_model.py

+ 2
- 2
tests/test_against_circuit_model.py Dosyayı Görüntüle

@@ -20,7 +20,7 @@ def test_single_qubit(n=1):
assert g.to_state_vector() == c


def _test_hadamard_only_multiqubit(n=6):
def test_hadamard_only_multiqubit(n=6):
""" A multi qubit test with Hadamards only"""
for qqq in range(REPEATS):
g = GraphState(range(n))
@@ -41,7 +41,7 @@ def _test_hadamard_only_multiqubit(n=6):
assert g.to_state_vector() == c


def _test_all_multiqubit(n=4):
def test_all_multiqubit(n=4):
""" A multi qubit test with arbitrary local rotations """
g = GraphState(range(n))
c = CircuitModel(n)


Yükleniyor…
İptal
Kaydet