-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path04-abbreviations.tex
87 lines (79 loc) · 3.25 KB
/
04-abbreviations.tex
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
%% COMMANDS
%%
%% \acresetall flushes the ’memory’ of the macro \ac (ie all "used" marks flushed)
%%
%% \ac{label} singular (first time Full Name + (ACRO) and mark as used)
%% \acp{label} plural (as \ac but makes short and/or long forms into plurals)
%%
%% \acs{lable} short (ACRO)
%% \acf{lable} “full acronym” (Full Name + (ACRO))
%% \acl{lable} long (_without_ ACRO)
%%
%% \acsp{label} short plural (ACROs)
%% \acfp{label} “full acronym” plural (Full Names + (ACROs))
%% \aclp{label} long plural (_without_ ACRO)
%%
%% \acrodef{label}[acronym]{written out form} definition
%% for example \acrodef{etacar}[$\eta$ Car]{Eta Carinae},
%% with the restriction that the label should be simple ASCII
%% PACKAGE & OPTIONS
%% acronym package must be loaded (in the preamble):
%% \usepackage[option1,option2,etc.]{acronym}
%% OPTIONS:
%% footnote The option footnote makes the full name appear as a
%% footnote.
%% nohyperlinks If hyperref is loaded, all acronyms will link to their
%% glossary entry. With the option nohyperlinks these
%% linkscan be suppressed.
%% printonlyused Only list used acronyms
%% withpage In printonlyused-mode show the page number where
%% each acronym was first used.
%% smaller Make the acronym appear smaller.
%% dua The option dua stands for “don’t use acronyms”. It
%% leads to a redefinition of \ac and \acp, making the
%% full name appear all the time and suppressing all
%% acronyms but the explicity requested by \acf or \acfp.
%% nolist The option nolist stands for “don’t write the list of
%% acronyms”.
%% INCLUSION
%%
\section*{Abbreviations}
\label{sec:abbrev}
\begin{acronym}[TRUST-IT] %width of the longest acronym should be matched here
\acro{AO}{Atomic Orbital}
\acro{API}{Application Programming Interface}
\acro{BLAS}{Basic Linear Algebra Subprograms}
\acro{CINECA}{Consorzio Interuniversitario del Nord Est italiano per il Calcolo Automatico}
\acro{CNRS}{Centre National de la Recherche Scientifique}
\acro{CoE}{Center of Excellence}
\acro{DFT}{density functional theory}
\acro{ECP}{Effective Core Potentials}
\acro{ELF}{Electron localization function}
\acro{ERI}{Electron Repulsion Integrals}
\acro{EZFIO}{Easy Fortran Input/Output}
\acro{FFI}{Foreign Function Interface}
\acro{FZJ}{Forschungszentrum Jülich GmbH}
\acro{GPU}{Graphical Processing Unit}
\acro{HDF5}{Hierarchical Data Format}
\acro{HPC}{High Perfomance Computing}
\acro{HTML}{HyperText Markup Language}
\acro{KTH}{Kungliga Tekniska högskolan}
\acro{LAPACK}{Linear Algebra PACKage}
\acro{Megware}{Megware computer vertrieb und service GmbH}
\acro{MO}{Molecular Orbital}
\acro{MPG}{Max Planck Gesellschaft zur forderung der wissenschaften}
\acro{MPI}{Message passing interface}
\acro{PDF}{Portable Document Format}
\acro{QMCkl}{the Quantum Monte Carlo kernel library}
\acro{QMC}{Quantum Monte Carlo}
\acro{SISSA}{Scuola Internazionale Superiore di Studi Avanzati di trieste}
\acro{STUBA}{Slovenská technická univerzita v Bratislave}
\acro{TREX}{Targeting REal chemical accuracy at the eXascale}
\acro{TRUST-IT}{TRUST-IT SRL}
\acro{TUL}{Politechnika Łódzka}
\acro{UNIVIE}{Universität Wien}
\acro{UT}{Universiteit Twente}
\acro{UVSQ}{Université de Versailles Saint-Quentin-en-yvelines}
\acro{WP}{Work Package}
\end{acronym}
\clearpage