Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…sroom to list.
  • Loading branch information
mickahell authored Sep 19, 2023
1 parent 28e3807 commit cc9c446
Show file tree
Hide file tree
Showing 24 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions ecosystem/resources/members/Blueqat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ timestamp = 1694510488.163408
[configuration]
dependencies_files = [ "requirements.txt",]
extra_dependencies = [ "qiskit", "Cython", "coverage", "pylint",]
debian_dependencies = []
tests_command = [ "pytest",]
styles_check_command = [ "pylint -rn blueqat tests",]
coverages_check_command = [ "coverage3 -m pytest", "coverage3 report --fail-under=80",]
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/QPong.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ timestamp = 1694510736.052684
[configuration]
dependencies_files = [ "requirements.txt", "requirements-dev.txt",]
extra_dependencies = [ "pytest",]
debian_dependencies = []
tests_command = [ "pytest",]
styles_check_command = [ "pylint -rn qpong tests",]
coverages_check_command = [ "coverage3 run -m pytest", "coverage3 report --fail-under=80",]
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/c3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ timestamp = 1694509993.569889
[configuration]
dependencies_files = [ "requirements.txt",]
extra_dependencies = [ "qiskit", "coverage", "pylint", "black",]
debian_dependencies = []
tests_command = [ "pytest -v -x -m \"not slow\" test/", "pytest -v -x -m \"slow\" test/",]
styles_check_command = [ "black --check c3/",]
coverages_check_command = [ "pytest -x -v --cov=c3 --cov-report=xml test/",]
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/kaleidoscope.toml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ timestamp = 1694510943.083653
[configuration]
dependencies_files = [ "requirements.txt", "requirements-dev.txt",]
extra_dependencies = [ "coverage", "pylint",]
debian_dependencies = []
tests_command = [ "pytest -p no:warnings --pyargs kaleidoscope/test/no_qiskit",]
styles_check_command = [ "pylint -rn kaleidoscope",]
coverages_check_command = [ "coverage3 -m pytest -p no:warnings --pyargs kaleidoscope/test/no_qiskit", "coverage3 report --fail-under=80",]
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/mitiq.toml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ timestamp = 1694514332.545583
[configuration]
dependencies_files = [ "requirements.txt", "dev_requirements.txt",]
extra_dependencies = [ "coverage", "pylint", "qiskit",]
debian_dependencies = []
tests_command = [ "pytest -n auto -v --cov=mitiq --cov-report=term --cov-report=xml --ignore=mitiq/interface/mitiq_pyquil",]
styles_check_command = [ "pylint -rn mitiq",]
coverages_check_command = [ "pytest -n auto -v --cov=mitiq --cov-report=term --cov-report=xml",]
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/mthree.toml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ timestamp = 1694510579.014347
[configuration]
dependencies_files = [ "requirements.txt", "requirements-dev.txt",]
extra_dependencies = []
debian_dependencies = []
tests_command = [ "pytest -p no:warnings --pyargs mthree/test",]
styles_check_command = [ "pylint -rn mthree",]
coverages_check_command = []
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/pennylane-qiskit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ timestamp = 1694509912.070713
[configuration]
dependencies_files = [ "requirements.txt",]
extra_dependencies = [ "coverage", "pylint", "qiskit",]
debian_dependencies = []
tests_command = [ "pytest tests --tb=short",]
styles_check_command = [ "pylint -rn pennylane_qiskit tests",]
coverages_check_command = [ "python3 -m pytest tests --tb=short --cov=pennylane_qiskit --cov-report term-missing --cov-report=html:coverage_html_report",]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ timestamp = 1693906171.782188
[configuration]
dependencies_files = []
extra_dependencies = [ "qiskit>=0.35.0", "qiskit_nature>=0.3.2", "pyscf>=2.0.1", "h5py>=3.6.0", "pytest", "black==22.3.0",]
debian_dependencies = []
tests_command = [ "python -m pytest tests",]
styles_check_command = [ "python -m black --check entanglement_forging tests",]
coverages_check_command = []
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/prototype-qrao.toml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ timestamp = 1694510346.399896
[configuration]
dependencies_files = [ "requirements.txt", "requirements-dev.txt",]
extra_dependencies = []
debian_dependencies = []
tests_command = [ "pip check", "python -m pytest",]
styles_check_command = [ "black .",]
coverages_check_command = []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ stars = 33
[configuration]
dependencies_files = [ "requirements.txt", "requirements-dev.txt",]
extra_dependencies = []
debian_dependencies = []
tests_command = [ "treon docs/ --threads 1",]
styles_check_command = [ "black --check docs",]
coverages_check_command = []
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/pyEPR.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ stars = 140
[configuration]
dependencies_files = [ "requirements.txt",]
extra_dependencies = [ "qiskit", "coverage", "pylint",]
debian_dependencies = []
tests_command = [ "pytest",]
styles_check_command = [ "pylint -rn pyEPR",]
coverages_check_command = [ "coverage3 -m pytest", "coverage3 report --fail-under=80",]
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/python-open-controls.toml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ timestamp = 1694510427.802724
[configuration]
dependencies_files = []
extra_dependencies = [ "qiskit", "coverage", "numpy==1.*,>=1.20.0", "toml==0.*,>=0.10.0", "black==20.*,>=20.8.0.b1", "isort==5.*,>=5.7.0", "mypy==0.*,>=0.800.0", "nbval==0.*,>=0.9.5", "pre-commit==2.*,>=2.9.3", "pylint==2.*,>=2.6.0", "pylint-runner==0.*,>=0.5.4", "pytest==5.*,>=5.0.0", "qctrl-visualizer==2.*,>=2.12.2",]
debian_dependencies = []
tests_command = [ "pytest",]
styles_check_command = [ "pylint -rn qctrlopencontrols tests",]
coverages_check_command = [ "coverage3 -m pytest", "coverage3 report --fail-under=80",]
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/pytorch-quantum.toml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ timestamp = 1694511118.733143
[configuration]
dependencies_files = [ "requirements.txt",]
extra_dependencies = [ "qiskit", "coverage", "pylint",]
debian_dependencies = []
tests_command = [ "pytest",]
styles_check_command = [ "pylint -rn torchquantum test",]
coverages_check_command = [ "coverage3 -m pytest", "coverage3 report --fail-under=80",]
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/qiskit-alt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ timestamp = 1694510987.836523
[configuration]
dependencies_files = [ "requirements.txt", "requirements-dev.txt",]
extra_dependencies = []
debian_dependencies = []
tests_command = [ "pytest -p no:warnings --pyargs test",]
styles_check_command = [ "pylint -rn src",]
coverages_check_command = []
Expand Down
15 changes: 15 additions & 0 deletions ecosystem/resources/members/qiskit-classroom.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name = "qiskit-classroom"
url = "https://github.com/KMU-quantum-classroom/qiskit-classroom"
description = "Qiskit-classroom is a toolkit that helps implement quantum algorithms by converting and visualizing different expressions used in the Qiskit ecosystem using Qiskit-classroom-converter. The following three transformations are supported : Quantum Circuit to Dirac notation, Quantum Circuit to Matrix, Matrix to Quantum Circuit etc..."
licence = "Apache License 2.0"
contact_info = "_No response_"
alternatives = "_No response_"
affiliations = "_No response_"
labels = [ "Visualization",]
tier = "Community"
website = "https://github.com/KMU-quantum-classroom"
tests_results = []
styles_results = []
coverages_results = []
skip_tests = false
historical_test_results = []
1 change: 1 addition & 0 deletions ecosystem/resources/members/qiskit-cold-atom.toml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ timestamp = 1694509963.288894
[configuration]
dependencies_files = [ "requirements-dev.txt",]
extra_dependencies = []
debian_dependencies = []
tests_command = [ "stestr run",]
styles_check_command = [ "pylint -rn -j 0 --rcfile=./.pylintrc qiskit_cold_atom/ test/",]
coverages_check_command = []
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/qiskit-ibm-provider.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ stars = 60
[configuration]
dependencies_files = [ "requirements.txt", "requirements-dev.txt",]
extra_dependencies = []
debian_dependencies = []
tests_command = [ "python -m unittest -v",]
styles_check_command = [ "pylint -rn --rcfile=./.pylintrc test",]
coverages_check_command = []
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/qiskit-ionq.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ timestamp = 1694510425.243389
[configuration]
dependencies_files = [ "requirements.txt", "requirements-test.txt",]
extra_dependencies = []
debian_dependencies = []
tests_command = [ "python setup.py test",]
styles_check_command = [ "pylint -rn --rcfile=./.pylintrc qiskit_ionq test",]
coverages_check_command = []
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/qiskit-rigetti.toml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ timestamp = 1694510272.444874
[configuration]
dependencies_files = []
extra_dependencies = [ "qiskit", "coverage", "pylint", "numpy==1.*,>=1.20.1", "pyquil==3.*,>=3.0.0", "black==20.*,>=20.8.0.b1", "flake8==3.*,>=3.8.1", "mypy==0.*,>=0.800.0", "pip-licenses==3.*,>=3.5.1", "pytest==6.*,>=6.2.2", "pytest-cov==2.*,>=2.11.1", "pytest-httpx==0.*,>=0.9.0", "pytest-mock==3.*,>=3.6.1",]
debian_dependencies = []
tests_command = [ "pytest",]
styles_check_command = [ "pylint -rn qiskit_rigetti tests",]
coverages_check_command = [ "coverage3 -m pytest", "coverage3 report --fail-under=80",]
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/qiskit-superstaq.toml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ timestamp = 1678827878.749304
[configuration]
dependencies_files = [ "requirements.txt", "dev-requirements.txt",]
extra_dependencies = [ "qiskit",]
debian_dependencies = []
tests_command = [ "pytest . --ignore-glob=*_integration_test.py --ignore=examples/",]
styles_check_command = [ "pylint --rcfile=.pylintrc examples qiskit-superstaq",]
coverages_check_command = [ "pytest qiskit_superstaq --cov --cov-report=term-missing --cov-config=.coveragerc --cov-fail-under=100 --ignore-glob=*_integration_test.py --ignore=examples/",]
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/qiskit-symb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ timestamp = 1694510480.382217
[configuration]
dependencies_files = [ "requirements.txt",]
extra_dependencies = []
debian_dependencies = []
tests_command = [ "pytest -v --cov=qiskit_symb",]
styles_check_command = [ "pylint src/ tests/",]
coverages_check_command = []
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/qtcodes.toml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ timestamp = 1694510403.611077
[configuration]
dependencies_files = []
extra_dependencies = [ "qiskit", "coverage", "pylint", "numpy", "matplotlib>=3.3.0", "retworkx>=0.10.0", "tqdm", "pylatexenc", "IPython", "mypy", "black", "pytest",]
debian_dependencies = []
tests_command = [ "python -m unittest",]
styles_check_command = [ "pylint -rn qtcodes",]
coverages_check_command = [ "coverage3 -m pytest", "coverage3 report --fail-under=80",]
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/quantumcat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ timestamp = 1694510291.600908
[configuration]
dependencies_files = [ "requirements.txt",]
extra_dependencies = [ "coverage", "pylint",]
debian_dependencies = []
tests_command = [ "pytest",]
styles_check_command = [ "pylint -rn quantumcat tests",]
coverages_check_command = [ "coverage3 -m pytest", "coverage3 report --fail-under=80",]
Expand Down
1 change: 1 addition & 0 deletions ecosystem/resources/members/quantuminspire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ timestamp = 1694510440.576844
[configuration]
dependencies_files = [ "requirements.txt",]
extra_dependencies = [ "coverage", "pylint", "qiskit",]
debian_dependencies = []
tests_command = [ "pytest src/tests",]
styles_check_command = [ "pylint -rn src",]
coverages_check_command = [ "coverage run --source=\"./src/quantuminspire\" -m unittest discover -s src/tests -t src -v",]
Expand Down

0 comments on commit cc9c446

Please sign in to comment.