Explorar el Código

Remove print in a test

master
Pete Shadbolt hace 7 años
padre
commit
1bdb86f9a4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      tests/test_qi.py

+ 0
- 1
tests/test_qi.py Ver fichero

@@ -168,5 +168,4 @@ def test_sqrt_notation(n=2):
c = mock.random_stabilizer_circuit(n)
g = GraphState(range(n))
g.act_circuit(c)
print g.to_state_vector()


Cargando…
Cancelar
Guardar