Skip to content
#

quantum-computing

Here are 734 public repositories matching this topic...

Cirq
qiskit-tutorials
dlyongemallo
dlyongemallo commented Jan 5, 2020

The notebook says:

You can either call print() on the circuit, or call the draw() method on the object. This will render a ASCII art version of the circuit diagram. [snip] There are two alternative output renderers for the quantum circuit. One uses matplotlib, and the other uses LaTeX, which leverages the qcircuit package. These can be specified by using mpl and latex values for the out

qiskit
kalzoo
kalzoo commented Dec 19, 2019

#1123 added support for engagement and an encrypted connection with the QPU. While this will be transparent to most users, we should add documentation for power users and to aid in troubleshooting.

babbush
babbush commented May 23, 2018

Plane waves are periodic basis functions. If one tries to use them to simulate systems of reduced periodicity (i.e. periodic in two-dimensions like graphene, one-dimension like a polymer, or zero-dimensions like a single-molecule in vacuum) then the basis introduces errors from the system interacting with a spurious periodic image that shouldn't be there. In Appendix E, Section 2 of [Phys. Rev. X

pennylane
bortzmeyer
bortzmeyer commented Jun 27, 2018

README.md says (example "Pure python quantum computing machinery"):

qc.measure("q1")
qc.measure("q2")
Probability.pretty_print_probabilities(qc.qubits.get_quantum_register_containing("q1").get_state())

If you do so, the last line always output:

|psi>=|00>
Pr(|00>)=1.000000; 
<state>=1.000000

Because measurement destroyed the state. IMHO, it should be get_noop in

strawberryfields
hay-k
hay-k commented Jan 6, 2020

Issue description

The function sf.apps.similarity.orbit_cardinality does not work, when the second argument (i.e. 'modes') is larger than 170. The issue happens because of the function scipy.special.factorial, which, in the way it is used, calculates factorials only up to (i

bug
appleby
appleby commented Jan 26, 2020

It looks like the upcoming sbcl 2.0.1 release includes changes to move certain symbols out of cl:*features* and into sb-impl:+internal-features+ [[1]]. IIUC, any "non-public" features will continue to work (for now), but issue a warning [[2]].

I haven't tested it, but it looks like we use at least one such soon-to-be-deprecated feature, namely avx2. We should figure out what to do about

Improve this page

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

Learn more

You can’t perform that action at this time.