mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Manual: Add sub-directories to methods section
This commit is contained in:
parent
85135fe7db
commit
668feff676
42 changed files with 26 additions and 35 deletions
3
docs/methods/sampling/ehrenfest.md
Normal file
3
docs/methods/sampling/ehrenfest.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Ehrenfest Dynamics
|
||||
|
||||
Unfortunately, nobody has gotten around to writing this page yet :-(
|
||||
16
docs/methods/sampling/index.md
Normal file
16
docs/methods/sampling/index.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Sampling
|
||||
|
||||
```{toctree}
|
||||
---
|
||||
titlesonly:
|
||||
maxdepth: 1
|
||||
---
|
||||
Molecular Dynamics <https://www.cp2k.org/howto:md>
|
||||
metadynamics
|
||||
path_integrals
|
||||
Surface Hopping with NEWTON-X <https://www.cp2k.org/howto:newtonx>
|
||||
i-PI <https://www.cp2k.org/howto:ipi>
|
||||
Gibbs Ensemble Monte Carlo <https://www.cp2k.org/howto:gemc>
|
||||
Langevin Dynamics <https://www.cp2k.org/howto:langevin_regions>
|
||||
ehrenfest
|
||||
```
|
||||
3
docs/methods/sampling/metadynamics.md
Normal file
3
docs/methods/sampling/metadynamics.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Metadynamics
|
||||
|
||||
Unfortunately, nobody has gotten around to writing this page yet :-(
|
||||
3
docs/methods/sampling/path_integrals.md
Normal file
3
docs/methods/sampling/path_integrals.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Path Integrals
|
||||
|
||||
Unfortunately, nobody has gotten around to writing this page yet :-(
|
||||
Loading…
Add table
Add a link
Reference in a new issue