Pith. sign in

REVIEW 3 major objections 5 minor 28 references

High-order and Mass-conservative Regularized Implicit-explicit relaxation Runge-Kutta methods for the logarithmic Schr\"{o}dinger equation

T0 review · 3 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read The paper develops energy-regularized implicit-explicit relaxation Runge-Kutta methods for the logarithmic Schrödinger equation that conserve mass exactly and keep the full temporal order of the underlying Runge-Kutta pair.

desk verdict A solid, useful combination of existing regularization and IMEX relaxation RK ideas for LogSE, with a fixable gap in the order proof's regularity assumptions. read the letter →

arxiv 2411.08271 v1 pith:CNM57TOQ submitted 2024-11-13 math.NA cs.NA

classification math.NAcs.NA MSC 35Q4165L0665M1265M70
keywords logarithmicSchrödingerequationenergyregularizationimplicit-explicitrelaxationRunge-KuttamassconservationFourierpseudo-spectralmethodhigh-ordertimeintegrationnon-differentiablenonlinearity
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The logarithmic Schrödinger equation (LogSE) has a nonlinearity $\ln|u|^2$ that is not differentiable at $u=0$, which blocks standard high-order numerical schemes. The paper removes the singularity by replacing the energy density with a $C^k$ polynomial near zero, then applies implicit-explicit relaxation Runge-Kutta (IMEX RRK) time stepping with Fourier pseudo-spectral discretization in space. Its central claim is that the relaxation coefficient can be chosen to make the semi-discrete scheme conserve mass exactly, while the local truncation error remains $O(\tau^{p+1})$ for a base IMEX Runge-Kutta method of order $p$. If correct, this yields a practical class of linearly implicit, high-order, mass-conserving integrators for a singular nonlinear Schrödinger model, and the numerical experiments confirm orders 2 through 5.

What carries the argument

The load-bearing object is the relaxation coefficient $\gamma_n$ in (3.4), appended to an IMEX Runge-Kutta pair. It is computed from the discrete inner product and the stage derivatives after each step, and by construction it cancels the leading term in the mass variation, forcing exact conservation of the discrete $L^2$ norm. Because the base method is $p$-th order, Lemma 3.1 gives $\gamma_n = 1 + O(\tau^{p-1})$, so the correction is small for small steps, and the Taylor argument in Theorem 3.2 shows the truncation error remains $O(\tau^{p+1})$. The second essential piece is the energy regularization (2.1), which replaces the singular energy density by a $C^k$ polynomial near zero, making the nonlinearity smooth enough for the expansion and for the Runge-Kutta analysis.

What would settle it

Run the IMEX RRK(2,3) scheme on the ERLogSE with an initial datum that has a zero at some point, keep $\varepsilon$ fixed, and measure the $L^2$ temporal error against a fine reference as $\tau$ decreases. If the observed rate falls below 3, or if $\max_n |\gamma_n - 1|$ does not decay like $\tau^2$, the smoothness premise behind Theorem 3.2 is contradicted; mass conservation would still hold algebraically.

Watch

Extended reading notes

Core claim

The paper's central discovery is that any $p$-th order IMEX Runge-Kutta pair can be adapted to the energy-regularized logarithmic Schrödinger equation (ERLogSE) without losing order, by appending a relaxation factor $\gamma_n$ that enforces exact mass conservation. The factor is chosen as in (3.4): it equals 1 when the stage update has zero mass derivative, and otherwise $\gamma_n = -2\,\Re(\sum_j (b^I_j g^I_j + b^E_j g^E_j), u^{\varepsilon,n}_\gamma) / (\tau \|\sum_j (b^I_j g^I_j + b^E_j g^E_j)\|^2)$. Theorem 3.1 shows this choice gives $\|u^{\varepsilon,n+1}_\gamma\|^2 = \|u^{\varepsilon,n}_\gamma\|^2$, and Theorem 3.2 shows the truncation error is $O(\tau^{p+1})$, using the fact that $\gamma_n = 1 + O(\tau^{p-1})$ for a $p$-th order base method. The regularity that makes the analysis possible comes from the energy regularization (2.1), which replaces the non-differentiable $F(\rho) = \rho\ln\rho - \rho$ by a $C^k$ polynomial on $0 \le \rho < \varepsilon^2$.

