Skip to content
#

quantum-computing

Here are 685 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

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.

qiskit
ncrubin
ncrubin commented Nov 13, 2019

We've had Majorana operators in OpenFermion for awhile now. It would be great to have transformation functions from a FermionOperator to MajoranaOperator.

I would imagine there could be a simple substitution function that maps FermionOperators to their Majorana representation. Maybe a more efficient implementation for tensor representation of FermionOperators would be doing the basis rotati

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

pennylane
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
AustinGilliam
AustinGilliam commented Apr 9, 2020

Would it be possible for Grover to allow a custom "lam" variable, referenced below? It could be a float, or a rotation count sequence, as described in the paper by Baritompa et. al. ([link](https://www.researchgate.net/profile/Graham_Wood/publication/220133694_Grover's_Quantum_Algorithm_Applied_to_Global_Optimization/links/00b7d5278c48a2e0a9000000/Grovers-Quantum-Algorithm-Applied-to-Global-Optimi

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.