Skip to content

Commit 4fdfedd

Browse files
committed
FeynHelpers install page updated.
1 parent ce30097 commit 4fdfedd

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

FeynHelpersBookDev/Extra/Install.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ <h2 id="installation">Installation</h2>
107107
corresponding developer team.</em></p>
108108
<h3 id="feynhelpers">FeynHelpers</h3>
109109
<h4 id="automatic-installation">Automatic installation</h4>
110-
<p><em>Currently the stable version of FeynHelpers is not compatible
111-
with FeynCalc 10. Please use the development version instead!</em></p>
112110
<p>Run the following instruction in a Kernel or Notebook session of
113111
Mathematica to install the stable version</p>
114112
<div class="sourceCode" id="cb1"><pre
@@ -140,7 +138,7 @@ <h4 id="windows">Windows</h4>
140138
for that in FeynHelpers.</p>
141139
<h3 id="fire">FIRE</h3>
142140
<p>You can download the source code of FIRE from the <a
143-
href="https://bitbucket.org/feynmanIntegrals/fire">developer’s
141+
href="https://gitlab.srcc.msu.ru/feynmanintegrals/fire">developer’s
144142
website</a>. The content should be extracted to
145143
<code>FileNameJoin[{$UserBaseDirectory, "Applications", "FIRE"}]</code>.</p>
146144
<p>We recommend to enable support for flint, zstd, lthreads, tcmalloc,
@@ -221,15 +219,15 @@ <h4 id="windows-4">Windows</h4>
221219
<code>FileNameJoin[{$UserBaseDirectory, "Applications", "FeynCalc", "AddOns", "FeynHelpers", "ExternalTools", "LoopTools"}]</code>.</p>
222220
<h3 id="qgraf">QGRAF</h3>
223221
<p>You can download the source code of QGRAF from the <a
224-
href="http://cfif.ist.utl.pt/~paulo/qgraf.html">developer’s
222+
href="http://cefema-gt.tecnico.ulisboa.pt/~paulo/qgraf.html">developer’s
225223
website</a>.</p>
226224
<h4 id="linux-and-macos-1">Linux and macOS</h4>
227225
<p>The compilation instructions can be found in the section “Compiling”
228226
of the manual <code>qgraf-3.x.y.pdf</code> inside the tarball. For
229227
example, on a Linux system equipped with a GNU Fortran compiler
230228
something like</p>
231229
<div class="sourceCode" id="cb5"><pre
232-
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a>gfortran qgraf<span class="dv">-3</span>.<span class="dv">6</span>.<span class="fl">3.</span>f08 <span class="sc">-</span><span class="fu">o</span> qgraf</span></code></pre></div>
230+
class="sourceCode mathematica"><code class="sourceCode mathematica"><span id="cb5-1"><a href="#cb5-1" aria-hidden="true" tabindex="-1"></a>gfortran qgraf<span class="fl">-3.</span><span class="fu">x</span>.<span class="fu">y</span>.f08 <span class="sc">-</span><span class="fu">o</span> qgraf</span></code></pre></div>
233231
<p>should do the job. Having compiled the program you need to move the
234232
binary file <code>qgraf</code> to
235233
<code>FileNameJoin[{$UserBaseDirectory, "Applications", "FeynCalc", "AddOns", "FeynHelpers", "ExternalTools", "QGRAF", "Binary"}]</code>.</p>

0 commit comments

Comments
 (0)