forked from QMeS-toolbox/QMeS-Derivation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PacletInfo.m
25 lines (24 loc) · 1.03 KB
/
PacletInfo.m
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
(* ::Package:: *)
PacletObject[
<|
"Name" -> "QMeS",
"Version" -> "1.2",
"WolframVersion" -> "12+",
"Description" -> "We present the mathematica package QMeS. It derives symbolic flow equations from a master equation (FRG, mSTI, DSE) by using a superfield formalism. Explicitly it's modules allow to derive DSEs, take functional derivatives, trace over field space and do a momentum routing for 1-loop diagrams while keeping track of prefactors and signs that arise from fermionic commutation relations.",
"Creator" -> "Jan M. Pawlowski, Coralie S. Schneider, Nicolas Wink",
"Extensions" ->
{
{
"Kernel",
"Context" -> {
{ "QMeSderivation`" , "QMeSderivation.m" },
{ "QMeSderivation`Tools`" , "QMeSTools.m" }
}
},
{
"Documentation",
"Language" -> "English"
}
}
|>
]