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

quantum-simulators

Here are 2 public repositories matching this topic...

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

Improve this page

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

Learn more