Skip to Content
AtomsAtoms
  • Technical Note
  • Open Access

23 January 2026

NBODYCL: A Program to Generate Regularized Classical Trajectories for the n–Body Coulomb Problem

,
and
Department of Physics and Astronomy, University of Nebraska-Lincoln, Lincoln, NE 68588, USA
*
Authors to whom correspondence should be addressed.

Abstract

A program package for calculating regularized classical trajectories for Coulomb n–body problem is developed. The Coulomb singularities from the equations of motion are removed by transformations of variables including the time. This effectively conserves the energy of the time-independent systems to a high accuracy for long time propagation. Sample calculations are shown for the cases of 2, 3, 4, and 5 particle systems giving comparisons with the un-regularized trajectories. The program can be used for general purposes including the classical-trajectory Monte-Carlo simulations for charged-particle collisions in free or laser environments.

1. Introduction

The dynamics of charged particles interacting through the long-range Coulomb potential play a central role in many areas of physics, ranging from atomic and molecular collisions to plasma dynamics and astrophysical processes. However, the accurate numerical treatment of such systems remains a persistent challenge due to the singular nature of the Coulomb interaction at short inter-particle separations. In particular, direct integration of the classical equations of motion for few- and many-body Coulomb systems often leads to numerical instabilities or loss of energy conservation during close encounters of two or more particles. Overcoming these singularities is essential for constructing reliable trajectory-based simulations, specifically involving particles such as electrons and positrons.
Existing computational frameworks for charged-particle dynamics typically handle the Coulomb interaction either by introducing soft-core potentials, adaptive time steps, or cutoff distances to avoid singularities during close encounters. While such techniques can stabilize direct numerical integration, they do so at the cost of distorting the true Coulomb dynamics near short inter-particle separations. The true nature of the Coulomb potential at short distance is essential to accurately capture the dynamics in cases where, for example, an electron performs several encounters with an oppositely charged ion due to a laser field. It has been shown, that in laser-assisted collisions, the exact inclusion of the Coulomb potential between the electron and a proton leads to interesting phenomena [1,2], which are not observed if the Coulomb potential is softened. Some exact treatments of the Coulomb singularity include the treatment of frustrated ionization for strongly driven molecules in ref [3] and later analysis of double and triple ionization of three electron-atoms [4] and molecules [5], driven by infrared laser pulses.
In the present work, we introduce a general program to compute the classical trajectories in the n–charged particle system by globally regularizing the Coulomb singularities. It must be noted that the regularizing singular collisions in the n–body problem is not new, rather it has been extensively studied and successfully applied in the problem of gravitational n–body problem. See, for example, the classic texts by Aarseth [6] and Szebehely [7], and the references therein. More practical approach to computing regularized trajectories in the n–body gravitational problem is due to the works of Heggie [8] and Mikkola [9]. Therefore, we closely follow their derivations to arrive at the formula for the Coulomb system. In addition, we also introduce an oscillating electric field to the charged-particle system to address a larger class of problems in collisions physics.
The organization of the present paper is as follows. In Section 2 we derive our main equations, and in Section 3 we describe the main program nbodycl. For comparisons, we also provide a standard generalized integrator program called nbody-direct for the n–body Coulomb system without regularization. In Section 4 we compare the results from nbodycl and nbody-direct applied to example problems with number of charged particles n = 2 , 3 , 4 and 5. Finally in Section 5 we discuss the additional challenges in the nbodycl program and its potential applications.

2. Method

