{"id":"2e4cabc3-d1d4-467d-95c2-8fee38534c25","arxiv_id":"2507.18879","paper_version":1,"verdict":"REJECT","confidence":"HIGH","novelty_score":4.0,"correctness_risk":"high","formal_verification":"none","parameter_count":5,"one_line_summary":"Charged particle orbits around GMGHS dilaton black holes transition from ordered to chaotic as the black hole charge or magnetic charge parameter increases.","lead":"This paper uses a symplectic integrator and four chaos indicators to study charged particle orbits around GMGHS dilaton black holes. It reports that orbits become chaotic when the black hole charge or magnetic charge parameter increases, and that Shannon entropy fluctuations flag chaos.","discovery_kind":"extension","skeptic_critique":{"model":"deepseek-v4-flash","headline":"Appendix A's H4 update contradicts Hamilton's equations for the stated Hamiltonian, so the trajectories underlying all chaos indicators are generated by a different flow.","rationale":"I independently re-derived Hamilton's equations for H4 and confirmed the reader's weakest assumption: Eq. (A1) has the wrong sign for d p_r / d tau, while Eq. (A2) has the right sign but a different magnitude. The actual difference scheme in Eqs. (A3)-(A14) follows the (A2) form, so the printed algorithm does not solve the stated Hamiltonian. This is not a cosmetic typo in an unused appendix; it is the exact flow of one of the four sub-Hamiltonians used in every trajectory, and all four chaos indicators are derived from those trajectories. Therefore the central claim about order-to-chaos transitions lacks support as written. I also agree with the reader's secondary concern about the magnetic case: at theta = pi/2 the q Q_m cos(theta) coupling vanishes, so the magnetic-charge results are really about a geometric dependence of the metric on Q_m rather than the electromagnetic interaction advertised in the abstract. I see no independent evidence, such as machine-checked proofs, reproducible code, or data release, that would rescue the numerical results. A corrected appendix, a convergence check against the exact H4 flow, and a code release could turn this into a conditional pass, but as presented the paper's own equations contradict its method, so the reject verdict is appropriate.","tokens_in":15946,"tokens_out":7454,"duration_ms":71006,"concrete_test":"Implement the corrected H4 stage as theta <- theta + c h p_theta / [r (r - Q^2)] and p_r <- p_r + c h p_theta^2 (2 r - Q^2) / [2 r^2 (r - Q^2)^2], keeping r and p_theta fixed, and rerun the PRK64 composition of Eq. (14) for the Fig. 1 cases (Q = 0.3, 0.6, 1.2, 1.35; E = 0.98, L = 2, Q* = -sqrt(2) Q, r = 6, integration time 10^7). If the Q = 1.2 and Q = 1.35 orbits no longer show positive MLEs or scattered Poincare sections, the claimed order-to-chaos transition is an artifact of the wrong H4 update. Also monitor the constraint H = -1/2: the corrected scheme should keep |H + 1/2| bounded to about 10^-8, while the Appendix A scheme will show secular drift because it integrates a different flow.","verdict_should_be":"REJECT","load_bearing_attack":"The load-bearing premise is that the PRK64 scheme in Appendix A correctly solves the four sub-Hamiltonians of Eq. (11). For H4 = p_theta^2 / [2 r (r - Q^2)], Hamilton's equations require d theta / d tau = p_theta / [r (r - Q^2)], d p_r / d tau = + p_theta^2 (2 r - Q^2) / [2 r^2 (r - Q^2)^2], and d p_theta / d tau = 0. Equation (A1) instead prints d p_r / d tau = p_theta^2 (Q^2 - 2 r) / [2 r^2 (-Q^2 + r)^2], which is the opposite sign because (Q^2 - 2 r) = -(2 r - Q^2). Equation (A2) prints p_r(tau) = p_r0 + tau p_theta0^2 (2 r0 - Q^2) / r0^3, which has the right sign but a different magnitude unless 2 r0^2 (r0 - Q^2)^2 = r0^3. The two appendix expressions are mutually inconsistent, and the explicit difference scheme in Eqs. (A3)-(A14) uses the (A2) form, so every H4 stage advances p_r by the wrong amount. Since the Poincare sections, MLEs, FLIs, and Shannon entropies in Figs. 1-3 are all computed from trajectories produced by this scheme, the claimed order-to-chaos transitions are not supported by the equations given. The magnetic-charge section adds a further weakness: with theta = pi/2 the q Q_m cos(theta) term vanishes, so Sec. IV attributes chaos to Q_m only through the metric denominators, not through the electromagnetic interaction named in the abstract. No code or data are provided to show that the implemented integrator differs from the printed one.","agreement_with_reader":"agree"},"referee_report":{"model":"deepseek-v4-flash","summary":"The paper studies chaotic motion of charged test particles around electrically and magnetically charged GMGHS dilatonic black holes. The authors derive the Hamiltonian for a charged particle, decompose it into four integrable sub-Hamiltonians, and construct a fourth-order explicit symplectic integrator (PRK64). Using Shannon entropy, Poincaré sections, maximum Lyapunov exponents, and fast Lyapunov indicators, they report order-to-chaos transitions as the electric charge Q increases, as the Coulomb parameter Q* becomes more negative, and as the magnetic charge Q_m increases. The central numerical tool is the difference scheme in Appendix A, and all chaos diagnostics are computed from trajectories produced by that scheme.","tokens_in":16309,"tokens_out":12214,"duration_ms":116779,"significance":"If the reported results are valid, the paper would provide a useful demonstration that Shannon entropy can serve as a chaos indicator in relativistic Hamiltonian systems and would quantify charge-parameter sensitivity of charged-particle dynamics in a string-theory black hole background. The Hamiltonian derivation in Eq. (8) is algebraically consistent with the GMGHS metric and the chosen vector potential, and the decomposition into four integrable pieces is a sensible route to an explicit symplectic integrator. The paper also makes the magnetic-charge restriction to theta = pi/2 explicit, which is commendable. However, the algorithmic core as printed is internally inconsistent, and because every chaos indicator is computed from trajectories generated by that algorithm, the central claims are not currently supported by the equations given.","major_comments":[{"comment":"The H4 solver does not represent the Hamiltonian flow of H4 = p_theta^2/(2 r (r - Q^2)). Hamilton's equations require d theta/d tau = p_theta/(r (r - Q^2)), d p_r/d tau = + p_theta^2 (2 r - Q^2)/(2 r^2 (r - Q^2)^2), and d p_theta/d tau = 0. Equation (A1) instead prints d p_r/d tau = p_theta^2 (Q^2 - 2 r)/(2 r^2 (-Q^2 + r)^2), which is the opposite sign, while Eq. (A2) prints p_r(tau) = p_r0 + tau p_theta0^2 (2 r0 - Q^2)/r0^3, which has the correct sign but the wrong magnitude unless 2 r0^2 (r0 - Q^2)^2 = r0^3. The two appendix expressions are mutually inconsistent, and the explicit difference scheme in Eqs. (A3)-(A14) uses the (A2) form, so every H4 stage advances p_r by the wrong amount. Since the Poincaré sections, maximum Lyapunov exponents, fast Lyapunov indicators, and Shannon-entropy curves in Figs. 1-3 are all generated with this scheme, the reported order-to-chaos transitions are not supported by the equations written in the paper. Please correct the H4 flow, rerun the simulations, and either provide the code or state explicitly that the implemented integrator differs from the printed one.","section":"Appendix A, Eqs. (A1)-(A3), in relation to Eq. (11)"},{"comment":"All magnetic-charge calculations are restricted to theta = pi/2, and the text acknowledges that the term q Q_m cos theta then vanishes. Under this restriction, Q_m enters the Hamiltonian only through the metric denominators r^2 - r Q_m^2, not through the electromagnetic coupling between the test particle and the magnetic monopole. The abstract and the conclusions nonetheless present the Q_m-driven transition as a magnetic-charge effect on charged-particle motion 'under electromagnetic influence.' As written, the magnetic section tests the effect of a modified background geometry, not an electromagnetic interaction. Please either extend the analysis to theta different from pi/2 so that the q Q_m cos theta term is active, or reframe the magnetic-charge claims to state explicitly that only the metric's dependence on Q_m is being probed.","section":"Section IV, Eq. (18), and Figs. 3"}],"minor_comments":[{"comment":"The text refers to 'Appendix V' for the analytical solutions, but the appendix is labeled 'Appendix A'; please correct the cross-reference.","section":"Section III.B"},{"comment":"Reference [19] appears corrupted: 'JHEP 106, 1608(2022) doi:10.1007/JHEP08/282016/29106' should presumably be JHEP 08 (2016) 106 with the correct DOI and the three authors (Maldacena, Shenker, and Stanford).","section":"Reference [19]"},{"comment":"The sentence 'if the charge Q also vanishes, the solution reduces to the vacuum Kerr solution' is incorrect for a = 0; the Kerr-Sen solution with a = 0 and Q = 0 reduces to Schwarzschild, not Kerr.","section":"Section I"},{"comment":"The Shannon entropy is defined formally, but the paper does not describe how the probabilities p(x_i) are estimated from a trajectory; please provide the binning or partition procedure or cite the precise algorithm in reference [28].","section":"Eq. (15)"},{"comment":"The H4 update for theta is typeset ambiguously; it should read theta(tau) = theta0 + tau p_theta0/(r0^2 - Q^2 r0) with parentheses.","section":"Eq. (A2)"},{"comment":"The optimality claim for PRK64 is justified by reference [29], which is the authors' own earlier work; an in-paper comparison with a second-order or fourth-order Yoshida integrator would make the claim more self-contained.","section":"Reference [29]"}],"recommendation":"major_revision","confidential_remarks":"The decisive issue is Appendix A: the printed H4 flow is wrong in both sign and magnitude, and because no code is supplied, I cannot tell whether the implemented integrator actually matches the incorrect printed scheme. This is a fixable error rather than a fundamental impossibility, so I recommend major revision rather than outright rejection. If the corrected simulations no longer reproduce the reported order-to-chaos transitions, the paper should then be rejected; if they do reproduce them, the magnetic-charge interpretation must still be reframed to distinguish metric effects from electromagnetic coupling."},"author_rebuttal":null,"desk_editor":{"model":"deepseek-v4-flash","letter":"Dear [Colleague],\n\nThe quick take: this is a catalogue-style numerical study of order-to-chaos transitions for charged particles around GMGHS black holes, and as printed it doesn't add up. The Hamiltonian is fine, but the algorithmic core that produces every trajectory is wrong. Appendix A's H4 update violates Hamilton's equations for its own Hamiltonian: the derivative printed in Eq. (A1) has the sign flipped, and Eq. (A2) gives a different magnitude; the two expressions are mutually inconsistent. Since the difference scheme in Eqs. (A3)-(A14) uses the (A2) form, every H4 stage advances p_r incorrectly. All four chaos indicators—Poincare sections, MLE, FLI, Shannon entropy—are computed from these trajectories, so the claimed order-to-chaos transitions are not supported by the equations given.\n\nWhat's good: the Hamiltonian decomposition into four integrable parts is algebraically consistent, the PRK64 composition is standard, and the paper is a new application of the symplectic chaos-indicator toolbox to GMGHS spacetimes. The electric-charge parameter scan (varying Q at fixed Q*, then Q* at fixed Q) is reasonably designed, and using four independent indicators is thorough. The magnetic case is honestly flagged: with theta=pi/2 the q Qm cos(theta) coupling vanishes, and the authors say they neglect it. But the abstract and conclusions still attribute chaos to magnetic charge, which is misleading since Qm only enters through the geometry.\n\nThe appendix error is not a typo-level nuisance; it is load-bearing. No code or data is provided to show the implementation differs from the printed scheme, so the reader cannot check. The Shannon entropy construction is also underspecified—no mention of the phase-space partition or bin size—which makes the entropy thresholds hard to reproduce. There's a stray reference to \"Appendix V\" that should be Appendix A.\n\nWho should read this: people working on chaos diagnostics in black hole spacetimes might use this as a cautionary example. The paper doesn't resolve a deep problem, but it fills a small gap in the catalogue—if the numerics are fixed.\n\nRecommendation: I'd send this to peer review, because the core question—whether GMGHS charged particles show these transitions—is worth a careful referee. But a referee should require a corrected appendix, a convergence test against a direct integrator, and ideally a code deposit. As written, I would not trust the conclusions.","headline":"A well-meaning but internally inconsistent numerical study of chaos around GMGHS black holes; the printed symplectic scheme violates its own Hamiltonian, so the central claim is unsupported as written.","tokens_in":16906,"tokens_out":5483,"would_cite":false,"duration_ms":47814,"reading_group":"maybe","serious_thinker":"no","would_accept_peer_review":true},"rs_alignment":null,"lean_confirmation":null,"pith_extraction":{"msc":["83C57","37D45","65P10","70H15","37N20"],"pacs":["04.70.-s","05.45.-a"],"model":"deepseek-v4-flash","headline":"The paper shows that charged test particles around GMGHS dilatonic black holes switch from ordered to chaotic motion as the electric charge $Q$ grows, the Coulomb parameter $Q^*$ becomes more negative, or the magnetic charge $Q_m$ grows.","keywords":["GMGHS black hole","charged particle motion","chaos","symplectic integrator","Shannon entropy","Lyapunov exponents","Poincaré sections","string theory"],"falsifier":"Compute $\\partial H_4/\\partial r$ for $H_4=p_\\theta^2/(2r(r-Q^2))$ and compare the resulting momentum update with Eqs. (A1) and (A2); if the printed sign or magnitude is wrong, rerun the $Q=1.2$, $r=6$ case with the corrected flow and check whether the Poincaré section at $r=5$ still scatters.","tokens_in":15647,"feed_emoji":"🕳️","tokens_out":13858,"duration_ms":122179,"temperature":0.7,"pith_summary":"This paper studies the motion of charged test particles around GMGHS dilatonic black holes, the charged solutions that emerge in the low-energy limit of string theory. It claims that the dynamics is not fixed by mass alone: increasing the black hole's electric charge $Q$ or its magnetic charge $Q_m$ drives an order-to-chaos transition in particle orbits, and decreasing the Coulomb parameter $Q^*=qQ$, which strengthens the attraction, does the same. The claim is made concrete with a fourth-order explicit symplectic integrator built by splitting the Hamiltonian into four integrable pieces, and it is diagnosed with Shannon entropy, Poincaré sections, maximum Lyapunov exponents, and fast Lyapunov indicators. If correct, the stability of charged orbits near string-theoretic black holes depends sharply on the charge parameters, and Shannon entropy is a workable chaos marker in relativistic Hamiltonian systems.","feed_headline":"String-theory black-hole charge flips orbits into chaos","feed_subtitle":"Electric or magnetic charge drives order-to-chaos transitions; Shannon entropy flags the chaos.","key_machinery":"The central mechanism is a Hamiltonian split into four integrable pieces, $H=H_1+H_2+H_3+H_4$, with each piece solved analytically and composed by the fourth-order explicit PRK64 symplectic scheme (a composition of first-order solvers), whose twelve time coefficients are fixed. The same split is applied to the magnetically charged Hamiltonian $K=K_1+K_2+K_3+K_4$. The symplectic composition preserves phase-space geometry over integrations of length $\\tau=10^7$, which the paper argues is needed to prevent spurious chaos from energy drift. The companion mechanism is the detection layer: Shannon entropy of a coarse-grained trajectory is the primary chaos marker, and it is cross-checked against Poincaré sections, the maximum Lyapunov exponent, and the fast Lyapunov indicator.","core_discovery":"The paper's central discovery is a systematic charge dependence of chaos for charged test particles orbiting GMGHS black holes. In the electrically charged case, fixing $Q^*=-\\sqrt{2}Q$ and increasing $Q$ from $0.3$ to $1.35$ changes inner orbits with starting radii $r=5$ and $r=6$ from closed tori to scattered chaotic layers, while outer orbits at $r=10$ and $r=50$ remain regular. Fixing $Q=1.2$ and decreasing $Q^*$ from $0.3$ to $-2.4$ produces the same transition: chaos first appears at $r=5$ near $Q^*=-1.2$, spreads to $r=6$ at stronger negative coupling, and leaves $r=10$ and $r=30$ ordered throughout. In the magnetically charged case at $\\theta=\\pi/2$, increasing $Q_m$ from $0.1$ to $1.2$ moves the $r=6$ orbit into chaos while the $r=11$, $r=25$, and $r=40$ orbits remain regular. Because $\\theta=\\pi/2$ makes the $qQ_m\\cos\\theta$ term vanish, the magnetic charge affects the motion through the geometry rather than through a direct magnetic force on the particle; in all scans, Shannon entropy fluctuations rise when the sections scatter and the Lyapunov indicators grow.","pith_inferences":["The same Hamiltonian-splitting method could be applied to rotating Kerr-Sen or other Einstein-Maxwell-dilaton-axion black holes, where angular momentum would add a parameter that may shift the order-chaos boundary in a predictable way.","Because the magnetic analysis at $\\theta=\\pi/2$ removes the direct $q Q_m\\cos\\theta$ coupling, repeating the calculation at nonzero $\\theta$ would test how a genuine magnetic Lorentz-type force alters the chaos threshold, an extension the paper leaves open.","If Shannon entropy is a reliable marker in this system, entropy-based screening could replace Lyapunov-spectrum calculations in higher-dimensional or multi-field black-hole spacetimes, though this extrapolation is untested.","The near-horizon concentration of chaos suggests a possible connection between the chaotic region and unstable circular orbits or photon spheres, which could make black-hole shadow morphology a probe of the charge parameters."],"forward_implications":["For an electrically charged GMGHS black hole, increasing $Q$ at fixed $Q^*=-\\sqrt{2}Q$ confines chaos to inner orbits at $r=5$ and $r=6$ while outer orbits at $r=10$ and $r=50$ stay on closed curves.","At fixed $Q=1.2$, decreasing $Q^*$ strengthens the Coulomb attraction and progressively destroys regular motion at $r=5$ and $r=6$, while $r=10$ and $r=30$ remain ordered; orbit stability near the horizon is therefore controlled by the charge parameters.","For a magnetically charged GMGHS black hole with $\\theta=\\pi/2$, chaos appears only at large $Q_m$ and only at $r=6$, so the magnetically induced chaos is a near-horizon effect.","Shannon entropy fluctuations coincide with chaotic dynamics in all three parameter scans and match Poincaré sections, MLE, and FLI, supporting entropy as a practical single chaos indicator for relativistic Hamiltonian systems."],"supporting_citations":[{"why":"Establishes the Einstein-Maxwell-dilaton charged black hole solution that the GMGHS metric specializes.","marker":"[10]"},{"why":"Rederives the solution in string theory, giving the GMGHS metric and the dilaton parameter $r_0=Q^2/M$ used throughout the paper.","marker":"[11]"},{"why":"Supplies the prior analysis of charged test-particle motion around GMGHS black holes, including the orbit classification and the $r_0$ window this paper extends to chaos.","marker":"[16]"},{"why":"Provides the Hamiltonian decomposition into integrable sub-Hamiltonians that the paper adapts to construct explicit symplectic integrators.","marker":"[22–24]"},{"why":"Proposes Shannon entropy as a chaos indicator in curved spacetime, the primary diagnostic this paper validates.","marker":"[28]"},{"why":"Reports the accuracy advantage of the PRK64 algorithm over lower-order symplectic methods, justifying the integration choice.","marker":"[29]"},{"why":"Supplies the twelve time coefficients that define the PRK64 composition used in the numerical scheme.","marker":"[30]"},{"why":"Defines the maximum Lyapunov exponent in curved spacetime, one of the four chaos indicators.","marker":"[31]"},{"why":"Introduces the fast Lyapunov indicator used to distinguish order from chaos.","marker":"[32]"},{"why":"Gives the two-adjacent-orbit FLI definition that the paper implements.","marker":"[33]"}],"fun_headline_variants":["Charge flips orbits near string-theory black holes into chaos","Both charge types drive order-to-chaos transitions","Black-hole charge dictates orbit chaos","Orbits near GMGHS black holes turn chaotic with charge","Charge shifts orbits from order to chaos"],"cache_read_input_tokens":3200,"weakest_assumption_plain":"The PRK64 integration scheme must correctly solve the decomposed Hamiltonian; every chaos indicator is computed from trajectories produced by that scheme, so a wrong update rule would make the reported order-to-chaos transitions an artifact of the integrator rather than a property of the spacetime.","fun_headline_variants_meta":{"raw":{"variants":["Charge flips orbits near string-theory black holes into chaos","Both charge types drive order-to-chaos transitions","Black-hole charge dictates orbit chaos","Orbits near GMGHS black holes turn chaotic with charge","Charge shifts orbits from order to chaos"]},"model":"deepseek-v4-flash","effort":"low","cost_usd":0.000265,"raw_usage":{"total_tokens":1668,"prompt_tokens":1068,"completion_tokens":600,"prompt_tokens_details":{"cached_tokens":384},"prompt_cache_hit_tokens":384,"prompt_cache_miss_tokens":684,"completion_tokens_details":{"reasoning_tokens":527}},"tokens_in":684,"tokens_out":600,"duration_ms":6305,"temperature":1.0,"reasoning_tokens":527,"cache_read_input_tokens":384,"cache_creation_input_tokens":0},"cache_creation_input_tokens":0},"created_at":"2026-08-15T18:10:16.812875+00:00","model_set":{"reader":"deepseek-v4-flash"},"falsifier":"Compute $\\partial H_4/\\partial r$ for $H_4=p_\\theta^2/(2r(r-Q^2))$ and compare the resulting momentum update with Eqs. (A1) and (A2); if the printed sign or magnitude is wrong, rerun the $Q=1.2$, $r=6$ case with the corrected flow and check whether the Poincaré section at $r=5$ still scatters.","supporting_citations":[{"cited_title":"Charged scalar fields in a Kerr-Sen black hole: exact solutions, Hawking radiation, and resonant frequencies","cited_arxiv_id":"1811.06129","evidence_quote":"Establishes the Einstein-Maxwell-dilaton charged black hole solution that the GMGHS metric specializes."},{"cited_title":null,"cited_arxiv_id":null,"evidence_quote":"Supplies the twelve time coefficients that define the PRK64 composition used in the numerical scheme."}],"review_version":1}