-
Notifications
You must be signed in to change notification settings - Fork 43
/
sidebars.js
66 lines (66 loc) · 1.36 KB
/
sidebars.js
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
module.exports = {
docs: [
"welcome",
{
type: "category",
label: "Setup",
collapsed: false,
link: {
type: "generated-index",
},
items: [
"setup/install",
"setup/hpc",
"setup/jupyter",
"setup/crystal-structure",
"setup/pseudo-potential",
],
},
{
type: "category",
label: "Theory",
collapsed: true,
link: {
type: "generated-index",
},
items: [
"theory/problem-statement",
"theory/hartree-fock",
"theory/dft",
"theory/wannier",
],
},
{
type: "category",
label: "Hands-on",
collapsed: true,
link: {
type: "generated-index",
},
items: [
"hands-on/scf",
"hands-on/convergence",
"hands-on/structure-optimization",
"hands-on/dos",
"hands-on/bands",
"hands-on/aluminum",
"hands-on/pdos",
"hands-on/kpdos",
"hands-on/graphene",
"hands-on/GaAs",
"hands-on/fe",
"hands-on/ni",
"hands-on/dft-u",
"hands-on/soc",
"hands-on/Bi2Se3",
"hands-on/epsilon",
"hands-on/fermi-surface",
"hands-on/phonon",
"hands-on/wannier",
"hands-on/molecular-dynamics-pw",
],
},
"resources",
"license",
],
};