For an n charged-particle system interacting with a time-dependent electric field, the system’s Hamiltonian H in the dipole approximation can be written as,
H = i n p i 2 2 m i + i n 1 j = i + 1 n e i e j | q i q j | i n e i q i · F ( t ) ,
where the canonical variables q i and p i are the Cartesian coordinate and its conjugate momentum of the i th particle. The mass and the charge of the particle are given by m i and e i , respectively. The form of the time-dependent electric field vector F ( t ) can be arbitrary. Note that we will be using atomic units meaning that for an electron (positron) m i = 1 ( 1 ) and e i = 1 ( + 1 ) . The solution paths of Equation (1) are given by the integration of Hamilton’s equations,
q ˙ i = H p i = p i m i ,
p ˙ i = H q i = j i n e i e j ( q i q j ) | q i q j | 3 + e i F ( t ) ,
where the dot represent the time derivative with respect to t. The direct numerical integration of the Hamilton’s equations (Newton’s equations) in Equations (2) and (3) introduce severe numerical instabilities when two or more particles approach infinitesimally close to each other, i.e., when | q i q j | 0 . These instabilities are commonly known as Coulomb singularities where the kinetic and potential energies of the system diverge. Therefore, we look for a global regularization for the Hamiltonian in Equation (1) without Coulomb singularities.
For the regularization, we introduce the new coordinate variable q i j and its conjugate momentum p i j for each pair of i j -particles. For an n distinguishable particle system, there are n ( n 1 ) / 2 distinct pairs of particles. We can count the particle pairs with index k as the following code snippet shows.
Atoms 14 00008 i001
We also note that the indices i j can be directly mapped to the index k via k = k ( i , j ) = ( i 1 ) n i ( i + 1 ) / 2 + j . The new coordinate variables are defined as follows,
q k : = q i j = q i q j ,
q = 1 M i n m i q i ,
where M = i n m i and 1 i < j n . The inverse transformation for the coordinate variable can be obtained from Equations (4) and (5) to give,
q i = q + 1 M j = i + 1 n m j q i j 1 M j = 1 i 1 m j q j i .
The new conjugate momenta are given by,
p k : = p i j = 1 n p i p j m i m j M p ,
p = i n p i .
Note that if we wish to stay in the center-of-mass frame, we can take q = 0 and p = 0 . As before, the inverse transformation for the conjugate momentum can be obtained from Equations (7) and (8) to give,
p i = j = i + 1 n p i j j = 1 i 1 p j i + m i M p .
The inverse transformation in Equation (9) can be recast into the following compact form,
p i = k K a i k p k + m i M p ,
where K = n ( n 1 ) / 2 , a i k = 1 and a j k = 1 when k = k ( i , j ) , otherwise a i k = 0 . In other words (recall that index k refers to the ( i , j ) pair of particles with i < j ), if the particle i is the first index of the ( i , j ) pair, then a i k = 1 , and if the particle j is the second index of the ( i , j ) pair, then a j k = 1 , and finally, if the particle i is not included in the pair given by k, then a i k = 0 . Following code snippet shows how the a i k terms are calculated.
Atoms 14 00008 i002
With the new sets of conjugate variables [ q k , q ] and [ p k , p ] , and plugging Equations (6) and (10) in Equation (1), the transformed Hamiltonian H can be written as,
H = k , k K T k k p k · p k + 1 2 M p 2 + k K e k | q k | k K β k q k · F ( t ) i N e i q · F ( t ) ,
where we have defined the new symbols,
T k k = 1 2 i N a i k a i k m i , e k = e i e j , β k = ( e i m j e j m i ) / M
The Coulomb singularities still exist in the transformed Hamiltonian H in Equation (11) as the relative distances vectors q k are still in the denominator. To remove the q k from the denominator, we apply the transformation of variables proposed by Kustaanheimo and Stiefel (KS transformation) [6,10,11] and then later do a time transformation [8,9]. In the KS transformation, first the K + 1 coordinate variables (all q k plus q ) are converted to new 4-vector variables Q k = ( Q k , 1 , Q k , 2 , Q k , 3 , Q k , 4 ) . Recall that the vector q k is a 3-vector in coordinate space with cartesian components along x , y and z directions. The relation between the q k and Q k is given below.
q k , 1 = Q k , 1 1 Q k , 2 2 Q k , 3 2 + Q k , 4 2 q k , 2 = 2 ( Q k , 1 Q k , 2 Q k , 3 Q k , 4 ) q k , 3 = 2 ( Q k , 1 Q k , 3 + Q k , 2 Q k , 4 ) q k , 4 = 0
The transformation in Equation (13) can be cast into a matrix form q k = Q ^ k Q k where the square-matrix Q ^ k is given by,
Q ^ k = Q k , 1 Q k , 2 Q k , 3 Q k , 4 Q k , 2 Q k , 1 Q k , 4 Q k , 3 Q k , 3 Q k , 4 Q k , 1 Q k , 2 Q k , 4 Q k , 3 Q k , 2 Q k , 1
Given q k , the construction of Q k can be achieved as follows by defining r = q k and u = ( r + | q k , 1 | ) / 2 ,
Q k = u q k , 2 / u q k , 3 / u 0 , if q k , 1 0
Q k = q k , 2 / u u 0 q k , 3 / u , if q k , 1 < 0
Now, according to the KS-transformation, the relation between the momentum variable P k conjugate to Q k with the old momentum p k is given by,
p k = Q ^ k P k / ( 2 Q k 2 ) , P k = 2 Q ^ k T p k ,
where Q ^ k T is the transpose of the matrix Q ^ k given in Equation (14). The coordinate map between the old and KS variables preserves the canonical structure and therefore the Hamiltonian form of the equations. The canonical character of the KS transformation can be found in ref. [12]. With the new KS variables, the Hamiltonian H in Equation (11) can be written as,
H ( Q , P ) = k , k T k k 4 Q k 2 Q k 2 P k T Q ^ k T Q ^ k P k + 1 8 M Q 2 P T Q ^ T Q ^ P + k K e k Q k 2 k K β k Q k T Q ^ k T F ( t ) i N e i Q T Q ^ T F ( t ) .
Now, based on the Hamiltonian H ( Q , P ) , we introduce the extended Hamiltonian K where we treat the time t as a new dynamical variable. Let us denote the canonical momentum to the time variable as p t , then the extended Hamiltonian reads,
K ( Q , P , t , p t ) = H + p t .
In the above construction of the extended Hamiltonian in Equation (19), the time t has now been promoted to a dynamical coordinate with a conjugate momentum p t [13]. The extended Hamiltonian K has the same set of canonical equations as in the original Hamiltonian H with an additional two equations for the time and its conjugate momentum:
d t d τ = K p t = 1 ,
d p t d τ = K t = H t ,
where we have now defined a pseudo-time τ to track the dynamics. With the above definition, it can be shown that d t = d τ and p t ( t ) = H ( t ) = E ( t ) where E ( t ) is the total energy along the solution path. For a time-independent system, it is clearly seen that p t ( t ) = E 0 , where E 0 is the initial energy of the system. As the final step in regularization, we employ a time transformation of the form,
d t = g ( Q , P ) d s ,
where s is the pseudotime tracking the evolution of the paths. The time-transformation function g ( Q , P ) is a matter of choice. The shapes of the trajectories in the configurations space should not depend on the choice for g ( Q , P ) . For example, it can be the product of all relative separations of the particles Π k K Q k 2 [8], which eliminates all the Q 2 in Hamiltonian Equation (18). In our calculations, we take g ( Q , P ) = 1 / L where L is the Lagrangian of the system [9,14]. The system’s Lagrangian L behaves as 1 / q k when the separation between the k t h particle pair approaches zero. Therefore, the function g = 1 / L behaves as q k in this limit. After the time-transformation step, the final regularized Hamiltonian Γ of the system is constructed as below,
Γ ( Q , P , s ) = g ( Q , P ) K ( Q , P , t , p t ; s ) .
The regularized equations of motion can now be derived from Equation (23). For this let us write, L = T U , H = T + U , and Γ = K / L , where T and U are the kinetic and potential energy. Then, the Hamiltonian equations for Γ can be written as,
Q k = d Q k d s = Γ P k = g K P k + K g P k = g K T T P k + K g T T P k = g ( 1 Γ ) T P k ,
and,
P k = d P k d s = Γ Q k = g K Q k K g Q k = g K T T Q k + K U U Q k K g T T Q k + g U U Q k = g ( 1 Γ ) T Q k g ( 1 + Γ ) U Q k .
The partial derivative of the kinetic and potential energies with respect to Q k and P k can be obtained from their forms found in Equation (18) and they are also given in ref. [9] for the case of no external perturbation.

