-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSetUp.m
More file actions
35 lines (22 loc) · 746 Bytes
/
SetUp.m
File metadata and controls
35 lines (22 loc) · 746 Bytes
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
(*
Setup.m
FeynArts startup file
last modified 13 May 13 th
Here you can set up your own changes and enhancements to FeynArts,
e.g. some particular options you always want set, or $SVMixing = True.
It is a good idea to do this here since changing the FeynArts code
directly is inherently unportable.
*)
$FAVerbose = 2
$ModelPath = { Directory[],
ToFileName[{Directory[], "Models"}],
ToFileName[{$FeynArtsDir, "Models"}] }
$ModelDebug = False
$ModelDebugForm = Short[#, 5]&
$ShapeDataDir = ToFileName[{$FeynArtsDir, "ShapeData"}]
$SVMixing = False
$CounterTerms = True
$FermionLines = True
(* eliminate those `>' in front of continuation lines so
one can cut and paste more easily *)
Format[ Continuation[_] ] = " "