The CPU version of Twinkle, producing exactly the same results.
If you use Twinkle (or part of Twinkle) in your research work, we request citing our paper: Wang et al, 2025, ApJS, 276, 40 , arXiv:2501.03322 .
If you incorporate Twinkle (or part of Twinkle) in your code, we request specifying it in the README file (or equivalent), including the GitHub link ( https://github.com/AsterLight0626/Twinkle ) and asking the user to cite our paper: Wang et al, 2025, ApJS, 276, 40 , arXiv:2501.03322 .
The program design is consistent with Twinkle.
It is recommended to use the simple mode of calculating a single source at a time, that is, /src/calculation/demo_single_point.cpp
Magnification = LittleStar.Mag(s, q, y1, y2, Rs);
where
Twinkle 程序的CPU版,给出与 Twinkle 完全一致的结果
如果您在研究工作中使用了Twinkle(或Twinkle的一部分),请引用我们的文章:Wang et al, 2025, ApJS, 276, 40 , arXiv:2501.03322 .
如果您将Twinkle(或Twinkle的一部分)整合到您的代码中,请您在README文件(或等效文件)中指明这一点。内容包括GitHub链接 (https://github.com/AsterLight0626/Twinkle) ,并要求用户引用我们的论文:Wang et al, 2025, ApJS, 276, 40 , arXiv:2501.03322 .
程序设计与 Twinkle 一致。
推荐使用单次计算一个源的简便模式,即 /src/calculation/demo_single_point.cpp
Magnification = LittleStar.Mag(s, q, y1, y2, Rs);
其中