3. Program and Usage

3.1. Overview

We provide a Fortran 90 implementation nbodycl.f90, that integrates Coulomb n–body dynamics using a global KS regularization scheme as discussed in the previous section. The main subroutine takes in the particle details (masses, charges, and initial positions and momenta) and convert them to KS variables. It then advances all particle pairs (plus the center-of-mass) for a user-given time-step d t before returning them to the main program in the original coordinates. The subroutine provided in the main program can be adapted to any general calculations where, for example, the user can change the initial positions and momenta randomly. An example driver program is provided within the main program for testing. All numerical integrations are performed using the Bulirsh-Stoer algorithm [15] with adaptive-step size control. The programs used in the present work are freely available at our Zenodo’s repository at the address; https://doi.org/10.5281/zenodo.17804482.

3.2. Compilation and Execution

For compilation of the program, the intel Fortran 90 compiler is recommended. To compile, for example, use the command
  • ifort nbodycl.f90 -o nbodycl.exe
  • The inputs for the main subroutine can be generated inside the driver program or can be read from an external file. The example runs are prepared in this way and the structure of the input file is given below. nbodies is the number of charged particles in the system. The symbols m and q stand for the mass and charge of each particle.
  • nbodies
  • m1 q1
  • m2 q2
  • x1 y1 z1 px1 py1 pz1
  • x2 y2 z2 px2 py2 pz2

