Skip to content

Commit 8781ebf

Browse files
committed
More docu updates.
1 parent c83f07a commit 8781ebf

65 files changed

Lines changed: 1274 additions & 1049 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

FeynCalcBookDev/$AL.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,23 +111,22 @@ <h1 class="title">FeynCalc manual (development version)</h1>
111111
</header>
112112
<h2 id="al">$AL</h2>
113113
<p><code>$AL</code> is the head for dummy indices which may be
114-
introduced by <code>Amputate</code> and <code>Uncontract</code>. By
115-
default it is unset, but may be set to anything.</p>
114+
introduced by different functions. By default it is unset, but may be
115+
set to anything.</p>
116116
<h3 id="see-also">See also</h3>
117117
<p><a href="Extra/FeynCalc.html">Overview</a>, <a
118-
href="Amputate.html">Amputate</a>, <a
119118
href="Uncontract.html">Uncontract</a>.</p>
120119
<h3 id="examples">Examples</h3>
121120
<div class="sourceCode" id="cb1"><pre
122121
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a>Uncontract<span class="op">[</span>ScalarProduct<span class="op">[</span><span class="fu">p</span><span class="op">,</span> <span class="fu">q</span><span class="op">],</span> <span class="fu">q</span><span class="op">,</span> Pair <span class="ot">-&gt;</span> <span class="cn">All</span><span class="op">]</span></span></code></pre></div>
123-
<p><span class="math display">\overline{p}^{\text{\$AL}(\text{\$19})}
124-
\overline{q}^{\text{\$AL}(\text{\$19})}</span></p>
122+
<p><span class="math display">\overline{p}^{\text{\$AL}(\text{\$11})}
123+
\overline{q}^{\text{\$AL}(\text{\$11})}</span></p>
125124
<div class="sourceCode" id="cb2"><pre
126125
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>$AL <span class="ex">=</span> <span class="sc">\</span><span class="op">[</span>Mu<span class="op">]</span>; </span>
127126
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a> </span>
128127
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a>Uncontract<span class="op">[</span>ScalarProduct<span class="op">[</span><span class="fu">p</span><span class="op">,</span> <span class="fu">q</span><span class="op">],</span> <span class="fu">q</span><span class="op">,</span> Pair <span class="ot">-&gt;</span> <span class="cn">All</span><span class="op">]</span></span></code></pre></div>
129-
<p><span class="math display">\overline{p}^{\mu (\text{\$20})}
130-
\overline{q}^{\mu (\text{\$20})}</span></p>
128+
<p><span class="math display">\overline{p}^{\mu (\text{\$12})}
129+
\overline{q}^{\mu (\text{\$12})}</span></p>
131130
<div class="sourceCode" id="cb3"><pre
132131
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a>$AL <span class="ex">=</span>.;</span></code></pre></div>
133132
</body>

FeynCalcBookDev/$KeepLogDivergentScalelessIntegrals.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ <h1 class="title">FeynCalc manual (development version)</h1>
115115
global option that forces FeynCalc not to set 1-loop integrals of type
116116
<span class="math inline">\frac{1}/{q^4}</span> to zero. This is useful
117117
when one has to explicitly distinguish between IR- and UV-divergences in
118-
dimensional regularization. Notice that OneLoop is not guaranteed to
119-
respect this option.</p>
118+
dimensional regularization.</p>
120119
<h3 id="see-also">See also</h3>
121120
<p><a href="Extra/FeynCalc.html">Overview</a></p>
122121
<h3 id="examples">Examples</h3>

FeynCalcBookDev/$LimitTo4.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ <h2 id="limitto4">$LimitTo4</h2>
149149
<h3 id="see-also">See also</h3>
150150
<p><a href="Extra/FeynCalc.html">Overview</a>, <a
151151
href="PaVe.html">PaVe</a>, <a href="PaVeReduce.html">PaVeReduce</a>, <a
152-
href="OneLoop.html">OneLoop</a>, <a
153152
href="$LimitTo4IRUnsafe.html">$LimitTo4IRUnsafe</a>, <a
154153
href="PaVeLimitTo4.html">PaVeLimitTo4</a>.</p>
155154
<h3 id="examples">Examples</h3>

