1 parent 42dc508 commit 38b4836Copy full SHA for 38b4836
1 file changed
tests/test_circuits.py
@@ -9,7 +9,6 @@
9
def test_bernstein_vazirani():
10
qc = bernstein_vazirani("101")
11
assert isinstance(qc, QuantumCircuit)
12
- assert qc.name == "BV_Circuit"
13
assert qc.num_qubits == 4
14
15
def test_simon_algorithm():
@@ -32,5 +31,4 @@ def test_qft_circuit():
32
31
def test_generate_trained_qnn():
33
qc = generate_trained_qnn(num_qubits=3, num_layers=1)
34
35
- assert qc.name == "Optimized_QNN"
36
assert qc.num_qubits == 3
0 commit comments