Introduction
Linear accelerators have gained significant attention in industry [1-7] owing to their diverse applications, including radiation sterilization [8, 9], FLASH radiotherapy [10-17], and neutron generation [18-20]. In high-current electron linear accelerators, where pulse currents often reach 300 mA or higher [21], the space charge force exerted by the beam significantly affects its transport [22, 23]. An accurate calculation of the space charge force is essential, particularly for effectively designing linac RF accelerators, enabling the precise determination of the capture rate and beam spot size [24, 25].
Current electromagnetic field simulation software typically focuses on calculating a single-bunch [26-29]. However, in industrial accelerators, where the pulse width reaches microseconds, thousands of bunches can interact [30]. This interaction becomes more significant for electrons with lower energies, which is often the case for industrial accelerators. Ignoring these effects can lead to inaccurate results [31]. For example, the space charge forces of adjacent bunches can intensify the radial expansion of the central bunch and suppress its longitudinal length, which may affect the calculation of capture rates.
Software such as PARMELA provides methods for calculating several bunches [26]. Alternatively, a multi-bunch particle distribution file can be manually generated, and a single-bunch algorithm, such as ASTRA, can be utilized for calculation [27]. However, it is important to note that using a large grid to cover all bunches can significantly reduce the calculation speed.
Under the assumption of infinite bunches with uniform spacing, it is possible to calculate the effects of multi-bunch accumulation using an analytical method. Furthermore, exploiting axisymmetric symmetry allows for a significant simplification of the problem, reducing it to a two-dimensional issue and significantly accelerating calculations [32]. Industrial accelerators often exhibit this characteristic when represented using cylindrical coordinate systems [33]. This symmetry extends to various components, such as acceleration structures and solenoids.
This study proposes an algorithm for handling infinite bunches. By employing analytical methods and considering the axisymmetric nature of industrial accelerators, this study aims to provide efficient calculations of multi-bunch effects.
Principles
Calculation process
For infinite bunches, the space charge forces on each bunch can be calculated based on the reference bunch. Owing to the space symmetry, the forces on other bunches are identical to those on the reference bunch. In the axial direction, the space charge forces cancel each other. However, in the radial direction, the forces superimpose, leading to faster bunch radius growth compared with a single-bunch.
First, an analytical expression was determined for the single-bunch space charge forces which was then solved for infinite bunches. Furthermore, when the bunch train expanded so that adjacent bunches overlapped, a mirror folding method was employed to confine it to the original spacing. To improve the computing performance, the macroparticle and PIC methods were used. Additionally, the six-dimensional phase space was simplified into a four-dimensional phase space, according to the axial symmetry of the bunches. The calculation process of the algorithm is shown in Fig. 1.