Load-bearing premise

The load-bearing premise is that the exact ERLogSE solution is smooth enough in time for a Taylor expansion of order $p+1$, and that the base IMEX Runge-Kutta method is at least second-order accurate; the paper takes this smoothness as given rather than deriving it from the $C^k$ energy regularization.

Editorial extensions

If this is right

  • Any $p$-th order IMEX Runge-Kutta pair becomes a mass-conserving scheme for the ERLogSE with the same temporal order; the paper demonstrates this for schemes of orders 2 through 5.
  • The regularization parameter $\varepsilon$ controls the modeling error: the ERLogSE solution and its density converge linearly in $\varepsilon$ to the LogSE solution, while the regularized energy converges quadratically.
  • Mass conservation holds exactly at the semi-discrete level for the chosen relaxation coefficient, independently of the time-step size.
  • Combined with Fourier pseudo-spectral spatial discretization, the method gives spectral accuracy in space, so the overall solver can be high order in both time and space.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper leaves implicit that the optimal balance between regularization and time step is $\varepsilon \sim \tau^p$, since the ERLogSE-to-LogSE error is $O(\varepsilon)$ while the temporal error is $O(\tau^p)$; choosing $\varepsilon$ much smaller wastes resolution, and choosing it larger makes the modeling error dominate.
  • The mass-conservation argument uses only the discrete inner product and the relaxation formula, so it should transfer to other spatial discretizations such as finite element or finite difference methods that preserve a compatible inner-product structure; the paper tests only Fourier pseudo-spectral, so this is an untested extension.
  • The same construction likely applies to the regularized sine-Gordon-Schrödinger equation (ERSSE) mentioned in the paper, whose results are stated to be similar but not shown; applying the scheme there would test the generality of the mechanism.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The manuscript proposes an energy-regularized logarithmic Schrödinger equation (ERLogSE) and applies implicit-explicit relaxation Runge-Kutta (IMEX RRK) methods in time with Fourier pseudo-spectral discretization in space. The main theoretical claims are Theorem 3.1 (exact mass conservation of the semi-discrete IMEX RRK scheme for a specific relaxation coefficient) and Theorem 3.2 (temporal truncation error O(τ^{p+1}) for a p-th order base IMEX RK method). Numerical experiments report temporal and spatial convergence rates for four IMEX RK pairs and long-time dynamics for two colliding Gaussons.

Significance. If correct, the paper provides a practical linearly implicit, high-order time integrator family for the LogSE that conserves mass exactly, which is valuable because the logarithmic nonlinearity is singular and many existing schemes are low order or non-conservative. The algebraic mass-conservation mechanism is clean and the numerical experiments support the advertised orders in the tested cases. However, the order proof is semi-discrete and rests on unstated regularity assumptions tied to the polynomial degree k of the energy regularization; the fully discrete spatial error is not analyzed. The paper's main contribution is the method construction plus numerical validation, and that contribution is plausible but not yet fully rigorous.

