[polyopt] TDVP4all: certified spectral gaps for blockaded Rydberg chains - #257
Open
hzgpmc wants to merge 2 commits into
Open
[polyopt] TDVP4all: certified spectral gaps for blockaded Rydberg chains#257hzgpmc wants to merge 2 commits into
hzgpmc wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Team
Challenge
Addresses #233— “Certified spectral gaps for blockaded Rydberg chains,” released by Jie Wang and Jin-Guo Liu.tracks/polyopt/— the challenge centers on SDP hierarchies and noncommutative polynomial optimization.Minimal result
This PR implements a sparse Ky Fan SDP workflow for the periodic blockaded
PXP chain
[
H_L(\delta)=\sum_iP_{i-1}X_iP_{i+1}-\delta\sum_i n_i,
\quad P=(I-Z)/2,\quad n=(I+Z)/2,
]
with unit Rabi coefficient, (0=\downarrow), (1=\uparrow), and blockade
(n_i n_{i+1}=0), including the wrap bond. The blockade is expressed through
localizing constraints. Translation and reflection reduce the SDP, while the
target is the multiplicity-counted global (E_1-E_0) in the full constrained
Hilbert space.
For (L=4),
global-d2gives an independently checked positive lower boundat all 61 points (\delta=0,0.05,\ldots,3.0). Every bound obeys
(\Delta_{\mathrm{cert}}\le\Delta_{\mathrm{ED}}) for the identical setup.
The largest absolute ED-minus-certificate deficit is
(5.4030\times10^{-7}). At the endpoint,
[
\Delta_{\mathrm{cert}}(3)=0.0933579077612491
<\Delta_{\mathrm{ED}}(3)=0.0933580036555446.
]
The scan includes the commonly quoted Ising transition near
(\delta\simeq1.308) in this normalization.
What is included
hashes, solver/accounting provenance, and reproduction commands.
Raw solver outputs, certificates, environments, and
results/remainuntracked.
Scope boundary
This is a deliberately minimal finite-(L) submission. It validates the
end-to-end certification workflow, but it does not locate the
thermodynamic transition, certify a thermodynamic-limit gap, or satisfy the
original issue's (N\le20) success gate. In particular, the decreasing
finite-(L) global gap also contains the low-energy splitting associated with
the ordered phase and is not by itself a bulk excitation-gap estimate.
Checks
git diff --check: passed.make help: passed.make verify: passed.submitter's explicit instruction; the focused workflow had previously run
successfully, and the submitted tests remain available under the solution
directory.