File: index.md

package info (click to toggle)
cp2k 2025.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 372,060 kB
  • sloc: fortran: 963,262; ansic: 64,495; f90: 21,676; python: 14,419; sh: 11,382; xml: 2,173; makefile: 996; pascal: 845; perl: 492; cpp: 345; lisp: 297; csh: 16
file content (76 lines) | stat: -rw-r--r-- 1,296 bytes parent folder | download | duplicates (2)
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>
```