FeynCalcBookDev/$LimitTo4IRUnsafe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ <h2 id="limitto4irunsafe">$LimitTo4IRUnsafe</h2>
124124
<h3 id="see-also">See also</h3>
125125
<p><a href="Extra/FeynCalc.html">Overview</a>, <a
126126
href="PaVe.html">PaVe</a>, <a href="PaVeReduce.html">PaVeReduce</a>, <a
127-
href="OneLoop.html">OneLoop</a>, <a href="$LimitTo4.html">$LimitTo4</a>,
128-
<a href="PaVeLimitTo4.html">PaVeLimitTo4</a>.</p>
127+
href="$LimitTo4.html">$LimitTo4</a>, <a
128+
href="PaVeLimitTo4.html">PaVeLimitTo4</a>.</p>
129129
<h3 id="examples">Examples</h3>
130130
<div class="sourceCode" id="cb1"><pre
131131
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a>$LimitTo4IRUnsafe</span></code></pre></div>

FeynCalcBookDev/$NonComm.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ <h3 id="examples">Examples</h3>
120120
<div class="sourceCode" id="cb1"><pre
121121
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a>$NonComm</span></code></pre></div>
122122
<p><span
123-
class="math display">\{\text{DiracGamma},\text{DiracSigma},\text{GA},\text{GAD},\text{GAE},\text{GS},\text{GSD},\text{GSE},\text{LeftPartialD},\text{LeftRightPartialD},\text{LeftRightPartialD2},\text{FCPartialD},\text{OPESum},\text{QuantumField},\text{RightPartialD},\text{Spinor},\text{SpinorU},\text{SpinorUBar},\text{SpinorV},\text{SpinorVBar},\text{SUNT},\text{PauliSigma},\text{PauliXi},\text{PauliEta},\text{TGA},\text{CGA},\text{CGAD},\text{CGAE},\text{CGS},\text{CGSD},\text{CGSE},\text{SI},\text{SID},\text{SIE},\text{CSI},\text{CSID},\text{CSIE},\text{FeynCalc$\grave{
123+
class="math display">\{\text{DiracGamma},\text{DiracSigma},\text{GA},\text{GAD},\text{GAE},\text{GS},\text{GSD},\text{GSE},\text{GSLP},\text{GSLN},\text{GSLR},\text{GSLPD},\text{GSLND},\text{GSLRD},\text{GALP},\text{GALN},\text{GALR},\text{GALPD},\text{GALND},\text{GALRD},\text{LeftPartialD},\text{LeftRightPartialD},\text{LeftRightPartialD2},\text{LeftNablaD},\text{LeftRightNablaD},\text{LeftRightNablaD2},\text{FCPartialD},\text{QuantumField},\text{RightPartialD},\text{RightNablaD},\text{Spinor},\text{SpinorU},\text{SpinorUBar},\text{SpinorV},\text{SpinorVBar},\text{SUNT},\text{PauliSigma},\text{PauliXi},\text{PauliEta},\text{PauliEtaC},\text{TGA},\text{CGA},\text{CGAD},\text{CGAE},\text{CGS},\text{CGSD},\text{CGSE},\text{SI},\text{SID},\text{SIE},\text{CSI},\text{CSID},\text{CSIE},\text{FeynCalc$\grave{
124124
}$Package$\grave{
125-
}$dotsimpHold},\text{FCChargeConjugateTransposed},\text{CovariantD},\text{FieldStrength},\text{QuarkGluonVertex},\text{QuarkPropagator},\text{Twist2AlienOperator},\text{Twist2CounterOperator},\text{Twist2QuarkOperator},\text{ChiralityProjector},\text{Spinor},\text{DiracMatrix},\text{DiracSlash}\}</span></p>
125+
}$dotsimpHold},\text{FCChargeConjugateTransposed},\text{CovariantD},\text{FieldStrength},\text{QuarkGluonVertex},\text{QuarkPropagator},\text{ChiralityProjector},\text{Spinor},\text{DiracMatrix},\text{DiracSlash}\}</span></p>
126126
</body>
127127
</html>