3.3. External Field (Optional)

The routine EFIELD(T,FLD) sets the dipole field and by default F ( t ) = 0 . To drive the system with an oscillating electric field with a finite or long-pulse duration, the user can assign amplitudes, frequency, carrier envelope phase (CEP). The routine returns the Cartesian components of the field via FLD(1:3) array.

3.4. Limitations and Applications

The present version of the code can be used to obtain trajectories for upto n 10 bodies, but can be easily extended to treat n > 10 by simple adjustments of the relevant dimensions of the arrays. The computed trajectories can be used as the input for trajectory-based classical or semiclassical simulations. On another note, the applicability of classical trajectories in atomic and molecular collisions can be questioned. However, classical or semi-classical methods based on trajectories such as the classical-trajectory Monte Carlo (CTMC) method have shown remarkable agreement with the quantum mechanical results for three-body problem involving electron, positron and (anti)proton [16]. A general criterion for the applicability of classical trajectories in the quantum collision problem can be envisaged based on the projectile’s de-Broglie wave length λ D B / p where p is the momentum of the projectile. If λ D B is much smaller than the characteristic spatial scale d of the motion, the classical trajectory approach can be justified. For example, if d scales as n 2 a 0 ( a 0 is the Bohr radius) for a bound target with principal quantum number n, then the condition λ D B < < d leads to p d > > . The latter condition is satisfied for either large projectile velocity or large value for n.
Of special interest is the binary collision between an electron and proton due to the pure Coulomb force. Here one can take the characteristic length scale to be the distance of closest approach d m e 2 / p 2 where m and e are the mass and charge of the electron, respectively. The requirement λ D B < < d leads to the condition 1 < < m e 2 / ( p ) = e 2 / ( v ) [17] (sec. 49), where v is the velocity of the electron. This makes the low-velocity motion of the electron more classical in the case of Coulomb potential [17]. However we stress that quantum effects such as exchange and interference effects which are inherent in atomic and molecular collisions are not captured by a purely classical treatment.

