quri-parts-riqu

QURI Parts riqu is a support library for using quantum computers provided by the cloud server with riqu (Rest Interface for QUantum computing) interface.

https://github.com/qiqb-osaka/quri-parts-riqu

Science Score: 44.0%

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

  • CITATION.cff file
    Found 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 (9.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

QURI Parts riqu is a support library for using quantum computers provided by the cloud server with riqu (Rest Interface for QUantum computing) interface.

Basic Info
  • Host: GitHub
  • Owner: qiqb-osaka
  • License: apache-2.0
  • Language: HTML
  • Default Branch: main
  • Homepage:
  • Size: 460 KB
Statistics
  • Stars: 1
  • Watchers: 7
  • Forks: 2
  • Open Issues: 2
  • Releases: 16
Created almost 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing License Citation

README.md

QURI Parts riqu

riqu (REST Interface for Quantum Computing) is an interface for using quantum computers through cloud services and designed by Center for Quantum Information and Quantum Biology, Osaka University (referred to as QIQB).

QURI Parts riqu is a support library for using riqu interface with QURI Parts, developed by QIQB.

This package is experimental and may undergo breaking changes without notice. Use it at your own risk.

Installation

QURI Parts requires Python 3.9.8 or later.

Use pip to install QURI Parts riqu.

pip install quri-parts-riqu

Installation from local source tree

If you check out the QURI Parts riqu repository and want to install from that local source tree, you can use poetry install command.

poetry install

Documentation and tutorials

Repository

Release notes

See Releases page on GitHub.

Contribution guidelines

If you are interested in contributing to QURI Parts, please take a look at our contribution guidelines.

Authors

QURI Parts riqu developed and maintained by QIQB. All contributors can be viewed on GitHub.

License

Apache License 2.0

Support

QURI Parts riqu development is supported by JST COI-NEXT GrantNumber JPMJPF2014.

Owner

  • Name: qiqb-osaka
  • Login: qiqb-osaka
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "QURI Parts riqu: a support library for using riqu interface with QURI Parts"
authors:
- family-names: "Masumoto"
  given-names: "Naoyuki"
- family-names: "Miyanaga"
  given-names: "Takafumi"
- family-names: "Mori"
  given-names: "Toshio"
- family-names: "Tsukano"
  given-names: "Satoyuki"
  orcid: "https://orcid.org/0009-0000-3825-9083"
version: 0.3.1
license: Apache-2.0
repository-code: "https://github.com/qiqb-osaka/quri-parts-riqu"

GitHub Events

Total
  • Release event: 9
  • Delete event: 14
  • Member event: 1
  • Issue comment event: 28
  • Push event: 24
  • Pull request review event: 1
  • Pull request event: 29
  • Fork event: 1
  • Create event: 24
Last Year
  • Release event: 9
  • Delete event: 14
  • Member event: 1
  • Issue comment event: 28
  • Push event: 24
  • Pull request review event: 1
  • Pull request event: 29
  • Fork event: 1
  • Create event: 24

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 2
  • Total pull requests: 37
  • Average time to close issues: 13 days
  • Average time to close pull requests: 2 days
  • Total issue authors: 2
  • Total pull request authors: 6
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.76
  • Merged pull requests: 36
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 22
  • Average time to close issues: N/A
  • Average time to close pull requests: about 14 hours
  • Issue authors: 0
  • Pull request authors: 4
  • Average comments per issue: 0
  • Average comments per pull request: 1.18
  • Merged pull requests: 22
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • Jacomichi (1)
  • snuffkin (1)
Pull Request Authors
  • snuffkin (42)
  • SECuchida (6)
  • dependabot[bot] (3)
  • Kazuryu0907 (2)
  • SEChamada (2)
  • forest1040 (1)
Top Labels
Issue Labels
bug (1)
Pull Request Labels
dependencies (3)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 87 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 11
  • Total maintainers: 3
pypi.org: quri-parts-riqu

QURI Parts riqu is a support library for using quantum computers provided by the cloud server with riqu (Rest Interface for QUantum computing) interface.

  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 87 Last month
Rankings
Dependent packages count: 6.9%
Downloads: 26.1%
Average: 26.7%
Dependent repos count: 30.5%
Forks count: 30.6%
Stargazers count: 39.5%
Maintainers (3)
Last synced: 7 months ago

Dependencies

.github/workflows/package.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
.github/workflows/test.yml actions
  • Gr1N/setup-poetry v8 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
docs/requirements.txt pypi
  • furo *
  • myst_parser *
  • nbsphinx *
poetry.lock pypi
  • 130 dependencies
pyproject.toml pypi
  • certifi *
  • python >=3.9.8,<3.12
  • quri-parts-circuit *
  • quri-parts-core *
  • quri-parts-openqasm >=0.9.2
  • six *
  • typing-extensions ^4.1.1
  • urllib3 *