FeynCalcBookDev/CSP.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h3 id="examples">Examples</h3>
130130
<p><span class="math display">(\overline{p}-\overline{q})\cdot (2
131131
\overline{p}+\overline{q})</span></p>
132132
<div class="sourceCode" id="cb3"><pre
133-
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a>Calc<span class="op">[</span> CSP<span class="op">[</span><span class="fu">p</span> <span class="sc">-</span> <span class="fu">q</span><span class="op">,</span> <span class="fu">q</span> <span class="sc">+</span> <span class="dv">2</span> <span class="fu">p</span><span class="op">]</span> <span class="op">]</span></span></code></pre></div>
133+
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a>ExpandScalarProduct<span class="op">[</span> CSP<span class="op">[</span><span class="fu">p</span> <span class="sc">-</span> <span class="fu">q</span><span class="op">,</span> <span class="fu">q</span> <span class="sc">+</span> <span class="dv">2</span> <span class="fu">p</span><span class="op">]</span> <span class="op">]</span></span></code></pre></div>
134134
<p><span class="math display">-\overline{p}\cdot \overline{q}+2
135135
\overline{p}^2-\overline{q}^2</span></p>
136136
<div class="sourceCode" id="cb4"><pre

FeynCalcBookDev/CSPD.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h3 id="examples">Examples</h3>
129129
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>CSPD<span class="op">[</span><span class="fu">p</span> <span class="sc">-</span> <span class="fu">q</span><span class="op">,</span> <span class="fu">q</span> <span class="sc">+</span> <span class="dv">2</span> <span class="fu">p</span><span class="op">]</span></span></code></pre></div>
130130
<p><span class="math display">(p-q)\cdot (2 p+q)</span></p>
131131
<div class="sourceCode" id="cb3"><pre
132-
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a>Calc<span class="op">[</span> CSPD<span class="op">[</span><span class="fu">p</span> <span class="sc">-</span> <span class="fu">q</span><span class="op">,</span> <span class="fu">q</span> <span class="sc">+</span> <span class="dv">2</span> <span class="fu">p</span><span class="op">]</span> <span class="op">]</span></span></code></pre></div>
132+
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a>ExpandScalarProduct<span class="op">[</span> CSPD<span class="op">[</span><span class="fu">p</span> <span class="sc">-</span> <span class="fu">q</span><span class="op">,</span> <span class="fu">q</span> <span class="sc">+</span> <span class="dv">2</span> <span class="fu">p</span><span class="op">]</span> <span class="op">]</span></span></code></pre></div>
133133
<p><span class="math display">-p\cdot q+2 p^2-q^2</span></p>
134134
<div class="sourceCode" id="cb4"><pre
135135
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a>ExpandScalarProduct<span class="op">[</span>CSPD<span class="op">[</span><span class="fu">p</span> <span class="sc">-</span> <span class="fu">q</span><span class="op">]]</span></span></code></pre></div>

FeynCalcBookDev/CSPE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h3 id="examples">Examples</h3>
130130
<p><span class="math display">(\hat{p}-\hat{q})\cdot (2
131131
\hat{p}+\hat{q})</span></p>
132132
<div class="sourceCode" id="cb3"><pre
133-
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a>Calc<span class="op">[</span> CSPE<span class="op">[</span><span class="fu">p</span> <span class="sc">-</span> <span class="fu">q</span><span class="op">,</span> <span class="fu">q</span> <span class="sc">+</span> <span class="dv">2</span> <span class="fu">p</span><span class="op">]</span> <span class="op">]</span></span></code></pre></div>
133+
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a>ExpandScalarProduct<span class="op">[</span> CSPE<span class="op">[</span><span class="fu">p</span> <span class="sc">-</span> <span class="fu">q</span><span class="op">,</span> <span class="fu">q</span> <span class="sc">+</span> <span class="dv">2</span> <span class="fu">p</span><span class="op">]</span> <span class="op">]</span></span></code></pre></div>
134134
<p><span class="math display">-\hat{p}\cdot \hat{q}+2
135135
\hat{p}^2-\hat{q}^2</span></p>
136136
<div class="sourceCode" id="cb4"><pre