4. Results

In this section, we provide sample calculations for the case of n = 2 , 3 , 4 and 5 body systems. To investigate the accuracy and advantage of the regularized method, we also compute the trajectories by directly integrating the Hamilton’s equations fom Equation (1) which fail when two or more particles have close encounters. For this purpose, we also provide a direct integrator program nbody-direct.f90 which does not employ any regularization. In Figure 1 we show the example calculations for the cases where we have n = 2 and 3 charged particles. They may as well represent the collisions between an electron and a proton, and a collision between a positron and a hydrogen atom, respectively. Similarly, in Figure 2 we show the examples cases with n = 4 and 5 bodies. The error in energy is analyzed in both Figure 1 and Figure 2 and it is clear that our method significantly reduces such an error compared to direct integration.
Figure 1. Example calculations of trajectories for 2 (left column) and 3 (right column) bodies. Panels (a,b) show the initial configurations of the particles which are labeled as shown. The light particles have the same mass m (=1) and the sign of their unit charges ( ± ) are given in the bracket. The heavier particle with mass M ( > > m ) is placed at the origin of the coordinates. The arrow indicates the initial direction of the particle’s momentum which is chosen arbitrarily. In Panels (c,d), the relative distances r i j between the particle pairs are shown as function of time. The solid lines are the regularized trajectories obtained from the nbodycl program, and the dashed lines are the corresponding results from direct integration using the nbody-direct program. In Panels (e,f), we show the difference between the starting energy E 0 and the run time energy E ( t ) of all the particles. This error in energy is significantly lower in the nbodycl (denoted by NBCL) calculations compared to those from nbody-direct (denoted ny NBDR).
Figure 2. Example calculations of trajectories for 4 (left column) and 5 (right column) bodies. Panels (a,b) show the initial configurations of the particles which are labeled as shown. All other details are as same as in Figure 1. In Panels (c,d), the relative distances r i j between the particle pairs are shown as function of time. The solid lines are the regularized trajectories obtained from the nbodycl program, and the dashed lines are the corresponding results from direct integration using the nbody-direct program. In Panels (e,f), we show the difference between the starting energy E 0 and the run time energy E ( t ) of all the particles similar to Figure 1. Note that for the clarity of the figure, not all relative-separations are shown.
As an example for the laser-assisted collision, we tested the code by including a time-dependent electric field of the form F ( t ) = z ^ F 0 cos ω t to the binary system shown in Figure 1a. The computed regularized and un-regularized trajectories are shown in Figure 3. Trajectories from both programs agree for a short duration. However, the un-regularized trajectory shows rapid ionization whereas the regularized trajectory shows more returns and takes longer to ionize. In laser-assisted collisions, such finer events are crucial to capture the real effects such as Coulomb or dipolar focusing [1,18,19,20,21,22,23,24].
Figure 3. Example calculations of trajectories for the 2-body system when an oscillatory electric field is present. The initial conditions are same as the ones for Figure 1a. The electric field is of the form F ( t ) = z ^ F 0 cos ω t with F 0 = 0.005 a.u. and ω = 0.05 a.u. The un-regularized trajectory (dashed curve) shows fast ionization compared to the regularized solution (solid curve).

5. Conclusions and Outlook

We have presented a global regularization scheme for the Coulomb N-body problem that combines pairwise Kustaanheimo–Stiefel (KS) coordinates transformation followed by a time transformation. The method removes close-encounter singularities globally without recourse to case-by-case treatments and advances the dynamics. At the end of the trajectory run, the program returns the laboratory coordinates for analysis. Our Fortran implementation (nbodycl) follows the derivation presented in the paper verbatim.
Presented results on the test cases with n = 2 , 3 , 4 and 5 bodies demonstrate the smooth behavior of the trajectories through near-collisions and tight control of the total energy. The optional electric-field coupling enables laser-driven regularized Coulomb dynamics within the dipole-approximation. This makes the nbodycl program directly applicable to problems in atomic and molecular physics such as laser-assisted electron–ion scattering and positron/positronium interactions.