A brief description of the calculation process is as follows:
(1) Input file and reference particle Using the input initial six-dimensional phase space of N macroparticles, convert the x, y, z coordinates to r,z coordinates in the polar coordinate system, ignoring the position and velocity in the ϕ direction. Define a reference particle at the average position of the bunch.
(2) Transport time and iteration steps As the reference particle is in the center of the bunch, it is not affected by space charge forces. Considering its initial speed and the external electromagnetic fields, solve its total transport time and then divide it into iteration time steps. For the calculation of the entire bunch, the computing ends only if the total transport time is reached.
(3) First system conversion Before each iteration, convert the laboratory system into the bunch system, as the calculation of space charge forces is easier.
(4) Grid division According to the position distribution of particles, determine the upper and lower bounds of the uniform grid by considering their maximum value, average value, and standard deviation. Distribute macro-particle charges to each lattice point of the grid by linear interpolation. Extreme macro-particles with positions exceeding the grid range are assigned to the nearest grid boundary point.
(5) Space charge forces calculation Calculate the total space charge forces on (Nr+1)× (Nz+1) grid points based on the ring-charge model. Each macroparticle uses the value of the closest grid point.
(6) Second system conversion Convert the space charge forces in the bunch system back into the laboratory system.
(7) Iteration update Considering both the space charge forces and external electromagnetic fields, for each macroparticle, solve their acceleration and update their positions and velocities to obtain their new phase space in the laboratory system.
(8) Repeat steps (3) to (7) iteratively until the results are obtained.
The algorithm uses the Euler method for iterations because the relationship between the accelerations and positions is sufficiently complex that the commonly used fourth-order Runge-Kutta method [34, 35] is unsuitable. Although the Euler method is known to have relatively large errors [36], the overall error of the PIC algorithm was found to be acceptable, as shown in the results and discussion sections.
PIC method and grid division
To simplify the computational process, a macroparticle approach was employed in which a certain number of electrons were treated as a single entity.
Owing to the interdependence between the positions and the resulting space charge forces, ordinary differential equations (ODEs) could not be used directly. Numerical calculations and time-based iterations are typically used to address this issue. Within each iteration, a single macroparticle receives space charge forces from the other (N-1) macroparticles. Consequently, the complexity of the algorithm for each iteration is approximately N2.
The PIC method was utilized to effectively reduce algorithm complexity [37, 38]. It divides the spatial region into a grid and allocates the quantities of particles, such as the charge and force, to the grid points for calculation. This reduces the computational complexity of each iteration from N2 to
In the multi-bunch model, a key assumption is that the bunch exhibits angular symmetry, allowing the velocity of the bunch in the azimuthal direction (ϕ) to be neglected. This simplification enables the establishment of an r-z grid in a cylindrical coordinate system. The radial direction (r) represents the transverse dimensions of the bunch, and the vertical axis (z) represents the longitudinal dimensions. The radial grid starts at r=0 and does not include negative parts.
In this study, uniform grid division was employed. When a macroparticle charged q fell within the grid region, its charge was linearly distributed to four nearby lattice points, and the space charge forces were calculated using only the parameters on the grid. Note that as the bunches expanded over time, it was necessary to update the grid.
Analytical calculation of a single-bunch
In this section, analytical expressions are obtained for the space charge forces of a single-bunch. Each point in the r-z grid represents a ring charge (except r=0, which is a point charge). In this model, the Coulomb repulsion of the ring charge q2 toward the point particle q1 is solved, as shown in Fig. 2. The left side shows the projection on the plane z=0, and the right side shows the relationship in space.

Taking r1 as the positive direction of the axis x, the cylindrical coordinate system can be transformed into a spatial rectangular coordinate system. In Fig. 2, the microelement
Analytical calculation of infinite bunches
To calculate the space charge forces in the radial direction for infinite bunches, the ring charges are divided into groups. In each group, the r coordinates of the ring charges are the same, whereas their z coordinates differ by distance D, which is equal to the spacing between adjacent bunches.
By replacing
Equation (8) does not have an analytical solution. However, if this summation is approximated as its corresponding integral, the following simple solution can be obtained:
The approximation error is determined using the following method. In the bunch system, the bunch shape factor
In equation (10), Sint is a simple expression derived from equation (9), and the series part of
Utilizing equations (7)-(11), the radial analytical expressions of the space charge forces are obtained for infinite bunches in the bunch system.
In the radial direction, the space charge forces from different bunches are in the same orientation, so each term in the sum of the series is positive, which would be suitable for approximation by integration. However, in the longitudinal direction, these forces cancel. Consequently, this integration is zero, which may lead to unacceptable errors. Therefore, an alternative method was used to approximate the summation. In the longitudinal direction, equation (8) becomes:
Calculations are conducted in the bunch system, where
When calculating the space charge forces, k0 is taken as
Acceleration in a laboratory system with space charge forces and external fields
Thus far, the radial and longitudinal space charge forces have been determined in the bunch system. Before converting from a bunch to a laboratory system, the infinite-bunch model is considered, in which the Lorentz force in the radial direction is opposite to the Coulomb repulsion and differs in size by a factor β2. Therefore, the total radial force in the laboratory system is
The expression for the acceleration in the case of relativity is:
Mirror method for overlapping bunches
As the bunches expand such that adjacent bunches overlap, a mirroring technique is used, as shown in Fig. 3. The overflowing part outside the bunch interval is folded back into the original bunch range using mirror symmetry. This ensures consistency in the grid and the algorithm used in the previous sections. The mirroring process involves reflecting macroparticle positions longitudinally and reversing their longitudinal velocities, while keeping their transverse positions and velocities constant. After updating the phase spaces of macroparticles in each iteration, a mirror operation is performed.

