-
Updated
Jan 16, 2021
quantum-computing
Here are 1,098 public repositories matching this topic...
Here are some examples:
- Root README is missing machine learning category of samples
- README in algorithms is missing
repeat-until-successandsudoku-grover - [README in diagnostics](https://github.com/microsoft/Quantum/blob/main/samples/diagnostics/RE
Our test suite mostly passes when run with pytest-xdist parallelization, giving a pretty nice speed boost.
However there are just a couple places where tests try to reuse the same temp file and step on each others' toes. This can be avoided by --dist=loadscope but that seems a bit fragile and is one more thing to remember.
I know that we can also parallelize using stestr but that is probably
Description of the issue
Some indentation in our Jupyter notebooks are inconsistent (See quantumlib/Cirq#3729). Adding jupyter-black to our CI will catch this issue early.
-
Updated
Apr 18, 2021 - OpenQASM
-
Updated
Oct 26, 2020 - HTML
-
Updated
Apr 10, 2021 - Jupyter Notebook
-
Updated
Apr 9, 2021
-
Updated
Apr 11, 2021
-
Updated
Apr 16, 2021 - Python
Adding type hints
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
Is your feature request related to a problem? Please describe.
I would like to check the behavior of the parameter index in the function QubitCircuit.add_gate()
In qutip.qip.QubitCircuit.add_gate(), there is a optional list type attribute called index.
This seems to be used to insert gates in the middle of the gate list (qutip.qip.QubitCircuit.gates).
The corresponding code is
-
Updated
Mar 29, 2021 - Jupyter Notebook
-
Updated
Apr 18, 2021 - Python
For example, pylint would have caught ProjectQ-Framework/ProjectQ#19 via an undefined variable warning.
-
Updated
Jul 17, 2018 - Python
-
Updated
Apr 18, 2021
-
Updated
Apr 13, 2021 - JavaScript
-
Updated
Apr 14, 2021 - TeX
-
Updated
Feb 26, 2019 - Python
-
Updated
Apr 16, 2021 - Python
-
Updated
Jan 8, 2021 - Julia
-
Updated
Apr 16, 2021 - Python
-
Updated
Apr 16, 2021 - Jupyter Notebook
-
Updated
Jan 31, 2021 - Jupyter Notebook
-
Updated
Aug 27, 2019 - Python
There seems to be confusion between 'schedule' and 'scheduler' throughout sources and doc. They seem to be used interchangeably, which seems confusing. Is a "schedule" the same as a "scheduleR"?
For example, consider the following code snippet in src/compressor/compressor.lisp:
(let ((lschedule (make-lscheduler)))
;; load up the logical schedule
The variable lschedule and
Describe the bug
If I provide Partitioned an array of length N and partition sizes of total length N, the return contains an extra partition of length 0 in the end. This makes it inconvenient to use: if I want to split an array into K parts of equal length ([example](https://github.com/microsoft/Quantum
-
Updated
Jun 2, 2020 - Python
Improve this page
Add a description, image, and links to the quantum-computing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantum-computing topic, visit your repo's landing page and select "manage topics."
Several katas could have better error messaging:
DumpMachinetoAssertEqualOnZeroState)