Skip to content

Remove tests that use qiskit-algorithms for 2.0 compatibility #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
from qiskit.primitives import StatevectorSampler as ReferenceSampler
from qiskit_aer.primitives import Sampler as AerSampler

from qiskit_algorithms.optimizers import COBYLA
from qiskit_algorithms.utils import algorithm_globals
from qiskit_machine_learning.optimizers import COBYLA
from qiskit_machine_learning.utils import algorithm_globals

from qiskit_machine_learning.algorithms.classifiers import VQC

Expand Down
11 changes: 0 additions & 11 deletions qiskit_neko/tests/nature/__init__.py

This file was deleted.

66 changes: 0 additions & 66 deletions qiskit_neko/tests/nature/test_ground_state_solver.py

This file was deleted.

61 changes: 0 additions & 61 deletions qiskit_neko/tests/primitives/test_vqe.py

This file was deleted.

2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
qiskit
qiskit-algorithms
qiskit-aer
qiskit-nature[pyscf]
qiskit-experiments
qiskit-machine-learning
qiskit-ibm-runtime>=0.19
Expand Down