FeynCalcBookDev/CartesianScalarProduct.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -161,16 +161,11 @@ <h3 id="examples">Examples</h3>
161161
\overline{p}_1+\overline{k}\cdot \overline{q}-\overline{q}\cdot
162162
\overline{p}_2+\frac{s}{2}</span></p>
163163
<div class="sourceCode" id="cb9"><pre
164-
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb9-1"><a href="#cb9-1" aria-hidden="true" tabindex="-1"></a>Calc<span class="op">[</span> CartesianScalarProduct<span class="op">[</span><span class="fu">Subscript</span><span class="op">[</span><span class="fu">p</span><span class="op">,</span> <span class="dv">1</span><span class="op">]</span> <span class="sc">-</span> <span class="fu">q</span><span class="op">,</span> <span class="fu">Subscript</span><span class="op">[</span><span class="fu">p</span><span class="op">,</span> <span class="dv">2</span><span class="op">]</span> <span class="sc">-</span> <span class="fu">k</span><span class="op">]]</span></span></code></pre></div>
165-
<p><span class="math display">-\overline{k}\cdot
166-
\overline{p}_1+\overline{k}\cdot \overline{q}-\overline{q}\cdot
167-
\overline{p}_2+\frac{s}{2}</span></p>
164+
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb9-1"><a href="#cb9-1" aria-hidden="true" tabindex="-1"></a>CartesianScalarProduct<span class="op">[</span>q1<span class="op">]</span> <span class="ex">=</span> qq;</span></code></pre></div>
168165
<div class="sourceCode" id="cb10"><pre
169-
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb10-1"><a href="#cb10-1" aria-hidden="true" tabindex="-1"></a>CartesianScalarProduct<span class="op">[</span>q1<span class="op">]</span> <span class="ex">=</span> qq;</span></code></pre></div>
170-
<div class="sourceCode" id="cb11"><pre
171-
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb11-1"><a href="#cb11-1" aria-hidden="true" tabindex="-1"></a>CSP<span class="op">[</span>q1<span class="op">]</span></span></code></pre></div>
166+
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb10-1"><a href="#cb10-1" aria-hidden="true" tabindex="-1"></a>CSP<span class="op">[</span>q1<span class="op">]</span></span></code></pre></div>
172167
<p><span class="math display">\text{qq}</span></p>
173-
<div class="sourceCode" id="cb12"><pre
174-
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb12-1"><a href="#cb12-1" aria-hidden="true" tabindex="-1"></a>FCClearScalarProducts<span class="op">[]</span></span></code></pre></div>
168+
<div class="sourceCode" id="cb11"><pre
169+
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb11-1"><a href="#cb11-1" aria-hidden="true" tabindex="-1"></a>FCClearScalarProducts<span class="op">[]</span></span></code></pre></div>
175170
</body>
176171
</html>

FeynCalcBookDev/Collecting.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,11 @@
2929
<h1 class="title">FeynCalc manual (development version)</h1>
3030
</header>
3131
<h2 id="collecting">Collecting</h2>
32-
<p><code>Collecting</code> is an option of
33-
<code>ScalarProductCancel</code>, <code>Series2</code>, <code>TID</code>
34-
and related functions. Setting it to <code>True</code> will trigger some
35-
kind of collecting of the result.</p>
32+
<p><code>Collecting</code> is an option of various functions. Setting it
33+
to <code>True</code> will trigger some kind of collecting of the
34+
result.</p>
3635
<h3 id="see-also">See also</h3>
37-
<p><a href="Extra/FeynCalc.html">Overview</a>, <a
38-
href="ScalarProductCancel.html">ScalarProductCancel</a>, <a
39-
href="Series2.html">Series2</a>, <a href="TID.html">TID</a>.</p>
36+
<p><a href="Extra/FeynCalc.html">Overview</a>.</p>
4037
<h3 id="examples">Examples</h3>
4138
</body>
4239
</html>

0 commit comments

Comments
 (0)