Skip to content
#

quantum-programming-language

Here are 96 public repositories matching this topic...

garrison
garrison commented May 17, 2022

What should we add?

A Google search for "qiskit barrier" leads one to its entry in the API reference as the first hit. Unfortunately, this page contains only a circular definition, and does not even explain what a barrier does:

Barrier instruction.

Create new

good first issue type: documentation type: feature request
qiskit-tutorials
HuangJunye
HuangJunye commented May 18, 2022

Informations

  • Qiskit version:
  • Python version:
  • Operating system:

What is the current behavior?

Each section in the tutorial page has its own index page showing up as an icon similar to the tutorials itself which is confusing.

bug good first issue
obriente
obriente commented Jul 30, 2020

To get this codebase up to standard, we need to add type hints. At the very least, perhaps we should start insisting that all new code has type hints added, but moreover we need to add typing to the code that currently exists.

This is a pretty large project, but luckily it can be done incrementally - I believe at this point it's a stretch goal for v1, if anyone wants to help it would be much ap

jvdwetering
jvdwetering commented May 12, 2022

As noted in #44, the qasm parser currently doesn't understand the ry gate. By looking at the definition of this gate in the Qiskit source, it should be relatively straightforward to implement support for this gate.

enhancement good first issue
plt-formal-methods-resources

Curated List of Research Focused Reading Materials & Videos for Learning about Programming Language Theory Research, Formal Methods and their application in some most active computer Science fields.

  • Updated Aug 17, 2019
unitaryhack
nathanshammah
nathanshammah commented May 6, 2021

It may be cool to have some counter of contributions showing up on the website, which could include from minimal to extensive information like the number of open PRs, commits, merged lines of code, contributors, etc.

If this were to update "live" or regularly, it could be very cool.

There may be some off-the-shelves tools such as github actions for this, see for example: https://github.com

enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the quantum-programming-language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the quantum-programming-language topic, visit your repo's landing page and select "manage topics."

Learn more