CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 07:57:03 GMT
content-type: text/html; charset=utf-8
cf-ray: 96734d8e9f1bc1bd-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=0a0ba7a2-2224-4a3f-bec0-c45500159c8a; expires=Thu, 30 Jul 2026 07:57:03 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 9933c56b-d0cb-4c6f-80a8-c470375963c0
x-worker-origin-response-time: 518000000
x-dns-prefetch-control: off
set-cookie: prov=0a0ba7a2-2224-4a3f-bec0-c45500159c8a; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=dGVcYdIcy9YiHEl2ucBLTuVIZ9F7z_j.zhcrIRQ48FU-1753862223-1.0.1.1-4OuKwzuxiseeP3mjmAeZ.mrEtDMfcTZdcR3miJGShtyg_xuQBwL_u2_P1NT_uNfvkzYDTleb0LvSGSf3M1i1ANeQR1Z1sibHi39PHTBkwyo; path=/; expires=Wed, 30-Jul-25 08:27:03 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=Bpi6Nt3.2Zlbm3g_hg3IW39Zm7N6d6pPLvUq33UVWmI-1753862223684-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'hamiltonian-simulation' Questions - Quantum Computing Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more.
View results.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [hamiltonian-simulation]
Hamiltonian simulation is a class of algorithms that, given a Hermitian matrix A, output a quantum circuit implementing an approximation to the unitary exp[iAt].
313 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
1
answer
63
views
Time complexity of applying $U(T)$ and possibility of instantaneous application via teleportation
Let $H(t)$ be a time-dependent Hamiltonian. Then, for $t \in [0,T]$, the evolution of $|\psi(t)\rangle$ is given by the Schrodinger equation
$$
\frac{d}{dt}|\psi(t)\rangle = -iH(t) |\psi(t)\rangle, \...
2
votes
0
answers
90
views
Is it well-known that the Feynman-Kitaev Hamiltonian cannot be constructed from terms of bounded locality?
Suppose I have a depth-$D$ circuit of unitaries $U_1,\dots, U_D$. It's well-known that the Feynman-Kitaev Hamiltonian can implement this:
$$H_U = \sum_{i=1}^D -U_i \otimes \vert x\rangle\langle x-1\...
2
votes
1
answer
145
views
Complexity of quantum simulation of sparse Hamiltonians algorithm
I'm reading "Efficient quantum algorithms for simulating sparse Hamiltonians" by Berry, Ahokas et al. and I'm having some doubts about its complexity. First, the sparse Hamiltonian is ...
1
vote
1
answer
150
views
Is there an efficient way to implement quantum read-only memory (QROM)?
I'm looking to understand how quantum read-only memory (QROM) is implemented, specifically how classical data can be loaded into ancilla qubits using controlled operations.
From what I've read so far, ...
4
votes
1
answer
80
views
Hamiltonian for Combustion problem
I studied Hamiltonian Simulation for estimating the ground state of molecules, which is one of the main use case for quantum computers.
I would like to extend this approach to more complex Chemistry ...
1
vote
2
answers
120
views
Is there a sign-problem when the wavefunction itself has positive and negative values, or is it only when the Hamiltonian has such entries?
Consider the following two problems:
Let $A$ be an $s$-sparse $2^n\times 2^n$ Hermitian matrix with entries $A_{jk}$ in $\{0,1,-1\}$ both along the main diagonal and off the diagonal. Let $|\psi\...
0
votes
0
answers
64
views
How to get quantum advantage in chemistry simulations in first quantization
In this post about 100 qubit fault tolerant devices it is stated that a system with 100 spin orbitals (or 50 spatial orbitals) is small enough that classical-computer algorithms can currently do the ...
1
vote
1
answer
143
views
Other Hamiltonian Simulation Use Cases than Quantum Chemistry
Quoting Montanaro's quantum algorithm review :
Quantum (Hamiltonian Simulation) is the simulation of physical systems by mapping
their Hamiltonian to that of a set of qubits in order to extract some ...
1
vote
0
answers
66
views
Can problems about Perfect State Transfer ever be BQP-Complete?
I was watching a recent video by Krystal Guo on algebraic graph theory with a focus on Perfect State Transfer (PST) - which occurs on a graph $X$ having adjacency matrix $A(X)$ between vertices $u$ ...
1
vote
1
answer
78
views
Resources for study Quantum simulation algorithm for beginners
My major is math,so I am new in physics.
I am currently studying Chapter 4 of Nielsen & Chuang's book on quantum simulation algorithms, but I find some of the concepts difficult to understand. For ...
1
vote
1
answer
46
views
Improve efficiency in simulating $H = \frac{a}{4}\left[(1-Z_0)\otimes(1-Z_1)+(1-Z_1)\otimes(1-Z_2)\right] $
I want to construct quantum circuit to simulate time-evolution of the Hamiltonian
$$
H = \frac{a}{4}\left[(1-Z_0)\otimes(1-Z_1)+(1-Z_1)\otimes(1-Z_2)\right]
$$
Where $Z$ is the pauli $Z$ gate, $a$ is ...
3
votes
1
answer
112
views
Isn't the Solovay-Kitaev Algorithm already great for Hamiltonian Simulation?
Reading Andrew Child's lecture notes I've come across the following remark:
"There are a few cases where a Hamiltonian can obviously simulated efficiently. For example, this is the case if H only ...
1
vote
2
answers
232
views
Resources on Hamiltonian Simulation
Can anyone recommend rigorous lecture notes or books on Hamiltonian simulation? I'm looking for sources that start from the basics and include formal proofs. I have some background in quantum ...
2
votes
1
answer
64
views
Qiskit Circuit Construction
I have the following code block implementing $e^{-itP}$ where $P$ is a Pauli string:
...
2
votes
0
answers
64
views
Can we edge-color $d$-regular Cayley graphs with only $d$ colors, rather than $(d+1)^2 n^6$ as in Aharanov and Ta-Shma?
Inspired by a recent comment from John Watrous, consider a Cayley graph $\Gamma$ of a group $G$ of order $O(\exp n),$ with generating set $R\subseteq G$ having $d=\vert R\vert$ such generators.
Rather ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
qiskit × 51
quantum-algorithms × 50
programming × 34
simulation × 33
circuit-construction × 33
quantum-gate × 27
vqe × 23
complexity-theory × 20
pauli-gates × 20
linear-algebra × 20
hamiltonian × 18
trotterization × 17
chemistry × 16
quantum-state × 15
optimization × 13
unitarity × 12
hhl-algorithm × 9
qaoa × 9
quantum-circuit × 8
applications × 7
measurement × 7
adiabatic-model × 7
resource-request × 7
more related tags
Hot Network Questions
- EU/USA trade deal - is it really a done deal?
- R-squared for glmmTMB with beta distribution and variance-covariance matrix as random effect
- Reason why golems do not run on wheels
- Electrician ran neutral and ground to the same bar, and is telling me it's common practice. Pictures show my main and sub. Is he right?
- Is the six million dollar hut challenge real?
- If Satan is not omnipresent, how can he tempt or test multiple people at the same time in different places?
- How can I secure an old iron gate with a padlock?
- How to format an epigraph from a film
- Do police need a search warrant to chase a fugitive onto private property?
- How to get the index of a point with specific attribute values (using geometry nodes)
- How to analytically sample from the conditional distribution of a t-statistic under normal data-generating process?
- Has the similarity between diagrams of the expanding universe and of vapour pressure in mixtures been noted by others? Is this just coincidence?
- Combining multicolumn and multicolumn to form this table
- Can Trump sue South Park?
- Is the final part of an RNAV approach essentially a visual approach?
- How Does Code Reuse Work at NASA
- Why is my 74HC595 working without VCC?
- Is "Every real number is even" a false statement? Is it a statement at all?
- LTSpice op-amp non-inverting input acts like pull-up
- How many possible MD5 hashes are there, 16³²? Or do MD5 checksums have error correction (in which case <16³² possible hashes)?
- I struggle to draft without editing
- Ivy Vine Transfer
- Are all Universities this internally cut-throat?
- Why f[x___] := {x==="To be", x=!="not to be"} is both True for f[]?