Author Contributions

Conceptualization: H.B.A. and I.I.F.; methodology: H.B.A. and I.I.F.; software: H.B.A. and M.K.M.; validation: H.B.A. and M.K.M.; formal analysis: H.B.A. and M.K.M.; investigation: H.B.A. and I.I.F.; resources: H.B.A. and I.I.F.; data curation: H.B.A. and M.K.M.; original draft preparation: H.B.A. and M.K.M.; review and editing: H.B.A., M.K.M. and I.I.F.; visualization: H.B.A. and M.K.M.; supervision: H.B.A. and I.I.F.; project administration, H.B.A. and I.I.F.; funding acquisition: H.B.A. and I.I.F. All authors have read and agreed to the published version of the manuscript.

Funding

The work of M.K.M, and I.I.F was supported by the NSF under grant Nos. PHY-1803744 and PHY-2309261.

Data Availability Statement

The original contributions presented in this study are included in the article. Further inquiries can be directed to the corresponding authors.

Acknowledgments

H.B.A. acknowledges the PHY-230160 grant from the Advanced Cyberinfrastructure Coordination Ecosystem: Services & Support (ACCESS) program, which is supported by NSF Grants No. 2138259, No. 2138286, No. 2138307, No. 2137603, and No. 2138296.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

Abbreviations

    The following abbreviations are used in this manuscript:
KSKustaanheimo-Steifel

