-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
109 lines (92 loc) · 5 KB
/
index.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
layout: front
title: Home
---
<div class="header_box">
<div class="pagehead">
<div class="pagehead0">
<img class="logo" alt="Logo" src="/Images/hand.png">
</div>
<div class="pagehead1">
<i>FeynCalc</i>
</div>
<div class="pagehead2">
Tools and Tables for Quantum Field Theory Calculations
<div class="buttons">
<a class="btn btn-primary btn-large" href="https://github.com/FeynCalc/feyncalc/wiki/Installation">Install »</a>
<a class="btn btn-info btn-large" href="/examples">Example gallery »</a>
</div>
</div>
</div>
</div>
<div class="three_columns">
<div class="column1">
<!-- first column's content -->
<h2>Description</h2>
<p>FeynCalc is a <a href="https://www.wolfram.com/mathematica/">Mathematica</a> package for
symbolic evaluation of Feynman diagrams and algebraic calculations in quantum field theory and elementary particle physics.</p>
<p>Some features of FeynCalc are:</p>
<ul>
<li>Multiloop topology identification and minimization </li>
<li>Passarino-Veltman reduction of one-loop amplitudes to standard scalar integrals </li>
<li> Tools for frequently occuring tasks like Lorentz index contraction, color factor calculation,
Dirac matrix manipulation and traces, etc. </li>
<li> Tensor and Dirac algebra manipulations (including traces) in 4 or D dimensions </li>
<li> Generation of Feynman rules from a lagrangian</li>
<li> Tools for non-commutative algebra </li>
<li> SU(N) algebra </li>
<li> Tables of integrals, convolutions and Feynman rules </li>
<li> Special convolution, Mellin transform and other integral tables </li>
<li> Tools for calculating 2-loop propagator-type diagrams </li>
<li> FORM and FORTRAN code generation </li>
<li> Translation to and from FORM </li>
</ul>
</div>
<div class="column2">
<!-- second column's content -->
<h2>Installation</h2>
<p>For installation instructions please follow the steps outlined in the
<a href="https://feyncalc.github.io/FeynCalcBookDev/Extra/Install.html">manual</a>.
The impatient can simply type
<pre><small>Import["https://raw.githubusercontent.com/FeynCalc/feyncalc/master/install.m"];
<br>InstallFeynCalc[]</small></pre>
in a <i>Mathematica</i> session.</p>
<p>The code may also be viewed and downloaded from our <a href="https://github.com/FeynCalc">GitHub repository</a>.</p>
<p>FeynCalc is covered by the GNU General Public License 3.</p>
<p>Copyright © 1990-2024 Rolf Mertig</p>
<p>Copyright © 1997-2024 Frederik Orellana,</p>
Copyright © 2014-2024 Vladyslav Shtabovenko</li></p>
<p>FeynCalc is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.</p>
<p>FeynCalc is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.</p>
<p>You should have received a copy of the GNU General Public License
along with FeynCalc. If not, see <a href="http://www.gnu.org/licenses/">here</a>.</p>
</div>
<div class="column3">
<!-- third column's content -->
<h2>Usage</h2>
<p>FeynCalc is maintained and developed on a voluntarily basis by
<a href="http://www.gluonvision.com">Rolf Mertig</a>, <a href="http://frederik.orellana.dk/about-me/">Frederik Orellana</a> and
<a href="https://github.com/vsht">Vladyslav Shtabovenko</a>.</p>
<p>We strive to keep all implemented functions documented in the <a href="/reference">reference guide</a>.</p>
<p>Questions can be posted in the <a href="https://github.com/FeynCalc/feyncalc/discussions">forum</a>.
<p>To support FeynCalc, please acknowledge our work when you use FeynCalc in your research.
You can do so by citing the following FeynCalc papers:</p>
<ul>
<li><p>V. Shtabovenko, R. Mertig and F. Orellana, "FeynCalc 10: Do multiloop integrals dream of computer codes?",
<a href="http://arxiv.org/abs/2312.14089">arXiv:2312.14089</a>.</p></li>
<li><p>V. Shtabovenko, R. Mertig and F. Orellana, "FeynCalc 9.3: New features and improvements",
<a href="http://arxiv.org/abs/2001.04407">arXiv:2001.04407</a>.</p></li>
<li><p>V. Shtabovenko, R. Mertig and F. Orellana, "New Developments in FeynCalc 9.0",
<a href="http://dx.doi.org/10.1016/j.cpc.2016.06.008">Comput. Phys. Commun., 207, 432-444, 2016</a>,
<a href="http://arxiv.org/abs/1601.01167">arXiv:1601.01167</a>.</p></li>
<li><p>R. Mertig, M. Böhm, and A. Denner, "Feyn Calc - Computer-algebraic calculation of Feynman amplitudes",
<a href="http://dx.doi.org/10.1016/0010-4655(91)90130-D">Comput. Phys. Commun., 64, 345-359, 1991</a>.</p></li>
</ul>
</div>
</div>