major comments (3)
  1. [Section 3.1, Eq. (3.4)] Equation (3.4) as printed is not a well-defined definition: in the first branch the condition "∑ (b^I_j g^I_j + τ γ_n ∑ b^E_j g^E_j) = 0" contains γ_n on both sides, while the proof of Theorem 3.1 and the subsequent Lemma 3.1 require the simpler condition ∑ (b^I_j g^I_j + b^E_j g^E_j) = 0 with no γ_n inside. This display must be corrected before Theorem 3.1 is a precise statement.
  2. [Section 3, Theorem 3.2] The proof expands the exact ERLogSE solution to order p+1, which requires the solution to have bounded time derivatives through order p+1. The regularized nonlinearity f^k_ε in (2.2) is only C^k in ρ, and when the density crosses ρ = ε^2 the (k+1)-st derivative jumps; for k < p the required Taylor expansion is not justified. The manuscript never states a condition such as k ≥ p, nor any regularity hypothesis on u0 that would imply C^{p+1} regularity of the ERLogSE solution. The rate tests in Section 4.1 use the Gaussian (4.1) with ς = 0, whose density is time-independent at each point, so they do not exercise the switching surface; the two-Gaussian experiment in Section 4.2 is not used for rate measurement. Please state the missing regularity assumption or prove the order result under weaker conditions.
  3. [Section 3, proof of Theorem 3.2] The proof substitutes the exact solution into (3.3) and then invokes Lemma 3.1 for γ_n, but γ_n is defined through stage values of the numerical solution; it is not shown that the γ_n obtained from exact-solution substitutions has the same expansion. The displayed cancellation also drops the O((γ_n−1)^2 τ^2) term by using γ_n − 1 = O(τ^{p−1}), which is valid for p ≥ 2 but should be stated explicitly. As written, the argument is closer to a heuristic order estimate than to a self-contained local truncation error proof of the actual discrete map.
minor comments (5)
  1. [Introduction] The introduction refers to a Section 6, but the paper has only five sections; the conclusion is Section 5.
  2. [Section 4.1.1] The polynomial degree k is denoted by n in the text and figure captions (for example, "larger values of n" and Fig. 4.3 captions with n = 2, n = 4); please use one symbol consistently.
  3. [Section 3 and 4] Theorems 3.1 and 3.2 are stated only for the semi-discrete system, while the abstract and Section 4 describe the fully discrete Fourier pseudo-spectral method; please state explicitly that the same algebraic mass-conservation identity holds for the spectral discretization, or add a remark on the fully discrete setting.
  4. [Table 4.1] The "order" column in Table 4.1 appears to be computed from consecutive values of N; please state the formula used (for example, log(‖e_{N_j}‖/‖e_{N_{j+1}}‖)/log(N_{j+1}/N_j)) so the reader can interpret the very high orders at N = 20.
  5. [Section 4.1] For the exact Gaussian solution (4.1), the paper should state explicitly that the computational domain is chosen large enough so that the boundary truncation error is negligible, and should specify the boundary condition used in the finite-domain computation.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: mass conservation is an enforced algebraic identity and the temporal order proof invokes an independent external lemma.

full rationale

The central load-bearing claims are Theorem 3.1 (mass conservation) and Theorem 3.2 (order preservation). Theorem 3.1 is not a prediction: substituting the relaxation coefficient (3.4) into the mass-increment identity (3.6) forces the increment to vanish exactly, so mass conservation is a designed algebraic invariant of the method. Theorem 3.2 derives the truncation error from the known p-th order of the base IMEX RK scheme and from Lemma 3.1, which is quoted from the independent paper Li, Li & Zhang [10]; that lemma's assumptions (base order p >= 2, sufficiently small tau) do not include the target result, and it is not authored by the present authors. No parameter is fitted to data and no 'prediction' is manufactured from a subset of the same data. The only self-citation is [11] (Wang, Yan & Zhang), an earlier first-order IMEX scheme mentioned in the introduction; it is not used in the proofs, in the relaxation construction, or in the numerical validation, so it is not load-bearing. The printed gamma_n formula (3.4) has an apparent typo in its first branch, with gamma_n appearing inside its own condition, and the paper leaves the regularity of u0 to be 'specified later' without doing so; these are correctness or technical defects rather than circular reductions, because neither is used to justify the paper's claims via itself. The numerical convergence tests are self-consistency checks against a fine reference solution, but the order statement stands independently on the cited external lemma and the construction is parameter-free, so the overall circularity score is 0.

Assumptions & free parameters 2 free parameters · 4 assumptions · 0 invented entities

