Skip to content

Commit

Permalink
Comment out qiskit related tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Mar 20, 2024
1 parent f00616a commit b9fbc07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jarvis/tests/testfiles/io/pennylane/test_penny.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#
"""
# Commenting due to pypi conflict in qiskit
from jarvis.io.pennylane.inputs import run_vqe
from jarvis.db.figshare import (
get_wann_phonon,
Expand All @@ -11,4 +12,4 @@ def test_inp():
# w, atoms = get_wann_phonon("JVASP-816")
hk = get_hk_tb(w=w, k=[0.0, 0.0, 0])
run_vqe(mat=hk)

"""
3 changes: 3 additions & 0 deletions jarvis/tests/testfiles/io/qiskit/test_hermsolver.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""
# Commenting due to pypi conflicts in qiskit
#
# from qiskit.circuit.library import EfficientSU2
from qiskit.circuit import QuantumCircuit
Expand Down Expand Up @@ -120,3 +122,4 @@ def test_inp():
#test_inp()
"""

0 comments on commit b9fbc07

Please sign in to comment.