Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
3answers
116 views

Unstable qubits at high speeds

I recently started programming the experimental UniCoRNS (unified correlation renormalized N-Space) computer. I am having certain difficulties obtaining stable reading at 3 GHz threshold. It ...
5
votes
3answers
168 views

Software simulation of a quantum computer

While we are waiting for our quantum computers, is it possible to write a software simulation of one? I suspect the answer is no, but hope the reasons why not will throw some light on the mystery.
4
votes
1answer
375 views

simplifying and rearranging non-commutative variables in mathematica

this is a little complicated. i spent 2 weeks on this, so i'd love ur input or suggestion how to figure it out or where to post. in short, i have an expression that contains multiplications between ...
4
votes
2answers
283 views

How do qubits work and what are their pros and cons? What impact will they have on programming languages?

What can we do more with qubits than normal bits, and how do they work? I read about them some time ago, and it appears that qubits can store not just 0 or 1, but also 0 and 1 at the same time. I ...
3
votes
1answer
487 views

Quantum tic-tac-toe with alpha-beta pruning - best representation of states?

For my AI class, I have to make a quantum tic-tac-toe game using alpha-beta pruning. I'm thinking about the best way to represent a state of the board - my first intuition is to use a sort of ...
2
votes
1answer
50 views

A problem in quantum algorithms [closed]

When I am reading chapter 10 of Dasgupta I face to a paragraph that I can't understand it : "An electron can be in a ground state or in an excited state. In the Dirac notation used in quantum ...
2
votes
1answer
116 views

Discretization of a diff. equation gives weird results

I have a code in Python that draws wave functions and energy for different potentials: # -*- coding: cp1250 -*- from math import * from scipy.special import * from pylab import * from ...
1
vote
1answer
129 views

Import Eclipse Quantum Bookmark File

Anyone know how to import a QuantumDB 'bookmarks.xml' file into Eclipse? The export feature allowed me to export my Quantum bookmarks, however it does not appear to have an import function that ...
0
votes
1answer
69 views

Solving chess with a quantum computer

Given that the game-tree complexity of the game of chess is at least 10^123 and quantum computers may eventually become millions of times faster than a classical computer; will it be possible for a ...
0
votes
1answer
39 views

Deutsch-Jozsa algorithm

When I was reading about quantum algorithms I face to Deutsch-Jozsa algorithm , I see that if we want to solve that problem in non quantum algorithm, our algorithm have exponential time complexity ...
0
votes
1answer
73 views

Calculating Event Horizons in Ruby

this is my first post here. I started using Ruby just 2 days ago and think it is an amazing language, however I have been getting stuck. My problem is I am wanting to calculate the event horizon of a ...
0
votes
0answers
35 views

Quantum Key:Logic behind this?

I have a project i.e Third Party Authentication Using Quantum Key.But we r facing lot of problems related to hardware so now we r focusing on simulation. So can anyone guide me what type of ...
-1
votes
1answer
33 views

Quantum complexity class VS Non quantum complexity class [closed]

I want to know what is the relation between BQP complexity class and P and NP Complexity class ? please help me . thanks.