-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodes.html
More file actions
92 lines (82 loc) · 3.94 KB
/
codes.html
File metadata and controls
92 lines (82 loc) · 3.94 KB
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
<section class="resume-section-small" id="codes">
<div class="resume-section-content">
<h2 class="mb-5">Codes & Libraries</h2>
<h4 class="mb-1 text-center">fQCD</h4>
<div>
<div class="list-container">
<div class="list-item-small">
<h4 class="shield">
<a href="https://github.com/satfra/DiFfRG">
<img alt="Static Badge"
src="https://img.shields.io/badge/DiFfRG-1f1f1f?style=for-the-badge&logo=github">
</a>
</h4>
<div class="text-center">
Framework for the discretisation of functional Renormalisation Group flows in C++.
</div>
</div>
<div class="list-item-small">
<h4 class="shield">
<a href="https://github.com/FormTracer/FormTracer">
<img alt="Static Badge"
src="https://img.shields.io/badge/FormTracer-4e94cb?style=for-the-badge&logo=github">
</a>
</h4>
<div class="text-center">
Tracing of large expressions in Mathematica using FORM.
</div>
</div>
<div class="list-item-small">
<h4 class="shield">
<a href="https://github.com/QMeS-toolbox/QMeS-Derivation">
<img alt="Static Badge"
src="https://img.shields.io/badge/QMeS-3e4c2d?style=for-the-badge&logo=github">
</a>
</h4>
<div class="text-center">
A Mathematica package for the derivation of functional equations.
</div>
</div>
<div class="list-item-small">
<h4 class="shield">
<a
href="https://github.com/NicolasW1/Numerical-RG-time-integration-of-the-effective-potential-Analysis-and-Benchmark">
<img alt="Static Badge"
src="https://img.shields.io/badge/RGStepper-7a5fb0?style=for-the-badge&logo=github">
</a>
</h4>
<div class="text-center">
Julia FD code for O(N) and Quark-Meson models with different time-steppers.
</div>
</div>
<div class="list-item-small">
<h4 class="shield">
<a href="https://github.com/satfra/TensorBases">
<img alt="Static Badge"
src="https://img.shields.io/badge/TensorBases-bb1a1a?style=for-the-badge&logo=github">
</a>
</h4>
<div class="text-center">
A Mathematica package for the handling of interaction tensor bases.
</div>
</div>
</div>
<h4 class="mb-1 text-center">External</h4>
<div>
<div class="list-container">
<div class="list-item-small">
<h4 class="shield">
<a href="https://github.com/markusqh/DoFun">
<img alt="Static Badge"
src="https://img.shields.io/badge/DoFun-7a5fb0?style=for-the-badge&logo=github">
</a>
</h4>
<div class="text-center">
A Mathematica package for the derivation of functional equations.
</div>
</div>
</div>
</div>
</div>
</div>
</section>