@@ -546,7 +546,7 @@ struct Fine1987RKNG34 : EmbeddedExplicitGeneralizedRungeKuttaNyström {
546546
547547// Coefficients from [DEP87a], table 3 (the RKN4(3)4FM).
548548// Minimizes the 4th order truncation error.
549- struct Dormand المكاوىPrince1986RKN434FM :
549+ struct DormandElMikkawyPrince1986RKN434FM :
550550 EmbeddedExplicitRungeKuttaNyström {
551551 static constexpr int higher_order = 4 ;
552552 static constexpr int lower_order = 3 ;
@@ -1063,8 +1063,9 @@ struct Ruth1983 : SymplecticPartitionedRungeKutta {
10631063
10641064// Coefficients from [Suz90]; see also the Japanese version:
10651065// 鈴木 (1990), 量子系のフラクタル経路積分法 と量子コヒーレンス,
1066+ // Suzuki (1990), Fractal Path Integration Method for Quantum Systems and Quantum Coherence,
10661067// https://www.jstage.jst.go.jp/article/soken/82/3/82_KJ00004703731/_pdf.
1067- struct 鈴木 1990 : SymplecticPartitionedRungeKutta {
1068+ struct Suzuki1990 : SymplecticPartitionedRungeKutta {
10681069 static constexpr int order = 4 ;
10691070 static constexpr bool time_reversible = true ;
10701071 static constexpr int evaluations = 5 ;
@@ -1090,7 +1091,7 @@ struct 鈴木1990 : SymplecticPartitionedRungeKutta {
10901091// NOTE(egg): The coefficients were derived from equations 5.4 through 5.17
10911092// rather than computed from the wᵢ given in tables 1 and 2. The results were
10921093// then cross-checked against those obtained from the tables.
1093- struct 吉田1990Order6A : SymplecticPartitionedRungeKutta {
1094+ struct Yoshida1990Order6A : SymplecticPartitionedRungeKutta {
10941095 static constexpr int order = 6 ;
10951096 static constexpr bool time_reversible = true ;
10961097 static constexpr int evaluations = 7 ;
@@ -1115,7 +1116,7 @@ struct 吉田1990Order6A : SymplecticPartitionedRungeKutta {
11151116 +0.51004341191845769875 ,
11161117 +0.392256805238778631910 }}};
11171118};
1118- struct 吉田1990Order6B : SymplecticPartitionedRungeKutta {
1119+ struct Yoshida1990Order6B : SymplecticPartitionedRungeKutta {
11191120 static constexpr int order = 6 ;
11201121 static constexpr bool time_reversible = true ;
11211122 static constexpr int evaluations = 7 ;
@@ -1140,7 +1141,7 @@ struct 吉田1990Order6B : SymplecticPartitionedRungeKutta {
11401141 +0.72205442492378755359 ,
11411142 +0.71992408398839154551 }}};
11421143};
1143- struct 吉田1990Order6C : SymplecticPartitionedRungeKutta {
1144+ struct Yoshida1990Order6C : SymplecticPartitionedRungeKutta {
11441145 static constexpr int order = 6 ;
11451146 static constexpr bool time_reversible = true ;
11461147 static constexpr int evaluations = 7 ;
@@ -1165,7 +1166,7 @@ struct 吉田1990Order6C : SymplecticPartitionedRungeKutta {
11651166 -0.34812637695304568885 ,
11661167 +0.72389128119964896645 }}};
11671168};
1168- struct 吉田1990Order8A : SymplecticPartitionedRungeKutta {
1169+ struct Yoshida1990Order8A : SymplecticPartitionedRungeKutta {
11691170 static constexpr int order = 8 ;
11701171 static constexpr bool time_reversible = true ;
11711172 static constexpr int evaluations = 15 ;
@@ -1206,7 +1207,7 @@ struct 吉田1990Order8A : SymplecticPartitionedRungeKutta {
12061207 +1.43131625920334216684 ,
12071208 +0.521213104349852132174 }}};
12081209};
1209- struct 吉田1990Order8B : SymplecticPartitionedRungeKutta {
1210+ struct Yoshida1990Order8B : SymplecticPartitionedRungeKutta {
12101211 static constexpr int order = 8 ;
12111212 static constexpr bool time_reversible = true ;
12121213 static constexpr int evaluations = 15 ;
@@ -1247,7 +1248,7 @@ struct 吉田1990Order8B : SymplecticPartitionedRungeKutta {
12471248 -0.42522792949060316509 ,
12481249 +0.744096146014606550401 }}};
12491250};
1250- struct 吉田1990Order8C : SymplecticPartitionedRungeKutta {
1251+ struct Yoshida1990Order8C : SymplecticPartitionedRungeKutta {
12511252 static constexpr int order = 8 ;
12521253 static constexpr bool time_reversible = true ;
12531254 static constexpr int evaluations = 15 ;
@@ -1288,7 +1289,7 @@ struct 吉田1990Order8C : SymplecticPartitionedRungeKutta {
12881289 +0.999190057189585020872 ,
12891290 +0.314515325105213909024 }}};
12901291};
1291- struct 吉田1990Order8D : SymplecticPartitionedRungeKutta {
1292+ struct Yoshida1990Order8D : SymplecticPartitionedRungeKutta {
12921293 static constexpr int order = 8 ;
12931294 static constexpr bool time_reversible = true ;
12941295 static constexpr int evaluations = 15 ;
@@ -1329,7 +1330,7 @@ struct 吉田1990Order8D : SymplecticPartitionedRungeKutta {
13291330 +0.584268791397964334130 ,
13301331 +0.457422123114821329143 }}};
13311332};
1332- struct 吉田1990Order8E : SymplecticPartitionedRungeKutta {
1333+ struct Yoshida1990Order8E : SymplecticPartitionedRungeKutta {
13331334 static constexpr int order = 8 ;
13341335 static constexpr bool time_reversible = true ;
13351336 static constexpr int evaluations = 15 ;
@@ -1386,7 +1387,7 @@ using internal::BlanesMoan2002SRKN14A;
13861387using internal::BlanesMoan2002SRKN6B;
13871388using internal::CandyRozmus1991ForestRuth1990;
13881389using internal::DormandPrince1986RK547FC;
1389- using internal::DormandالمكاوىPrince1986RKN434FM ;
1390+ using internal::DormandElMikkawyPrince1986RKN434FM ;
13901391using internal::EmbeddedExplicitGeneralizedRungeKuttaNyström;
13911392using internal::EmbeddedExplicitRungeKutta;
13921393using internal::EmbeddedExplicitRungeKuttaNyström;
@@ -1423,15 +1424,15 @@ using internal::Ruth1983;
14231424using internal::SymmetricLinearMultistep;
14241425using internal::SymplecticPartitionedRungeKutta;
14251426using internal::SymplecticRungeKuttaNyström;
1426- using internal::吉田1990Order6A ;
1427- using internal::吉田1990Order6B ;
1428- using internal::吉田1990Order6C ;
1429- using internal::吉田1990Order8A ;
1430- using internal::吉田1990Order8B ;
1431- using internal::吉田1990Order8C ;
1432- using internal::吉田1990Order8D ;
1433- using internal::吉田1990Order8E ;
1434- using internal::鈴木 1990 ;
1427+ using internal::Yoshida1990Order6A ;
1428+ using internal::Yoshida1990Order6B ;
1429+ using internal::Yoshida1990Order6C ;
1430+ using internal::Yoshida1990Order8A ;
1431+ using internal::Yoshida1990Order8B ;
1432+ using internal::Yoshida1990Order8C ;
1433+ using internal::Yoshida1990Order8D ;
1434+ using internal::Yoshida1990Order8E ;
1435+ using internal::Suzuki1990 ;
14351436namespace methods = _methods;
14361437
14371438} // namespace _methods
0 commit comments