quantum
Here are 550 public repositories matching this topic...
Information
- Qiskit Terra version: main @ aceac9ea
- Python version: 3.6
- Operating system: osx 10.15.7
What is the current behavior?
While looking into #6468 , Optimize1qGatesDecompositions will remove runs of (non-parameter
-
Updated
Oct 26, 2020 - HTML
Include a script that can generate weekly status reports to dev's leadership. The report should have enough buzzwords to make leadership feel as if progress is being made without providing any specific detail that defines said progress.
-
Updated
Apr 19, 2021
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
Jun 3, 2021 - Python
-
Updated
Aug 16, 2019 - Python
-
Updated
Jun 2, 2021 - Python
Most documentation comments in the compiler only use the <summary> tag. For short comments, this is fine, but in many cases the summary is several paragraphs long and would be easier to read if it used standard documentation tags to structure the information. This is especially important for exceptions - exceptions mentioned in the <summary> tag are easy to miss, whereas the special `<exceptio
-
Updated
Jan 31, 2021 - Jupyter Notebook
-
Updated
Aug 27, 2019 - Python
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 3, 2021 - CSS
-
Updated
May 6, 2021 - Python
-
Updated
Jun 2, 2021 - Julia
-
Updated
Jun 1, 2021 - Python
-
Updated
Apr 2, 2021 - C++
-
Updated
Jun 2, 2021 - C++
This should prevent things like #701
It would be great to generate automatically the list of oldest dependencies with something like
import pkg_resources
package = pkg_resources.working_set.by_key["netket"]
oldest_dependencies = []
for requirement in package.requires():
dependency = requirement.project_name
if requirement.extras:
dependency += '[' + ','.-
Updated
May 21, 2021 - Python
When the Q# entry point has a parameter with no associated documentation, the description of the option on the command line is blank:
@EntryPoint()
operation Foo(myParam : Int) : Unit {}> dotnet run
Option '--my-param' is required.
Usage:
App [options] [command]
Options:
--my-param <my-param> (REQUIRED)
-s, --simulator <simulator> The name of th
-
Updated
Jun 2, 2021 - Python
We need to create a Q.History documentation page that is similar in nature to the existing Q class documentation pages. See Q-ComplexNumber.html as an example.
-
Updated
Apr 12, 2021
-
Updated
Apr 10, 2021 - Jupyter Notebook
-
Updated
Jun 3, 2021 - F#
Whenever a slide has minted code, like so:
\begin{frame}[fragile]{Example minted}
\begin{minted}{python}
from qiskit_aqua import run_algorithm
print(run_algorithm(params)['result'])
\end{minted}
\end{frame}One is unable to add the \pagenumber before \end{frame} as it gets left aligned instead of right aligned:
![image](https://user-images.githubusercontent.com/1
Improve this page
Add a description, image, and links to the quantum topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantum topic, visit your repo's landing page and select "manage topics."
Here are some examples:
repeat-until-successandsudoku-grover