References

  1. Brabec, T.; Ivanov, M.Y.; Corkum, P.B. Coulomb focusing in intense field atomic processes. Phys. Rev. A 1996, 54, R2551–R2554. [Google Scholar] [CrossRef] [PubMed]
  2. Ambalampitiya, H.B.; Fabrikant, I.I. Classical theory of laser-assisted spontaneous bremsstrahlung. Phys. Rev. A 2019, 99, 063404. [Google Scholar] [CrossRef]
  3. Price, H.; Lazarou, C.; Emmanouilidou, A. Toolkit for semiclassical computations for strongly driven molecules: Frustrated ionization of H2 driven by elliptical laser fields. Phys. Rev. A 2014, 90, 053419. [Google Scholar] [CrossRef]
  4. Peters, M.B.; Katsoulis, G.P.; Emmanouilidou, A. General model and toolkit for the ionization of three or more electrons in strongly driven atoms using an effective Coulomb potential for the interaction between bound electrons. Phys. Rev. A 2022, 105, 043102. [Google Scholar] [CrossRef]
  5. Katsoulis, G.P.; Peters, M.; Emmanouilidou, A. General model and toolkit for the ionization of three or more electrons in strongly driven molecules using an effective Coulomb potential for the interaction between bound electrons. Phys. Rev. A 2024, 109, 033106. [Google Scholar] [CrossRef]
  6. Aarseth, S.J. Gravitational N-Body Simulations: Tools and Algorithms; Cambridge Monographs on Mathematical Physics, Cambridge University Press: Cambridge, UK, 2003. [Google Scholar]
  7. Szebehely, V. Theory of Orbits: The Restricted Problem of Three Bodies; Academic Press: New York, NY, USA, 1967. [Google Scholar] [CrossRef]
  8. Heggie, D.C. A global regularisation of the gravitationalN-body problem. Celest. Mech. 1974, 10, 217–241. [Google Scholar] [CrossRef]
  9. Mikkola, S. A practical and regular formulation of the N-body equations. Mon. Not. R. Astron. Soc. 1985, 215, 171–177. [Google Scholar] [CrossRef]
  10. Kustaanheimo, P.; Stiefel, E. Perturbation theory of Kepler motion based on spinor regularization. J. Reine Angew. Math. 1965, 218, 204–219. [Google Scholar] [CrossRef]
  11. Yoshida, H. A new derivation of the Kustaanheimo-Stiefel variables. Celest. Mech. 1982, 28, 239–242. [Google Scholar] [CrossRef]
  12. Kurcheeva, I.V. Kustaanheimo-Stiefel Regularization and nonclassical canonical transformations. Celest. Mech. 1977, 15, 353–365. [Google Scholar] [CrossRef]
  13. Lanczos, C. The Variational Principles of Mechanics; Dover Publications: New York, NY, USA, 1986. [Google Scholar]
  14. Zare, K.; Szebehely, V. Time Transformations in the Extended Phase-Space. Celest. Mech. 1975, 11, 469–482. [Google Scholar] [CrossRef]
  15. Press, W.H.; Teukolsky, S.A.; Vetterling, W.T.; Flannery, B.P. Numerical Recipes in FORTRAN: The Art of Scientific Computing, 2nd ed.; Cambridge University Press: Cambridge, MA, USA, 1992. [Google Scholar]
  16. Ambalampitiya, H.B.; Fursa, D.V.; Kadyrov, A.S.; Bray, I.; Fabrikant, I.I. Charge transfer in positronium–proton collisions: Comparison of classical and quantum-mechanical theories. J. Phys. B At. Mol. Opt. Phys. 2020, 53, 155201. [Google Scholar] [CrossRef]
  17. Landau, L.D.; Lifshitz, E.M. Quantum Mechanics: Non-Relativistic Theory, 3rd ed.; Course of Theoretical Physics; Butterworth-Heinemann: Oxford, UK, 1981; Volume 3. [Google Scholar]
  18. Lu, J.; Li, Q.; He, L.; Qiao, H. Rydberg electron focused by Coulomb potential to enhance high-order harmonic generation via the chirped laser. J. Phys. B At. Mol. Opt. Phys. 2019, 52, 035401. [Google Scholar] [CrossRef]
  19. Daněk, J.c.v.; Hatsagortsyan, K.Z.; Keitel, C.H. Analytical approach to Coulomb focusing in strong-field ionization. II. Multiple recollisions. Phys. Rev. A 2018, 97, 063410. [Google Scholar] [CrossRef]
  20. Huang, C.; Liao, Q.; Zhou, Y.; Lu, P. Role of Coulomb focusing on the electron transverse momentum of above-threshold ionization. Opt. Express 2010, 18, 14293–14300. [Google Scholar] [CrossRef] [PubMed]
  21. Berman, S.A.; Chandre, C.; Uzer, T. Persistence of Coulomb focusing during ionization in the strong-field regime. Phys. Rev. A 2015, 92, 023422. [Google Scholar] [CrossRef]
  22. Shafir, D.; Soifer, H.; Vozzi, C.; Johnson, A.S.; Hartung, A.; Dube, Z.; Villeneuve, D.M.; Corkum, P.B.; Dudovich, N.; Staudte, A. Trajectory-Resolved Coulomb Focusing in Tunnel Ionization of Atoms with Intense, Elliptically Polarized Laser Pulses. Phys. Rev. Lett. 2013, 111, 023005. [Google Scholar] [CrossRef]
  23. Comtois, D.; Zeidler, D.; Pépin, H.; Kieffer, J.C.; Villeneuve, D.M.; Corkum, P.B. Observation of Coulomb focusing in tunnelling ionization of noble gases. J. Phys. B At. Mol. Opt. Phys. 2005, 38, 1923. [Google Scholar] [CrossRef]
  24. Ambalampitiya, H.B.; Matfunjwa, M.K.; Fabrikant, I.I. Dipolar focusing in laser-assisted positronium formation. J. Phys. B At. Mol. Opt. Phys. 2024, 57, 10LT01. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Article Metrics

Citations

Article Access Statistics

Multiple requests from the same IP address are counted as one view.