This operation serves two purposes. First, it restricts the longitudinal length of the bunches to the bunch interval D, simplifying the longitudinal grid update. Second, it focuses on the calculation of a single reference bunch rather than computing the complex effects of overlapping bunches.
Approximation of elliptic integral functions
The analytical expressions for the space charge forces involve three elliptic integral functions:
For convenience:
The function ellipticE is a complete elliptic integral of the second type, which is smooth when

The function ellipticK cannot be directly approximated by polynomials, because when
In equation (17), x cannot reach the upper limit 1. Deriving the maximum value of x is conducive to constructing an approximation. When calculating the space charge forces on uniform grid points:
(a)
(b)
For simplicity, m=1 is considered when:
After converting the variable from x to x1, the function
The total expression of this approximation is:
The third function ellipticPi is approximated in a manner similar to that for ellipticK. ellipticPi is the complete elliptic integral of the third type, which is expressed as:
By replacing the time-consuming calculations of the three elliptic integrals with simpler and faster approximation computations, the algorithm significantly improves the computational efficiency while providing reasonably accurate results. Before the approximation, the algorithm has an excessive computational time, which is significantly shortened by the approximation, although it remains slower than that of ASTRA. The accuracy and calculation time of the algorithm are presented in the Results section.
Results and Discussion
After approximating the elliptic integrals and other analytic calculations, an algorithm was constructed to calculate the space charge forces for infinite bunches. In the subsequent analysis, the results of the algorithm under special circumstances are compared with those of existing algorithms to confirm its accuracy. These algorithms include the infinite-bunch, ASTRA single-bunch, and PARMELA several-bunch algorithms. In the first three parts, different models are used to compare these algorithms in a long drift space; including an infinite–bunch model, different numbers of bunches, and bunches with different spacings. In the last section, the results of the PIC algorithm and ASTRA are compared in an external electromagnetic field. For simplicity, bunches with an initially uniform transverse distribution are used in all sections.
Comparison with infinite-bunch model results
The proposed algorithm is designed to calculate the space charge forces exerted by infinite bunches with uniform spacing. First, a special situation is considered. When the bunches are simplified uniform cylinders, and the distance between them is equal to their length, the adjacent bunches are connected end-to-end, forming a uniform, infinite-bunch, as shown in Fig. 5(a). In this section, the bunch spacing D of the proposed algorithm is equal to the bunch length L0 and its results are compared with the infinite uniform bunch model.

