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
|
# Welcome to the CP2K Manual !
```{image} _static/cp2k_manual_logo.png
---
width: 250px
align: center
class: no-scaled-link
---
```
% TODO: `{toctree} % :caption: Get started % % get-started/installation % get-started/tutorials % `
```{toctree}
---
caption: Getting Started
titlesonly:
maxdepth: 1
---
getting-started/build-from-source
getting-started/build-with-spack
getting-started/distributions
getting-started/first-calculation
```
```{toctree}
---
caption: Methods
titlesonly:
maxdepth: 1
---
methods/dft/index
methods/post_hartree_fock/index
methods/semiempiricals/index
methods/machine_learning/index
methods/embedding/index
methods/qm_mm/index
methods/sampling/index
methods/optimization/index
methods/properties/index
```
```{toctree}
---
caption: Technologies
titlesonly:
maxdepth: 1
---
technologies/eigensolvers/index
```
% TODO: `{toctree} % :caption: How-to guides % % dummy % `
```{toctree}
---
caption: References
titlesonly:
maxdepth: 1
---
CP2K_INPUT
bibliography
acronyms
units
```
% TODO: `{toctree} % :caption: Explanations % % dummy % `
```{toctree}
---
caption: Release Versions
titlesonly:
maxdepth: 1
---
2025.1 <https://manual.cp2k.org/cp2k-2025_1-branch/index.html>
2024.2/3 <https://manual.cp2k.org/cp2k-2024_2-branch/index.html>
All versions <versions>
```
|