From 97dac5dab1799929c8c11c2224bc30f368aec88d Mon Sep 17 00:00:00 2001 From: KeonHKim <alphaover2pi@korea.ac.kr> Date: Sun, 21 Jul 2024 00:45:24 +0900 Subject: [PATCH] Add some comments about typos in references --- mbtrack2/impedance/resistive_wall.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mbtrack2/impedance/resistive_wall.py b/mbtrack2/impedance/resistive_wall.py index 0c968eb..d43abe1 100644 --- a/mbtrack2/impedance/resistive_wall.py +++ b/mbtrack2/impedance/resistive_wall.py @@ -186,8 +186,11 @@ class CircularResistiveWall(WakeField): to the characteristic time t0. Eq. (11) in [1] is completely identical to Eq. (25) in [2]. - Corrected the typos in the last two terms in exact expression - (Eq. (11), of [1]). + + There are typos in both Eq. (11) in [1] and Eq. (25) in [2]. + Corrected the typos in the last two terms of exact expression + for transverse wake function in Eq. (11), of [1]. + It is necessary to multiply Eq. (25) in [2] by c*t0. Parameters ---------- -- GitLab