Skip to content

Commit dbb7012

Browse files
committed
Merge BLAST-WarpX:development into EZoni:ci_docs_skip_checks
2 parents b14c2ed + f33adbb commit dbb7012

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ repos:
7373
# Python: Ruff linter & formatter
7474
# https://docs.astral.sh/ruff/
7575
- repo: https://github.com/astral-sh/ruff-pre-commit
76-
rev: v0.11.4
76+
rev: v0.11.5
7777
hooks:
7878
# Run the linter
7979
- id: ruff

Docs/source/highlights.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,16 @@ Scientific works in particle and beam modeling.
154154
`DOI:10.18429/JACoW-IPAC2022-MOPOMS012 <https://doi.org/10.18429/JACoW-IPAC2022-MOPOMS012>`__
155155

156156

157-
High Energy Astrophysical Plasma Physics
158-
****************************************
157+
Astrophysical Plasma Physics
158+
****************************
159159

160160
Scientific works in astrophysical plasma modeling.
161161

162+
#. Wu Y, Shi C, Tao X, Zhao J
163+
**Kinetic-hybrid Simulations of Counterpropagating Ion Cyclotron Waves and Proton Scattering in the Near-Sun Solar Wind**.
164+
The Astrophysical Journal **983** 107, 2025.
165+
`10.3847/1538-4357/adbc6a <https://doi.org/10.3847/1538-4357/adbc6a>`__
166+
162167
#. Sam A, Kumar P, Fletcher AC, Crabtree C, Lee N, Elschot S.
163168
**Nonlinear evolution, propagation, electron-trapping, and damping effects of ion-acoustic solitons using fully kinetic PIC simulations**.
164169
Phys. Plasmas **32** 022103, 2025

Examples/Tests/laser_injection_from_file/inputs_test_rz_laser_injection_from_RZ_lasy_file_prepare.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
profile = CombinedLongitudinalTransverseProfile(
3737
wavelength,
3838
pol,
39-
laser_energy,
4039
GaussianLongitudinalProfile(wavelength, tt, t_peak=0),
41-
LaguerreGaussianTransverseProfile(w0, p=0, m=1),
40+
LaguerreGaussianTransverseProfile(w0, p=0, m=1, wavelength=wavelength),
41+
laser_energy,
4242
)
4343
dim = "rt"
4444
lo = (0e-6, -20e-15)

0 commit comments

Comments
 (0)