qvm icon indicating copy to clipboard operation
qvm copied to clipboard

The high-performance and featureful Quil simulator.

Results 87 qvm issues
Sort by recently updated
recently updated
newest added

I am trying to create a FreeBSD package for ```qvm```. No downloads are allowed during the package build. So having a separate target that only downloads and a special target...

An error in the wild, someone `echo`ing instead of `cat`ing, leads to the following: ``` $ echo foo.quil | qvm ****************************** * Welcome to the Rigetti QVM * ****************************** Copyright...

enhancement
good first issue

`wavefunction-qubits` returns the number of qubits in a wavefunction. But, this interface is not use consistently. Is this an oversight, or intentional ? https://github.com/rigetti/qvm/blob/74dd8f39907e6fc99a1beb392d096f8f52730ae0/src/wavefunction.lisp#L31-L34 Examples: Used here https://github.com/rigetti/qvm/blob/74dd8f39907e6fc99a1beb392d096f8f52730ae0/src/wavefunction.lisp#L41 but not...

Right now, MULTISHOT experiments under the parallelization limit only use a single core. We could use this as an opportunity to do multicore computations. The general flow would be: 1....

enhancement

Right now, MULTISHOT or MULTISHOT-MEASURE gives bitstrings back. Often it's only necessary to look at a bunch of (uncorrelated) statistics. The QVM maybe should give a way of just giving...

enhancement
discussion/proposal

Quantum contextuality is known to be a key ingredient in producing quantum speedup—and, hence, in stymieing efficient classical simulation of quantum systems. As a sort of converse, Raussendorf et al....

enhancement