forked from abinit/abinit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
381 lines (368 loc) · 13.5 KB
/
mkdocs.yml
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
site_name: abinit
site_url: https://docs.abinit.org
site_description: Abinit documentation
site_author: The Abinit group
docs_dir: doc
repo_name: github-abinit
repo_url: https://github.com/abinit/abinit/
edit_uri: edit/master/doc/
# If `True`, use `<page_name>/index.hmtl` style files with hyperlinks to
# the directory. If `False`, use `<page_name>.html style file with hyperlinks to the file.
# True generates nicer URLs, but False is useful if browsing the output on a filesystem.
use_directory_urls: True
#use_directory_urls: False
pages:
#- Quick Start:
#- Home: index.md
- User Guide:
#- NewUser: guide/new_user.md
- NewUser: index.md
- Abinit: guide/abinit.md
- Aim: guide/aim.md
- Anaddb: guide/anaddb.md
- Cut3d: guide/cut3d.md
- Fold2Bloch: guide/fold2bloch.md
- Mrgddb: guide/mrgddb.md
- Mrgscr: guide/mrgscr.md
- Multibinit: guide/multibinit.md
- Optic: guide/optic.md
- Respfn: guide/respfn.md
- Spacegroup: guide/spacegroup.md
- Installation:
- HowTo: installation.md
- MacOSX: README_MacOSX.md
- GPUs: README_gpu.md
- Xlf: README_xlf.md
- Topics:
- Features: topics/features.md
- Topic List: topics/index.md
- topics/Abipy.md
- topics/APPA.md
- topics/Artificial.md
- topics/AtomManipulator.md
- topics/AtomTypes.md
- topics/Bader.md
- topics/Band2eps.md
- topics/Berry.md
- topics/BandOcc.md
- topics/BSE.md
- topics/BoundingProcess.md
- topics/ConstrainedPol.md
- topics/Control.md
- topics/Coulomb.md
- topics/CrossingBarriers.md
- topics/CRPA.md
- topics/crystal.md
- topics/DFT+U.md
- topics/DeltaSCF.md
- topics/DensityPotential.md
- topics/Dev.md
- topics/DFPT.md
- topics/DMFT.md
- topics/DynamicsMultibinit.md
- topics/EffectiveMass.md
- topics/EFG.md
- topics/Elastic.md
- topics/ElPhonInt.md
- topics/ElPhonTransport.md
- topics/ElecDOS.md
- topics/ElecBandStructure.md
- topics/FileFormats.md
- topics/FitProcess.md
- topics/ForcesStresses.md
- topics/FrequencyMeshMBPT.md
- topics/GeoConstraints.md
- topics/GeoOpt.md
- topics/Git.md
- topics/GSintroduction.md
- topics/GW.md
- topics/GWls.md
- topics/Hybrids.md
- topics/k-points.md
- topics/LatticeModel.md
- topics/LDAminushalf.md
- topics/LOTF.md
- topics/Macroave.md
- topics/MagField.md
- topics/MagMom.md
- topics/MolecularDynamics.md
- topics/multidtset.md
- topics/nonlinear.md
- topics/Optic.md
- topics/Output.md
- topics/parallelism.md
- topics/PAW.md
- topics/PIMD.md
- topics/Planewaves.md
- topics/Phonons.md
- topics/PhononBands.md
- topics/PhononWidth.md
- topics/PortabilityNonRegression.md
- topics/positron.md
- topics/printing.md
- topics/PseudosPAW.md
- topics/q-points.md
- topics/RandStopPow.md
- topics/Recursion.md
- topics/RPACorrEn.md
- topics/SCFControl.md
- topics/SCFAlgorithms.md
- topics/SelfEnergy.md
- topics/SmartSymm.md
- topics/spinpolarisation.md
- topics/STM.md
- topics/Susceptibility.md
- topics/TDDFT.md
- topics/TDepES.md
- topics/Temperature.md
- topics/TransPath.md
- topics/TuningSpeed.md
- topics/Unfolding.md
- topics/UnitCell.md
- topics/vdw.md
- topics/Verification.md
- topics/Wannier.md
- topics/Wavelets.md
- topics/xc.md
- External Resources: topics/external_resources.md
- Variables:
- All Variables: variables/index.md
- Abinit:
- Basic: variables/basic.md
- Bethe-Salpeter: variables/bse.md
- Developers: variables/dev.md
- DMFT: variables/dmft.md
- Electron-Phonon: variables/eph.md
- Varff: variables/ffield.md
- File-handling: variables/files.md
- Geometry: variables/geo.md
- Ground-State: variables/gstate.md
- GW: variables/gw.md
- Internal: variables/internal.md
- Parallelism: variables/paral.md
- PAW: variables/paw.md
- DFPT: variables/dfpt.md
- Relaxation: variables/rlx.md
- VdW: variables/vdw.md
- Wannier90: variables/w90.md
- Anaddb: variables/anaddb.md
- Multibinit: variables/multibinit.md
- Optic: variables/optic.md
- Aim: variables/aim.md
- External Parameters: variables/external_parameters.md
- Statistics: variables/varset_stats.md
- Tutorial:
- Overview: tutorial/index.md
- Base Tutorials:
- Base1: tutorial/base1.md
- Base2: tutorial/base2.md
- Base3: tutorial/base3.md
- Base4: tutorial/base4.md
- Spin: tutorial/spin.md
- PAW:
- PAW1: tutorial/paw1.md
- PAW2: tutorial/paw2.md
- PAW3: tutorial/paw3.md
- DFT_PLUS_U:
- tutorial/dftu.md
- tutorial/udet.md
- tutorial/ucalc_crpa.md
- DFPT:
- RF1: tutorial/rf1.md
- RF2: tutorial/rf2.md
- Elastic: tutorial/elastic.md
- tutorial/ffield.md
- tutorial/nlo.md
- DMFT: tutorial/dmft.md
- EPH:
- tutorial/eph.md
- tutorial/tdepes.md
- Many-Body:
- GW1: tutorial/gw1.md
- GW2: tutorial/gw2.md
- Bethe-Salpeter: tutorial/bse.md
- Parallelism:
- Base: tutorial/basepar.md
- GSPW: tutorial/paral_gspw.md
- GSWVL: tutorial/paral_gswvl.md
- DFPT: tutorial/paral_dfpt.md
- Images: tutorial/paral_images.md
- Many-Body: tutorial/paral_mbt.md
- Moldyn: tutorial/paral_moldyn.md
- Multibinit:
- Lattice Model: tutorial/lattice_model.md
#- Fit Process: tutorial/fit_process.md
- tutorial/analysis_tools.md
- tutorial/fold2bloch.md
- tutorial/nuc.md
- tutorial/optic.md
- tutorial/positron.md
- tutorial/source_code.md
- tutorial/tddft.md
- tutorial/wannier90.md
- Theory:
- Geometry: theory/geometry.md
- Spherical Harmonics: theory/spherical_harmonics.md
- Wavefunctions: theory/wavefunctions.md
- Noncollinear: theory/noncollinear.md
- Pseudopotentials: theory/pseudopotentials.md
- Many-Body Perturbation Theory: theory/mbt.md
- Bethe-Salpeter: theory/bse.md
- Documents: theory/documents.md
- Acknowledgments: theory/acknowledgments.md
- Bibliography: theory/bibliography.md
- Developers:
- Abimkdocs: developers/abimkdocs.md
- Markdown: developers/markdown.md
- Test Suite Howto: developers/testsuite_howto.md
- Test Suite: developers/testsuite.md
- HowTo for developers: developers/developers_howto.md
- Pseudos:
- psp1: developers/psp1_info.md
- psp3: developers/psp3_info.md
- psp45: developers/psp45_info.md
- psp5: developers/psp5spinorbit_info.md
- psp6: developers/psp6_info.md
- psp8: developers/psp8_info.md
- Code stats: developers/codestats.md
- Autoconf_examples: developers/autoconf_examples.md
#- External Resources: developers/external_resources.md
- About:
- Release Notes: about/release-notes.md
- Contributing: about/contributing.md
- History: about/history.md
- License: about/license.md
markdown_extensions:
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true # For ¶
#permalink: "#"
#separator: "_"
- markdown.extensions.admonition
- markdown.extensions.fenced_code
- markdown.extensions.codehilite
- markdown.extensions.smarty
- markdown.extensions.tables
- markdown.extensions.def_list
- markdown.extensions.sane_lists
#- mdx_math:
# enable_dollar_delimiter: True
- pymdownx.arithmatex:
#inline_syntax: ['dollar']
#block_syntax: ['dollar', 'begin']
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
#- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.smartsymbols:
registered: false
copyright: false
care_of: false
- pymdownx.superfences
- pymdownx.tilde
# Abinit extensions.
- abimkdocs.wikilinks
- abimkdocs.preprocessor
- abimkdocs.mdx_figcaption
#- abimkdocs.treepreprocessor
#strict: true
theme:
name: material
custom_dir: abinit_theme
logo: images/logo-abinit-2015.png
favicon: images/favicon.ico
palette:
primary: deep orange
accent: deep orange
feature:
tabs: true
plugins:
- abimkdocs
#- search # Deactivated
extra_css:
- css/extra.css
- css/gallery.css
- css/my_codehilite.css
extra_javascript:
- extra_javascript/jquery.dialogextend.min.js
- extra_javascript/abidocs.js
copyright: Copyright © 2018 The Abinit Group
# Google Analytics
google_analytics: ['UA-116681470-1', 'docs.abinit.org']
extra:
version: 8.10.1
previous_published_versions: [] #8.2.0
social:
- type: github-alt
link: https://github.com/abinit/abinit
- type: twitter
link: https://twitter.com/hashtag/abinit
- type: facebook
link: http://www.facebook.com/abinit.org
- type: youtube
link: https://www.youtube.com/watch?v=gcbfb_Mteo4
# Dictionary with aliases mapping token --> value
# |token| will be replaced by value by the Markdown preprocessor
# NB: white spaces in token are not allowed, `token` is ignored
abimkdocs_aliases:
# Special macros:
today: 'Expands to datetime.date.today().strftime("%B %d, %Y")'
# Links to doc pages (AbiPy script)
AbiPy: "[AbiPy](https://github.com/abinit/abipy)"
abistruct: "[abistruct](http://abinit.github.io/abipy/scripts/abistruct.html)"
abiopen: "[abiopen](http://abinit.github.io/abipy/scripts/abiopen.html)"
abicomp: "[abicomp](http://abinit.github.io/abipy/scripts/abicomp.html)"
abiview: "[abiview](http://abinit.github.io/abipy/scripts/abiview.html)"
abirun: "[abirun](http://abinit.github.io/abipy/scripts/abirun.html)"
abidoc: "[abidoc](http://abinit.github.io/abipy/scripts/abidoc.html)"
# Links to abitutorials jupyter notebooks served at
# https://nbviewer.jupyter.org/github/abinit/abitutorials/blob/master/abitutorials/index.ipynb?flush_cache=true
AbipyStructureNb: "[AbiPy structure notebook](https://nbviewer.jupyter.org/github/abinit/abitutorials/blob/master/abitutorials/structure.ipynb)"
AbinitInputNb: "[AbinitInput notebook](https://nbviewer.jupyter.org/github/abinit/abitutorials/blob/master/abitutorials/abinit_input.ipynb)"
GsrFileNb: "[GsrFile notebook](https://nbviewer.jupyter.org/github/abinit/abitutorials/blob/master/abitutorials/gsr.ipynb)"
HistFileNb: "[HistFile notebook](https://nbviewer.jupyter.org/github/abinit/abitutorials/blob/master/abitutorials/hist.ipynb)"
FatbandsFileNb: "[Fatbands notebook](https://nbviewer.jupyter.org/github/abinit/abitutorials/blob/master/abitutorials/efatbands.ipynb)"
DdbFileNb: "[DdbFile notebook](https://nbviewer.jupyter.org/github/abinit/abitutorials/blob/master/abitutorials/ddb.ipynb)"
SigresFileNb: "[Sigres notebook](https://nbviewer.jupyter.org/github/abinit/abitutorials/blob/master/abitutorials/sigres.ipynb)"
MdfFileNb: "[MdfFile notebook](https://nbviewer.jupyter.org/github/abinit/abitutorials/blob/master/abitutorials/mdf.ipynb)"
AbiwanFileNb: "[AbiwanFile notebook](https://nbviewer.jupyter.org/github/abinit/abitutorials/blob/master/abitutorials/abiwan.ipynb)"
# Links to abitutorials lessons
G0W0LessonNb: "[notebook with the GW lesson](https://nbviewer.jupyter.org/github/abinit/abitutorials/blob/master/abitutorials/g0w0/lesson_g0w0.ipynb)"
# Links to websites
abiconfig: "[abiconfig](https://github.com/abinit/abiconfig)"
abiflows: "[abiflows](https://github.com/abinit/abiflows)"
abitutorials: "[abitutorials](https://github.com/abinit/abitutorials)"
abiconda: "[abiconda](https://github.com/abinit/abiconda)"
#abinit-channel: https://anaconda.org/abinit
pseudodojo: "[pseudo-dojo](http://www.pseudo-dojo.org/)"
pymatgen: "[pymatgen](http://www.pymatgen.org)"
#fireworks: https://materialsproject.github.io/fireworks/
materials_project: "[materials project](https://materialsproject.org/)"
#conda: https://conda.io/docs/
#Anaconda: https://continuum.io/downloads
#matsci: http://materials.sh/
#spack: https://github.com/LLNL/spack
#pip: https://pypi.python.org/pypi/pip
ipython: "[ipython](https://ipython.org/index.html)"
jupyter: "[jupyter](http://jupyter.org/)"
Python: "[Python](http://www.python.org/)"
#spglib: https://atztogo.github.io/spglib/
#bader: http://theory.cm.utexas.edu/henkelman/code/bader/
#ase: https://wiki.fysik.dtu.dk/ase/
#COD: http://www.crystallography.net/cod/
CIF: "[CIF](http://www.iucr.org/resources/cif)"
vesta: "[vesta](http://jp-minerals.org/vesta/en/)"
xcrysden: "[XCrysDen](http://www.xcrysden.org/)"
xmgrace: "[xmgrace](http://plasma-gate.weizmann.ac.il/Grace/)"
gnuplot: "[gnuplot](http://www.gnuplot.info/)"
ovito: "[ovito](https://ovito.org/)"
v_sim: "[v_sim](http://inac.cea.fr/L_Sim/V_Sim/)"
avogadro: "[avogadro](https://avogadro.cc/)"
phononwebsite: "[phononwebsite](http://henriquemiranda.github.io/phononwebsite/)"
phonopy: "[phonopy](https://atztogo.github.io/phonopy/)"
#netcdf: https://www.unidata.ucar.edu/software/netcdf/docs/faq.html#whatisit
#YAML: https://en.wikipedia.org/wiki/YAML
#JSON: https://en.wikipedia.org/wiki/JSON