The Wayback Machine - https://web.archive.org/web/20220318225636/https://github.com/topics/quantum-programming
Skip to content
#

quantum-programming

Here are 26 public repositories matching this topic...

QuantumKatas
tcNickolas
tcNickolas commented Oct 1, 2019

Several katas could have better error messaging:

  • Superposition : the test harness could log the actual state of the system after prep vs the expected state before asserting that they are the same (the change would add state prep and logging using DumpMachine to AssertEqualOnZeroState)
  • BasicGates : a similar improvement, but a bit more extra code to write a unified test wrapper
qiskit-textbook
plancker
plancker commented Dec 23, 2021

Describe the Issue

  1. In section 2.4.3 on Controlled Rotations, the line "A controlled R_x(θ) could similarly be made using CNOT gates." seems incorrect.
  2. I assume that the line claims that replacing R_y(θ/2) by R_x(θ/2) (similarly for the -θ case), in the circuit above, we would get a controlled R_x(θ). This is incorrect.
  3. Passing |1> through q_0, we get X R_x(-θ/2) X R_x(θ/2)q_1, fo
mitiq
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

The code demonstrates how a third party can break the RSA by obtaining the secret key by using public key and interrupt the communication and modifies the messages in transit.
  • Updated Apr 25, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the quantum-programming 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 topic, visit your repo's landing page and select "manage topics."

Learn more