The analytical expression of the space charge forces for this model is shown in Eq. (14). As the bunch length of this model is infinite, the bunch does not expand longitudinally because of the symmetry. Thus, its equivalent current can be used as a constant parameter to describe the space charge forces. During the transverse expansion, the particle accelerations are proportional to their radii. If the particles in the bunch have no initial transverse velocities, the ratio of radii among the particles remains constant and the bunch remains uniform after the action of space charge forces. Therefore, the calculation results of this model can be simply verified.
The results for an infinite uniform bunch can also be obtained by utilizing the ASTRA single-bunch algorithm. In the proposed algorithm, a case in which infinite bunches are concatenated is calculated. In ASTRA, the number of bunches can be reduced from infinity to 100 and spliced into a long bunch. When the length of the entire bunch is such that its longitudinal expansion under space charge forces can be neglected, the equivalent current remains constant during transport. Under these circumstances, the transverse expansion is approximately equal to that of an infinite uniform bunch model.
The proposed algorithm took 380 s to calculate 6000 macroparticles, with iteration steps of 4000 and
The comparison results are summarized in Table 1, where R0 and L0 are the initial radius and length of a single bunch, respectively, and γ is the Lorentz factor. The charge within the length L0 is q0 = -5 nC. The distance D between different bunches is equal to L0, such that
A | Nr | Nz | R0 (mm) | L0 (mm) | γ | L (m) | R0 (mm) | RE(R1) (%) | RE(R2) (%) | L0 (mm) | RE(L1) (%) |
---|---|---|---|---|---|---|---|---|---|---|---|
0.0125 | 10 | 160 | 5 | 20 | 20 | 50 | 50.83 | -0.10 | +0.61 | 5.774 | -0.59 |
0.025 | 20 | 80 | 5 | 20 | 10 | 10 | 24.62 | +1.46 | +0.93 | 5.774 | -0.33 |
0.067 | 20 | 80 | 20 | 30 | 10 | 50 | 101.3 | +0.59 | +0.69 | 8.662 | +0.58 |
0.067 | 20 | 80 | 20 | 60 | 5 | 10 | 32.82 | +0.64 | +0.98 | 17.32 | -0.06 |
0.167 | 25 | 30 | 50 | 60 | 5 | 50 | 194.2 | +0.46 | +0.41 | 17.33 | +0.69 |
0.167 | 25 | 30 | 50 | 30 | 10 | 50 | 80.82 | +0.54 | +0.68 | 8.662 | -0.51 |
0.167 | 25 | 30 | 50 | 6 | 50 | 300 | 99.65 | +0.45 | +0.65 | 1.732 | -0.35 |
0.167 | 25 | 30 | 10 | 6 | 10 | 10 | 43.86 | +0.78 | +0.59 | 1.733 | +2.48 |
A is related to the grid division. For example, a large A indicates that the transverse length of the bunch is greater than its longitudinal length. Therefore, the grid in the r direction should be divided finer than that in the z direction to increase the accuracy of the PIC algorithm. Considering that the space charge forces were calculated in the bunch system, γ is also included in the expression for A. L is the transport distance of the bunch. R0 is the root mean square (RMS) radius of the final bunch, which is calculated using the ASTRA long bunch. RE(R1) and RE(R2) are the relative errors with R0 from the multi-bunch PIC algorithm and infinite uniform bunch model, respectively. L0 is the ASTRA RMS length result and RE(L1) is the multi-bunch PIC algorithm relative error. The analytical model only calculates transversely; therefore, there is no length result. As shown in Table 1, although the PIC algorithm adopts a rough mesh division because Nr and Nz are small, most relative errors with an infinite uniform bunch model are approximately 1%, validating the PIC algorithm.
Comparison with ASTRA single-bunch model results
The PIC algorithm was further validated by varying the spacing of the bunches while maintaining the constant parameters of a single-bunch. By gradually expanding the spacing of the bunches, the behavior of the multi-bunch algorithm is compared with the results obtained from ASTRA's single-bunch method. As the spacing of the bunches increases, the infinite-bunch model gradually degenerates into a single-bunch model. Hence, if the PIC algorithm results ultimately converge with those of ASTRA, this provides further evidence for the validity and rationality of the PIC algorithm.
Using the same parameters as in Section A, the multi-bunch calculation time of the proposed algorithm is 380 s, whereas that of the ASTRA single-bunch model is 20 s.
The comparison results between ASTRA and the multi-bunch algorithm with different bunch spacings are presented and discussed in Fig. 5.
The initial parameters of the single-bunch algorithm are q0 = -5 nC,R0 = 50 mm,L0 = 60 mm, and γ = 5, L = 50 m. D represents the spacing between bunches used in the multi-bunch algorithm, and R represents the RMS value of the radius of the bunches. As shown in Fig. 5(a), when the spacing between the bunches is equal to the length of the bunches, the multi-bunch algorithm result is equal to that of the infinite-bunch model, as shown by the blue line in Fig. 5(b)(c). The results of different D values from the multi-bunch algorithm are shown as purple points, where R decreases as D increases, whereas Lz increases. When D reaches double that of L0, the transverse expansion of the bunches due to space charge forces is reduced by approximately 20% compared to the infinite-bunch model. When D reaches triple that of L0, the result of the multi-bunch algorithm is sufficiently close to that of the ASTRA single-bunch algorithm, as shown by the yellow line. The orange line shows the fitted trend as D increases. The position relationship of the three lines indicates that the multi-bunch algorithm and ASTRA single-bunch algorithm agree well. Moreover, it should be noted that if another set of parameters is used, when the results of the multi-bunch algorithm are close to those of the single-bunch algorithm, the requirement for
Comparison with PARMELA and ASTRA several-bunch results
PARMELA can calculate the space charge forces for several bunches, whereas ASTRA can only handle a single-bunch. However, if a file is input with an initial phase space of several bunches, ASTRA can also calculate their space charge forces, even though they are treated as a long bunch. Consequently, the mesh division of ASTRA is relatively approximate, which may result in slightly larger errors.
By utilizing ASTRA and PARMELA, the space charge forces of several bunches can be calculated. As the number of bunches gradually increases, their results gradually approach those of infinite bunches. This confirms the reliability of the PIC algorithm.
Using the same parameters as in Section A, the multi-bunch calculation time of the proposed algorithm is 380 s. When keeping the macroparticle numbers for each bunch and the mesh density constant, as the number of bunches increases from 1 to 19, the calculation times of ASTRA are 14, 36, 57, 79, 102, 125, 149, 173, 213, 241 s.
The results obtained using the three algorithms are shown in Fig. 6. The initial parameters of a single-bunch were q0 = -2 nC,R0 = 50 mm,L0 = 10 mm, γ = 8, L = 50 m, and D=15 mm. R represents the final RMS value of the radius of the bunches, and N represents the number of bunches used in the PARMELA and ASTRA simulations. For example, N=5 indicates the existence 2 bunches on each side of the reference bunch. To ensure symmetry, N=1, 3, 5, … Fig. 6(a) shows the ASTRA results for N=5. As indicated by the green points, the longitudinal expansion of the central bunch is suppressed compared to that of the bunches at the edge. Therefore, to unify the standards, the ASTRA RMS results used subsequently were all obtained from the central bunch, rather than the entire bunch train.