No new physical entities are introduced. The paper's contribution is a numerical scheme built from two existing components, Bao et al.'s energy regularization and Li et al.'s IMEX relaxation Runge-Kutta framework; the free parameters are method parameters chosen manually.

free parameters (2)
  • epsilon (regularization parameter) = 10^-5 to 10^-10 in experiments
    Chosen by hand to control the smoothing of the logarithmic nonlinearity; the ERLogSE-to-LogSE error is O(epsilon) and the numerical tests vary epsilon.
  • k (polynomial degree in energy regularization) = n = 2, 4, 10 in convergence tests
    Chosen by hand; higher k gives higher regularity and better approximation near rho = 0, but no optimality criterion is given.
assumptions (4)
  • standard math IMEX RK order conditions from [7,8] and Lemma 3.1 from [10] hold for the ERLogSE semi-discretization
    The paper invokes Lemma 3.1 to prove gamma_n = 1 + O(tau^(p-1)) and uses standard IMEX RK convergence order p; these are external results assumed without reproof.
  • domain assumption The exact solution of ERLogSE is sufficiently smooth on [0,T] for the Taylor expansion used in Theorem 3.2
    The proof of Theorem 3.2 expands u^epsilon around t_n + tau and requires higher derivatives; the paper does not state regularity conditions on u0 or the solution.
  • standard math F^epsilon_k defined in (2.1) is in C^k and approximates F to second order, as established by Bao et al. [3]
    The regularization construction and its approximation properties are imported from Bao et al. without reproof.
  • domain assumption The Gaussian solution (4.1) is exact for the LogSE as given in Carles and Gallagher [5]
    Used as a benchmark in the numerical experiments and taken from the cited literature.

how reviews work

0 comments
Cite this review

Pith. "Pith review of High-order and Mass-conservative Regularized Implicit-explicit relaxation Runge-Kutta methods for the logarithmic Schr\"{o}dinger equation." pith.science (2026). https://pith.science/paper/CNM57TOQ

