https://github.com/cqcl/ssip

https://github.com/cqcl/ssip

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: CQCL
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 2.27 MB
Statistics
  • Stars: 12
  • Watchers: 2
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

SSIP

SSIP is available from PyPi for Python >= 3.10:

sh pip install ssip

See the documentation for a more thorough description.

Development

Prerequisites

Installing

Run the following to setup your virtual environment and install dependencies:

sh poetry install

You can then activate the virtual environment and work within it with:

sh poetry shell

Consider using direnv to automate this when entering and leaving a directory.

To run a single command in the shell, just prefix it with poetry run.

Run tests using

sh poetry run pytest -v

Run tests with code coverage using

sh poetry run pytest --cov-report term-missing --cov=ssip tests/

Owner

  • Name: Cambridge Quantum
  • Login: CQCL
  • Kind: organization
  • Location: Cambridge, UK

Quantum Software and Technologies

GitHub Events

Total
  • Watch event: 5
  • Fork event: 1
Last Year
  • Watch event: 5
  • Fork event: 1

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 7 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 7 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • ss2165 (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/docs.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v5 composite
  • actions/deploy-pages v4 composite
  • actions/setup-python v5 composite
  • actions/upload-pages-artifact v3 composite
.github/workflows/pull-request.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • chartboost/ruff-action v1 composite
poetry.lock pypi
  • accessible-pygments 0.0.5
  • alabaster 0.7.16
  • babel 2.15.0
  • beautifulsoup4 4.12.3
  • certifi 2024.7.4
  • charset-normalizer 3.3.2
  • colorama 0.4.6
  • coverage 7.6.0
  • docutils 0.21.2
  • exceptiongroup 1.2.1
  • idna 3.7
  • imagesize 1.4.1
  • iniconfig 2.0.0
  • jinja2 3.1.4
  • markupsafe 2.1.5
  • networkx 3.3
  • nodeenv 1.9.1
  • numpy 1.26.4
  • packaging 24.1
  • pluggy 1.5.0
  • pydata-sphinx-theme 0.15.4
  • pygments 2.18.0
  • pyright 1.1.371
  • pytest 8.2.2
  • pytest-cov 5.0.0
  • requests 2.32.3
  • ruff 0.4.10
  • snowballstemmer 2.2.0
  • soupsieve 2.5
  • sphinx 7.3.7
  • sphinx-book-theme 1.1.3
  • sphinxcontrib-applehelp 1.0.8
  • sphinxcontrib-devhelp 1.0.6
  • sphinxcontrib-htmlhelp 2.0.5
  • sphinxcontrib-jsmath 1.0.1
  • sphinxcontrib-qthelp 1.0.7
  • sphinxcontrib-serializinghtml 1.1.10
  • tomli 2.0.1
  • typing-extensions 4.12.2
  • urllib3 2.2.2
  • z3-solver 4.13.0.0
pyproject.toml pypi
  • pyright ^1.1.359 develop
  • pytest ^8.1.1 develop
  • ruff ^0.4.0 develop
  • sphinx ^7.2.6 docs
  • sphinx-book-theme ^1.1.2 docs
  • networkx ^3.3
  • numpy ^1.26.4
  • pytest-cov ^5.0.0
  • python ^3.10
  • z3-solver ^4.13.0.0