Skip to content

Commit

Permalink
udpate: remove some test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Nozidoali committed Nov 25, 2024
1 parent 775e16b commit a44504a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 119 deletions.
52 changes: 0 additions & 52 deletions tests/test_algorithms/test_cardinality_reduction.py

This file was deleted.

10 changes: 0 additions & 10 deletions tests/test_algorithms/test_dicke.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
#!/usr/bin/env python
# -*- encoding=utf8 -*-

"""
Author: Hanyu Wang
Created time: 2024-03-18 18:02:05
Last Modified by: Hanyu Wang
Last Modified time: 2024-03-18 19:12:39
"""

import numpy as np
import pytest
import xyz
Expand Down
10 changes: 0 additions & 10 deletions tests/test_algorithms/test_exact_synthesis.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
#!/usr/bin/env python
# -*- encoding=utf8 -*-

"""
Author: Hanyu Wang
Created time: 2023-08-18 20:05:51
Last Modified by: Hanyu Wang
Last Modified time: 2023-08-18 21:09:09
"""

import random
from itertools import combinations

Expand Down
45 changes: 0 additions & 45 deletions tests/test_algorithms/test_qubit_reduction.py

This file was deleted.

2 changes: 0 additions & 2 deletions tests/test_circuit/test_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ def test_mapping():
gate: xyz.QGate
assert gate.get_qgate_type() in [
xyz.QGateType.CX,
# xyz.QGateType.U,
xyz.QGateType.X,
xyz.QGateType.RY
# xyz.QGateType.CU,
]

# circuit = circuit.to_qiskit()
Expand Down

0 comments on commit a44504a

Please sign in to comment.