@misc{pith2026241108271,
  author       = {Pith},
  title        = {Pith review of: High-order and Mass-conservative Regularized Implicit-explicit relaxation Runge-Kutta methods for the logarithmic Schr\"odinger equation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/CNM57TOQ}},
  note         = {Machine review of arXiv:2411.08271}
}
abstract

The non-differentiability of the singular nonlinearity (such as $f=\ln|u|^2$) at $u=0$ presents significant challenges in devising accurate and efficient numerical schemes for the logarithmic Schr\"{o}dinger equation (LogSE). To address this singularity, we propose an energy regularization technique for the LogSE. For the regularized model, we utilize Implicit-Explicit Relaxation Runge-Kutta methods, which are linearly implicit, high-order, and mass-conserving for temporal discretization, in conjunction with the Fourier pseudo-spectral method in space. Ultimately, numerical results are presented to validate the efficiency of the proposed methods.

Figures

Figures reproduced from arXiv: 2411.08271 by the authors.

Figure 4.1
Figure 4.1. Convergence order ERLogSE to LogSE, i.e. keˆ ε (t = 1)k, keˆ ε ρ (t = 1)k, e ε E (t = 1). 4.1.2. Convergence rate of the numerical scheme Firstly, we investigate the relaxation coefficient γn at t = 1 for various values of n, ε and the results shown in Fig.4.2, substantiate Lemma 3.1. Next, to assess the temporal convergence rate, we set the mesh size to h = he, and varied the time step as τ = 2 −j × 10−1 for j = 1,… view at source ↗
Figure 4.2
Figure 4.2. Convergence order of max(|γn − 1|) for different IMEX RRK schemes. -2.5 -2 -1.5 -1 -5 -4 -3 -2 (a) RRK(1,2) -2.5 -2 -1.5 -8 -7 -6 -5 -4 -3 (b) RRK(2,3) -2.5 -2 -1.5 -1 -10 -8 -6 -4 (c) RRK(6,4) -2.5 -2 -1.5 -1 -12 -10 -8 -6 (d) RRK(8,5) [PITH_FULL_IMAGE:figures/full_fig_p006_4_2.png] view at source ↗
Figure 4.3
Figure 4.3. Convergence order in time of RRK with different ε. 4.2. Dynamics In this section, we investigate long time dynamics of LogSE with Gaussian-type initial datum in 1D. To this end, we fix λ = −1, x ∈ [−40, 40], τ = 2 × 10−3 , h = 5 16 . The initial datum is chosen as u0(x) = X 2 k=1 bke − ak 2 (x−xk ) 2+ivk x , x ∈ R, (4.3) where bk, ak, xk and vk are real constants, i.e, the initial data is the sum of 2 Gaussons with … view at source ↗
Figures from the paper (1 more)
Figure 4.4
Figure 4.4. Figure 4.4: Plots of |u ε (x, t)| (first column); |u ε (x, t)| at different time (second column) and evolution of mass error (third column) (Case for RRK(2,3)). with the Fourier spectral method, to solve the ERLogSE (2.3). Our analysis demonstrated that these IMEX RRK methods no…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

28 extracted references · 27 canonical work pages

  1. [1]

    W.Z. Bao, R. Carles, C.M. Su, and Q.L. Tang. Error estimates of a regularized finite difference method for the logarithmic S chr\" o dinger equation. SIAM J. Numer. Anal. , 57(2):657--680, 2019

  2. [2]

    W.Z. Bao, R. Carles, C.M. Su, and Q.L. Tang. Regularized numerical methods for the logarithmic S chr\" o dinger equation. Numer. Math. , 143(2):461--487, 2019

  3. [3]

    W.Z. Bao, R. Carles, C.M. Su, and Q.L. Tang. Error estimates of local energy regularization for the logarithmic S chr\" o dinger equation. Math. Models Methods Appl. Sci. , 32(1):101--136, 2022

  4. [4]

    Bia ynicki-Birula and J

    I. Bia ynicki-Birula and J. Mycielski. Nonlinear wave mechanics. Ann. Physics , 100(1-2):62--93, 1976

  5. [5]

    Carles and I

    R. Carles and I. Gallagher. Universal dynamics for the defocusing logarithmic S chr\" o dinger equation. Duke Math. J. , 167(9):1761--1801, 2018

  6. [6]

    Cazenave and A

    T. Cazenave and A. Haraux. \'evolution equations with logarithmic nonlinearity. Annales of the Faculty of Sciences of Toulouse: Math\'ematique , 5th s\'ery, 2(1):21--51, 1980

  7. [7]

    Herty, L

    M. Herty, L. Pareschi, and S. Steffensen. Implicit-explicit R unge- K utta schemes for numerical discretization of optimal control problems. SIAM J. Numer. Anal. , 51(4):1875--1899, 2013

  8. [8]

    C. A. Kennedy and M. H. Carpenter. Additive R unge- K utta schemes for convection-diffusion-reaction equations. Appl. Numer. Math. , 44(1-2):139--181, 2003

Show all 28 references
  1. [9]

    Ketcheson

    D.I. Ketcheson. Relaxation R unge- K utta methods: conservation and stability for inner-product norms. SIAM J. Numer. Anal. , 57(6):2850--2870, 2019

  2. [10]

    D.F. Li, X.X. Li, and Z.M. Zhang. Implicit-explicit relaxation R unge- K utta methods: construction, analysis and applications to PDE s. Math. Comp. , 92(339):117--146, 2023

  3. [11]

    Yan, and X.L

    Li-Lian Wang, J.Y. Yan, and X.L. Zhang. Error analysis of a first-order IMEX scheme for the logarithmic S chr\"odinger equation. SIAM J. Numer. Anal. , 62(1):119--137, 2024

  4. [12]

    Allen, J.W

    S.M. Allen, J.W. Cahn, A microscopic theory for antiphase boundary motion and its application to antiphase domain coarsening, Acta. Metall., 1979, 27(6): 1085-1095

  5. [13]

    Chen, Y.Q

    Y.Y. Chen, Y.Q. Huang, N.Y. Yi, A SCR-based error estimation and adaptive finite element method for the Allen-Cahn equation, Comput. Math. Appl., 2019, doi:10.1016/j.camwa.2019.02.022

  6. [14]

    Zhang, J.Y

    H. Zhang, J.Y. Yan, X. Qian, et al., On the preserving of the maximum principle and energy stability of high-order implicit-explicit Runge-Kutta schemes for the space-fractional Allen-Cahn equation, Numer. Algorithms., 2021, 88(3): 1309-1336

  7. [15]

    B.L. Yin, Y. Liu, H. Li, S. He, Fast algorithm based on TT-M FE system for space fractional Allen-Cahn equations with smooth and non-smooth solutions, J. Comput. Phy., 2019, 379: 351-372

  8. [16]

    Achleitner, C

    F. Achleitner, C. Kuehn, J.M. Melenk, A. Rieder, Metastable speeds in the fractional Allen-Cahn equation, Appl. Math. Comput., 2021, 408: 126329

  9. [17]

    Jin, B.Y

    B.T. Jin, B.Y. Li, Z. Zhou, Numerical analysis of nonlinear subdiffusion equations, SIAM J. Numer. Anal., 2018, 56(1): 1-23

  10. [18]

    Liu, A.J

    H. Liu, A.J. Cheng, H. Wang, J. Zhao, Time-fractional Allen-Cahn and Cahn-Hilliard phase-field models and their numerical investigation, Comput. Math. Appl., 2018, 76(8): 1876-1892

  11. [19]

    Q. Du, J. Yang, Z. Zhou, Time-fractional Allen-Cahn equations: analysis and numerical methods, J. Sci. Comput., 2020, 85(2): 1-30

  12. [20]

    H.L. Liao, T. Tang, T. Zhou, A second-order and nonuniform time-stepping maximum-principle preserving scheme for time-fractional Allen-Cahn equations, J. Comput. Phys., 2020, 414: 109473

  13. [21]

    Zhou, X.L

    B.Y. Zhou, X.L. Chen, D.F. Li, Nonuniform Alikhanov linearized Galerkin finite element methods for nonlinear time-fractional parabolic equations, J. Sci. Comput., 2020, 85(2): 1-20

  14. [22]

    Huang, M

    C.B. Huang, M. Stynes, A sharp -robust L^ (H^1) error bound for a time-fractional Allen-Cahn problem discretised by the Alikhanov L2 - 1_ scheme and a standard FEM, 2021, doi: 10.13140/rg.2.2.15448.83201

  15. [23]

    A. A. Alikhanov, A new difference scheme for the time fractional diffusion equation, J. Comput. Phys., 2015, 280: 424-438

  16. [24]

    H.L. Liao, W. McLean, J.W. Zhang, A second-order scheme with nonuniform time steps for a linear reaction-sudiffusion problem, ArXiv e-prints, http://arxiv.org/abs/1803.09873

  17. [25]

    Ren, H.L

    J.C. Ren, H.L. Liao, J.W. Zhang, et al., Sharp H^1 -norm error estimates of two time-stepping schemes for reaction-subdiffusion problems, J. Comput. Appl. Math., 2021, https://doi.org/10.1016/j.cam.2020.113352

  18. [26]

    Shi, P.L

    D.Y. Shi, P.L. Wang, Y.M. Zhao, Superconvergence analysis of anistropic linear triangular finite element for nonlinear Schr\" o dinger equation, Appl. Math. Lett., 2014, 38: 129-134

  19. [27]

    Shi, Y.M

    D.Y. Shi, Y.M. Zhao, F.L. Wang, Quasi-Wilson nonconforming element approximation for nonlinear dual phase lagging heat conduction equations, Appl. Math. Comput., 2014, 243: 454-464

  20. [28]

    Lin, J.F

    Q. Lin, J.F. Lin, Finite Element Methods: Accuracy and Improvement, Elsevier, 2006

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.