As the number of bunches (N) increases, the results of ASTRA and PARMELA are indicated by green and red points, respectively, as shown in Fig. 6(b)(c). The trends are represented by the curves of the corresponding colors. When N=1, both results fit well with the single-bunch results of the proposed algorithm by setting D to be sufficiently large, as indicated by the pink line. When the number of bunches
The overall convergence between the finite- and infinite-bunch models validates the capability of the latter algorithm to predict space charge forces for industrial accelerator systems.
Comparison with ASTRA external field results
In this section, by setting D to be sufficiently large, the PIC multi-bunch algorithm is degraded to a single-bunch algorithm. Subsequently, the single- and multi-bunch results of the PIC algorithm are compared with those of ASTRA in the field of an S-band standing wave accelerator, with an axial electric field as shown in Fig. 7(a). The field has a frequency of 2856 MHz and its maximum electric field strength is 18.087 MV/m.

A uniform bunch was used to calculate the transport process. When a low energy bunch was used in the S-band field, its length increased so much that it exceeded the range of the accelerating tube, which caused significant problems in the longitudinal calculation. Hence, a higher energy bunch was used to validate the calculation capabilities of the proposed algorithm in an external field. The initial parameters of the single-bunch were q0=-4 pC,R0=0.1 mm,L0=0.5 mm, and γ=1.3, L=Lcell=0.5255 m. D=1×103 m was used to degrade the bunch train with infinite bunches into a single-bunch. In this section, the number of iteration steps was 4000, the number of macroparticles was 10000, and k0r=2.5, k0z=5.5, Nr=30, Nz=40. It took the proposed algorithm 780 s and ASTRA 42 s to complete the single-bunch calculations.
For the multi-bunch calculations of the standing-wave accelerating field, a bunch train with a spacing equal to its RF period should be used, which is 67.1 mm for 2856 MHz and
Furthermore, the π-mode S-band field contains only 11 cells, which is fewer than six RF periods. Consequently, when the number of bunches exceeds seven, some bunches would exit the field before others have entered. When the bunch train has only a few bunches, such as five bunches, the proposed algorithm can help provide the upper limit of the space charge force. When the field has an adequate number of cavities, such as 30, the proposed algorithm has additional computational advantages.
A comparison of the results of the three algorithms is presented in Fig. 7(b)-(f).
Figure 7(b) shows the RMS values of the bunches in the x direction. The PIC single-bunch results agreed well with those of ASTRA, with a relative error of less than 0.5%. The blue dashed line shows the results of the multi-bunch algorithm, under which circumstances the expansion of the bunches is more obvious because of the increased space charge forces.
Figure 7(c) shows the beam divergences of the three algorithms. The two single-bunch results fit well. The multi-bunch divergence is larger when the radius is small. When the multi-bunch radius is much larger than that of the single-bunch, its divergence decreases.
Figure 7(d) compares the beam energies of the three algorithms, all of which were accelerated from 153 keV to approximately 3.33 MeV. The relative error between the two single-bunch algorithms is less than 0.6%.
Figure 7(e)(f) depicts the RMS length and capture rate when a simple circular aperture with a radius of 1.5 mm was added and the energy divergence of the three algorithms. The two single-bunch results fit well. As indicated by the solid lines in Fig. 7(e), the bunch length exhibits a maximum relative error of 1%, whereas in Fig. 7(f), the energy spread is 5% at certain points. As indicated by the dashed lines in Fig. 7(e), the final capture rates of ASTRA and the single-bunch of the proposed algorithm were 71.5% and 71.7%, respectively, whereas the multi-bunch capture rate was 59.9%. The blue line shows the results of the multi-bunch, where the longitudinal expansion of the bunches is suppressed.
In this case, the multi-bunch space charge forces have a significant impact on the transverse and longitudinal evolutions of the bunches. The transverse expansion was intensified, whereas the longitudinal expansion was suppressed. Both effects interfere with the capture rate, which is reduced by approximately 10%. After this comparison with ASTRA, the ability of the proposed algorithm to calculate multi-bunch space charge forces in accelerating fields was demonstrated.
However, it should also be noted that in this example, to reduce the burden of the longitudinal calculation, D was not considered as the S-band RF period because it was too long. As a result, the accelerating phase of each bunch is different, which is not considered in the proposed algorithm; hence, the capture ratio in Fig. 7(e) includes only the loss on the aperture owing to the large beam radius. If the external field has higher frequency or adequate cavities, the proposed algorithm would be able to take D as the RF period and provide more valuable results. In future studies, work should focus on optimizing the longitudinal calculation capabilities of the algorithm until it can calculate the bunching process of low energy beams more accurately.
Conclusion
The proposed multi-bunch algorithm, based on the ring charge model and the PIC method, offers a reliable approach for calculating the space charge forces of infinite interacting bunches in industrial accelerator systems. A reasonable approximation of the three elliptic integrals effectively increases the operational speed of the algorithm. By comparing the algorithm with existing models, such as infinite bunches, the ASTRA single-bunch algorithm, and the PARMELA several-bunch algorithm in both long drift spaces and accelerating fields, its acceptable accuracy was verified and its applicability to accelerator design and optimization was demonstrated. This study provides a valuable reference for understanding the space charge forces in industrial accelerators, facilitating enhanced performance and efficiency in various applications. In the future, work should focus on optimizing the approximation method and computing capability, particularly in the longitudinal direction.
Low-energy linacs and their applications in Tsinghua university
. in Proceedings of the 23rd International Linear Accelerator Conference, Knoxville, USA (2006)Fabrication, tuning, and high-gradient testing of an X-band traveling-wave accelerating structure for VIGAS
. Nucl. Sci. Tech. 33, 102 (2022). https://doi.org/10.1007/s41365-022-01086-yPerformance of an electron linear accelerator for the first photoneutron source in China
. Nucl. Sci. Tech. 30, 53 (2019). https://doi.org/10.1007/s41365-019-0576-4Design, fabrication, and testing of an X-band 9-MeV standing-wave electron linear accelerator
. Nucl. Sci. Tech. 34, 110 (2023). https://doi.org/10.1007/s41365-023-01254-8Physics design of the HEPS LINAC
. Radiat Detect Technol Methods. 4, 497 (2020). https://doi.org/10.1007/s41605-020-00205-wBeam data modeling of linear accelerators (linacs) through machine learning and its potential applications in fast and robust linac commissioning and quality assurance
. Radiother Oncol. 153, 122 (2020). https://doi.org/10.1016/j.radonc.2020.09.057High-throughput injection–acceleration of electron bunches from a linear accelerator to a laser wakefield accelerator
. Nat. Phys. 17, 801 (2021). https://doi.org/10.1038/s41567-021-01202-6Electron linacs for cargo inspection and other industrial applications
. in International topical meeting on nuclear research applications and utilization of accelerators, Vienna, Austria (2009)Sterilization complexes based on ILU-type electron accelerators
. Nucl. Sci. Tech. 22, 13 (2011). https://doi.org/10.13538/j.1001-8042/nst.22.13-17Technological Basis for clinical trials in FLASH radiation therapy: a review
. Appl Rad Oncol. 10, 6 (2021). https://doi.org/10.37549/aro1280Development of a compact linear accelerator to generate ultrahigh dose rate high‐energy X‐rays for FLASH radiotherapy applications
. Med Phys. 50, 1680 (2023). https://doi.org/10.1002/mp.16199A potential revolution in cancer treatment: A topical review of FLASH radiotherapy
. J. Appl. Clin. Medical Phys. 23,Electron ultra‐high dose rate FLASH irradiation study using a clinical linac: linac modification, dosimetry, and radiobiological outcome
. Med. Phys. 49, 6728 (2022). https://doi.org/10.1002/mp.15920FLASH radiotherapy using high-energy X-rays: Current status of PARTER platform in FLASH research
. Radiother Oncol. 190,Treatment planning consideration for very high-energy electron FLASH radiotherapy
. Phys. Med. 107,First demonstration of the FLASH effect with ultrahigh dose rate high-energy X-rays
. Radiother Oncol, 166, 44 (2022). https://doi.org/10.1016/j.radonc.2021.11.004FLASH radiotherapy: history and future
. Front. Oncol. 11, 1890 (2021). https://doi.org/10.3389/fonc.2021.644400Optimal fast neutron sources using linear electron accelerators
. in Proceedings of the 7th European Particle Accelerator Conference, Vienna, Austria (2000)Design of an electron-accelerator-driven compact neutron source for non-destructive assay
. Nucl. Instrum. Methods Phys. Res. B: Beam Interact. Mater. At. 406, 260 (2017). https://doi.org/10.1016/j.nimb.2016.12.024Design of a CW linac for the compact intense fast NEutron facility
. Nucl. Instrum. Meth. A 930, 156-166(2019). https://doi.org/10.1016/j.nima.2019.03.086Compact electron linear accelerator RELUS-5 for radiation technology application
. in Proceedings of the 10th European Particle Accelerator Conference, Edinburgh, UK (2006).Linear accelerator for security, industrial and medical applications with rapid beam parameter variation
. Radiat. Phys. Chem. 183,Space charge effect in an accelerated beam
. Phys. Rev. ST Accel. Beams, 11,Synergia: An accelerator modeling tool with 3-D space charge
. J. Comput. Phys. 211, 229 (2006). https://doi.org/10.1016/j.jcp.2005.05.0248Multigrid algorithms for the fast calculation of space-charge effects in accelerator design
. IEEE Trans. Magn. 40, 714 (2004). https://doi.org/10.1109/TMAG.2004.825415Recent Improvements in the PARMILA code
. in Proceedings of the 2003 Particle Accelerator Conference, Portland, OR, USA (2003). https://doi.org/10.1109/PAC.2003.1289967Industrial electron accelerators developed at the Budker Institute of Nuclear Physics
. SB RAS, PHYS-USP+. 61, 601 (2018). https://doi.org/10.3367/UFNe.2018.03.038344Electron bunchers for industrial RF linear accelerators: theory and design guide
. EPJ Plus, 136, 446 (2021). https://doi.org/10.1140/epjp/s13360-021-01312-3The structure of streamers in N2. I. fast method of space-charge dominated plasma simulation
. J. Phys. D, 27, 2556 (1994). https://doi.org/10.1088/0022-3727/27/12/017Runge-Kutta methods: some historical notes
. Appl Numer Math. 11, 113 (1996). https://doi.org/10.1016/S0168-9274(96)00048-7Design of an efficient collector for the HIAF electron cooling system
. Nucl. Sci. Tech. 32, 116 (2021). https://doi.org/10.1007/s41365-021-00949-0An object-oriented parallel particle-in-cell code for beam dynamics simulation in linear accelerators
. in Proceedings of the 12th International Conference for High Performance Computing, Networking, Storage and Analysis, Portland, Oregon, USA (1999). https://doi.org/10.1109/SC.1999.10013Discussion of 90° stopband in low-energy superconducting linear accelerators
. Nucl. Sci. Tech. 33, 121 (2022). https://doi.org/10.1007/s41365-022-01104-zNumerical computation of real or complex elliptic integrals
. Numer Algorithms. 10, 13 (1995). https://doi.org/10.1007/BF02198293Computing elliptic integrals by duplication
. Numer Math (Heidelb). 33, 1 (1979). https://doi.org/10.1007/BF01396491Jia-Ru Shi is an editorial board member for Nuclear Science and Techniques and was not involved in the editorial review, or the decision to publish this article. All authors declare that there are no competing interests.