quantum-circuit
Here are 55 public repositories matching this topic...
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Apr 13, 2022 - Julia
In addition to the current acceptable arguments for Q.Matrix, it ought to accept a Template literal (Template string) as a solo argument to make it trivially easy for something like this:
var m = new Q.Matrix(`
1 2 3 4
5 6 7 8`)This makes the task of creating arbitrary matrices much more human readable than passing nested Arrays, or even just a series of Arrays.
-
Updated
Apr 1, 2022 - C++
-
Updated
Mar 31, 2022 - Python
-
Updated
Apr 14, 2022 - Python
Update installation docs in the /docs folder and on the readme.md
-
Updated
Oct 10, 2020 - Jupyter Notebook
Is your feature request related to a problem? Please describe.
Currently the read_dimacs_file method exposed through the python api requires a file path and works by opening the file. This puts an unnecessary constraint when using the api to write out a file to disk especially if the string is constructed in python this just seems unecessary.
Describe the solution you'd like
The dim
-
Updated
Aug 12, 2019 - Python
-
Updated
Feb 15, 2020 - Julia
-
Updated
Apr 8, 2022 - Julia
-
Updated
Apr 14, 2022 - HTML
-
Updated
Dec 11, 2020 - Julia
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Dec 13, 2021 - Julia
-
Updated
Jan 19, 2022 - C++
-
Updated
May 31, 2020 - Python
-
Updated
Oct 11, 2019 - Python
-
Updated
Sep 29, 2019 - Java
-
Updated
Jun 25, 2020 - Julia
-
Updated
Dec 7, 2021 - Python
-
Updated
Mar 14, 2022 - Jupyter Notebook
-
Updated
Feb 14, 2022 - C++
-
Updated
Oct 8, 2021 - Python
-
Updated
Apr 1, 2022 - Python
-
Updated
May 4, 2020 - Python
-
Updated
Jun 7, 2020 - R
Improve this page
Add a description, image, and links to the quantum-circuit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantum-circuit topic, visit your repo's landing page and select "manage topics."
Environment
What is happening?
In order to seed transpiler for a list of circuits a list of seeds is required. This is supported, but not mentioned anywhere:
https://github.com/Qiskit/qiskit-terra/blob/a296ca009bf440b5a2cb00f61b8221c6ce9aa044/qiskit/compiler/transpiler.py#L65
How can we reprodu