Skip to content
#

quantum-circuit

Here are 55 public repositories matching this topic...

mtreinish
mtreinish commented Mar 1, 2022

What is the expected enhancement?

The current releases of pydot has a compatibility issue with it's upstream dependency pyparsing causing parsing errors that introduce empty nodes into visualizations (see: pydot/pydot#2). For example: https://qiskit.org/documentation/stable/0.34/stubs/qiskit.visualization.dag_drawer.html#qiskit.visualization.dag_drawer This raises a

type: enhancement good first issue
q.js
stewdio
stewdio commented Feb 1, 2022

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.

Enhancement Good first issue Q.Matrix Q.ComplexNumber
mtreinish
mtreinish commented May 14, 2021

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

enhancement good first issue

Improve this page

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

Learn more