Skip to content

Commit

Permalink
more text + debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Mar 5, 2024
1 parent 8ba00bb commit 789faac
Show file tree
Hide file tree
Showing 12 changed files with 165 additions and 70 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ docs/src/examples/

*build*
*egg-info/
sg_execution_times.rst
12 changes: 12 additions & 0 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Add any Sphinx extension module names here, as strings.
extensions = [
"sphinx.ext.viewcode",
"sphinx.ext.intersphinx",
"sphinx_gallery.load_style",
]

Expand All @@ -12,3 +13,14 @@

htmlhelp_basename = "COSMO software-cookbook"
html_theme = "furo"


intersphinx_mapping = {
"ase": ("https://wiki.fysik.dtu.dk/ase/", None),
"metatensor": ("https://lab-cosmo.github.io/metatensor/latest/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"matplotlib": ("https://matplotlib.org/stable/", None),
"python": ("https://docs.python.org/3", None),
"rascaline": ("https://luthaf.fr/rascaline/latest/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
}
4 changes: 0 additions & 4 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@ COSMO Software Cookbook
:caption: Table of Contents
:maxdepth: 1

examples/roy_gch/roy_gch
examples/lode_linear/lode_tutorial
examples/sample_selection/sample_selection
examples/gaas_map/gaas_map
examples/cp2k_run_batch/setup_reftraj
3 changes: 3 additions & 0 deletions examples/cp2k_run_batch/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
production/
cp2k.out
cp2k.inp
2 changes: 1 addition & 1 deletion examples/cp2k_run_batch/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ CP2K bash computation
============================

This is an example of a batch calculation using CP2K.
The inputs are a set of structures in `./data/example.xyz`
The inputs are a set of structures in `example.xyz`
using the parameters defined in `./data/reftraj_template.cp2k`
importing basisset and pseudopotentials from the local CP2K install.
1 change: 1 addition & 0 deletions examples/cp2k_run_batch/cp2k_shell.ssmp
6 changes: 3 additions & 3 deletions examples/cp2k_run_batch/environement.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: cp2k_run_batch
dependencies:
- python=3.11
- python=3.10
- pip
- conda-forge/label/cf202003::cp2k
- conda-forge::libopenblas
- conda-forge::cp2k
- pip:
- ase

File renamed without changes.
Loading

0 comments on commit 789faac

Please sign in to comment.