-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
35 lines (26 loc) · 1.37 KB
/
Copy pathNOTICE
File metadata and controls
35 lines (26 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
AMFlow.cpp
A C++17 reimplementation of the auxiliary-mass-flow algorithm
introduced by Xiao Liu and Yan-Qing Ma in the Mathematica package
AMFlow:
https://gitlab.com/multiloop-pku/amflow
Liu, Ma — "AMFlow: A Mathematica package for Feynman integrals
computation via auxiliary mass flow", Comput. Phys. Commun. 283
(2023) 108565, doi:10.1016/j.cpc.2022.108565.
Copyright (C) 2022 Xiao Liu and Yan-Qing Ma (upstream MMA package)
This project (the C++ implementation) does NOT bundle any upstream
Mathematica source. All algorithmic credit belongs to the AMFlow
authors above; this repository contributes only the C++17
re-implementation, plus benchmarks comparing it numerically to the
Mathematica reference.
If you use this software in published research, please cite **both**
the AMFlow paper above (for the algorithm) and this repository (for
the implementation). See CITATION.cff for machine-readable metadata.
------------------------------------------------------------------------
Implementation provenance
------------------------------------------------------------------------
The C++17 source in this repository was developed primarily by AI
coding agents under the direction of the maintainer
(3250800970@qq.com), with every behavioural change gated by
numerical-parity verification against the upstream Mathematica
reference.
Maintainer contact: 3250800970@qq.com