Skip to content
#

quantum-programming-language

Here are 100 public repositories matching this topic...

nonhermitian
nonhermitian commented Jul 1, 2022

Environment

  • Qiskit Terra version: 0.21
  • Python version: 3.10
  • Operating system: osx

What is happening?

marginal_distribution raises error when passes a NumPy array of indices:

marginal_distribution(counts, np.asarray([0, 2]))

--> 225 if indices is not None and (not indices or not set(indices).issubset(range(num_clbits))):
226 rais

bug good first issue stable backport potential
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