Skip to content

Commit

Permalink
Merge pull request #105 from qiboteam/badges
Browse files Browse the repository at this point in the history
Updating README badges
  • Loading branch information
rodolfocarobene authored Feb 8, 2024
2 parents 3334055 + 764d568 commit 92fa386
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy docs
name: docs

on:
workflow_dispatch:
Expand Down
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Qibosoq

![Tests](https://github.com/qiboteam/qibosoq/workflows/Tests/badge.svg)
[![codecov](https://codecov.io/gh/qiboteam/qibosoq/branch/main/graph/badge.svg?token=1EKZKVEVX0)](https://codecov.io/gh/qiboteam/qibosoq)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8083285.svg)](https://doi.org/10.5281/zenodo.8083285)
![PyPI - Version](https://img.shields.io/pypi/v/qibosoq)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qibosoq)


Repository for developing server side of RFSoC fpga boards
Qibosoq is a server for integrating [Qick](https://github.com/openquantumhardware/qick) in the [Qibolab](https://github.com/qiboteam/qibolab) ecosystem
for executing arbitrary pulses sequences on QPUs.

The complete documentation for can be found at:
## Documentation
[![docs](https://github.com/qiboteam/qibosoq/actions/workflows/publish.yml/badge.svg)](https://qibo.science/qibosoq/stable/)

The complete documentation can be found at:

* [qibo.science/qibosoq/stable](https://qibo.science/qibosoq/stable/)
* [qibo.science/qibosoq/latest](https://qibo.science/qibosoq/latest/)
Expand Down Expand Up @@ -58,3 +62,11 @@ All these commands require sudo privileges.
Contributions, issues and feature requests are welcome!
Feel free to check
<a href="https://github.com/qiboteam/qibosoq/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues-closed/qiboteam/qibosoq"/></a>

## Citation policy
[![arXiv](https://img.shields.io/badge/arXiv-2310.05851-b31b1b.svg)](https://arxiv.org/abs/2310.05851)
[![DOI](https://zenodo.org/badge/567203263.svg)](https://zenodo.org/badge/latestdoi/567203263)



If you use the package please refer to [the documentation](https://qibo.science/qibo/stable/appendix/citing-qibo.html#publications) for citation instructions

0 comments on commit 92fa386

Please sign in to comment.