Skip to main content

Questions tagged [algorithms]

For questions about an algorithm as it relates to physics. DO NOT ask how to implement an algorithm, questions like that belong on Stack Overflow or Computational Science. DO NOT ask about the efficiency of an algorithm, or other such questions, questions like that belong on Computational Science.

7 votes
1 answer
3k views

Currently reading through Introduction to Electrodynamics (4th Edition) by Griffiths. I'm trying to wrap my head around Laplace's Equation, here are a couple quotes that I'd like to understand a bit ...
Bookie's user avatar
  • 237
9 votes
2 answers
2k views

Let's look at quantum subroutine of Shor's algorithm (image source): Hadamard gates create superposition of all (exponential number) values for input qubits. Then we perform a classical function on ...
Jarek Duda's user avatar
  • 1,218
1 vote
2 answers
3k views

I've been reading up about Lyapunov exponents for a university group project on chaos theory and I'm a little confused as to how they are calculated for a system of multiple dimensions. From what I ...
R.McGuigan's user avatar
30 votes
4 answers
1k views

The Kolmogorov complexity of a hypothesis/theory/model is the shortest computer program that simulates it, regardless of how inefficient executing that program may be in terms of memory and time. I'm ...
Craig Gidney's user avatar
  • 7,182
11 votes
2 answers
6k views

I'm doing some numerical Monte Carlo analysis on the 2 dimensional Ising model at the critical point. I was using the Metropolis 'single flip' evolution at first with success, though it suffers from ...
Learning is a mess's user avatar
6 votes
2 answers
2k views

I am interested in finding the Hartree-Fock ground state for a system of interacting fermions (with totally local scattering, so a delta-function interaction potential). I have read through some ...
user502382's user avatar
5 votes
1 answer
733 views

I'm studying Deutsch's algorithm and I keep coming across the phrase along the lines of "There is a unitary transform (a sequence of quantum gates) $U_f$ that transforms the state $|x\rangle |y\rangle ...
Zach Dean's user avatar
5 votes
2 answers
7k views

Consider the classical XOR Gate: Given a 2 bit system: $G = [u_1, u_2]$ $$XOR(G) = (u_1 + u_2) \ mod \ 2$$ Is the following a good generalizaiton of a Quantum XOR Gate: Given a 2-qubit system: $...
Sidharth Ghoshal's user avatar
3 votes
1 answer
597 views

I was told estimation of partition functions without resorting to MCMC was still an open question in physics about a year and a half ago. An example is that say you have some physical model that ...
www3's user avatar
  • 83
3 votes
1 answer
318 views

Quantum algorithms and protocols are often expressed as circuit diagrams. But I have not been able to find the circuit diagram of BB84 protocol. Has anyone seen one?
Yuan John Jiang's user avatar
2 votes
2 answers
372 views

I'm looking into variational Monte-Carlo to determine the optimal variational parameter that corresponds to the ground state of a Hamiltonian. In general I am interested in tight binding models where ...
I.E.P.'s user avatar
  • 473
2 votes
1 answer
498 views

I'm currently working on a particle tracker and I would like to implement a Penning trap. I think I might have a problem with the field of the electrical quadrupole. My idea was to place 2 dipoles and ...
s0vereign's user avatar
2 votes
1 answer
476 views

Given that the hamiltonian $\hat H$ of a system is a linear operator and $\dot \psi (x_i,t)$ does not depend on spatial coordinates $x_1, ..., x_n$ with bases $\hat e_1, ... , \hat e_n$ can I state ...
bolzano's user avatar
  • 196
1 vote
0 answers
296 views

Shor's algorithm is rather the most interesting quantum algorithm as it shifts a problem which is believed to need exponential classical time, to polynomial time for quantum computer, additionally ...
Jarek Duda's user avatar
  • 1,218
0 votes
1 answer
179 views

Problem. I have a sensor array consisting of $n \gg 4$ receivers at unknown locations $\langle x_n, y_n, z_n\rangle$ embedded in an anisotropic medium whose index of refraction varies as a known ...
10GeV's user avatar
  • 849

15 30 50 per page