Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Jul 24, 2024
1 parent 3069192 commit 0e2b105
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion abipy_book/abinit_input.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ inp.set_structure(abilab.Structure.from_mpid("mp-149"))
```

Remember to set the `PMG_MAPI_KEY` in ~/.pmgrc.yaml as described
[here](http://pymatgen.org/usage.html#setting-the-pmg-mapi-key-in-the-config-file).
[here](https://pymatgen.org/usage.html#setting-the-pmg-mapi-key-in-the-config-file).

+++

Expand Down
4 changes: 2 additions & 2 deletions abipy_book/abiwan.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Note: The code in this notebook requires abinit >= 8.9 and abipy >= 0.6

## Table of Contents

- [How to analyze the WOUT file](#How-to-analyze-the-WOUT-file)
- [Using ABIWAN.nc to interpolate band energies](#Using-ABIWAN.nc-to-interpolate-band-energies)
- [How to analyze the WOUT file](#how-to-analyze-the-wout-file)
- [Using ABIWAN.nc to interpolate band energies](#using-abiwan-nc-to-interpolate-band-energies)

Let's start by importing the basic modules needed for this tutorial.

Expand Down
2 changes: 1 addition & 1 deletion abipy_book/ddb.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ The most important parameters to remember are:
$Z^*_{\kappa,\alpha\beta}$ and $\epsilon^{\infty}_{\alpha\beta}$).

The high-symmetry q-path is automatically selected assuming the structure
fulfills the conventions introduced by [Setyawan and Curtarolo](https://arxiv.org/abs/1004.2974)
fulfills the conventions introduced by [Setyawan and Curtarolo](https://doi.org/10.1016/j.commatsci.2010.05.010)
but you can also specify your own **q**-path if needed.

## Plotting phonon bands and DOS
Expand Down
2 changes: 1 addition & 1 deletion abipy_book/elastic/lesson_elastic.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ The tensors are available as attributes of the `edata` object:
edata.elastic_relaxed
```

These are pymatgen [tensors](https://github.com/materialsproject/pymatgen/blob/master/src/pymatgen/analysis/elasticity/tensors.py),
These are pymatgen tensors,
more specifically [ElasticTensor objects](https://github.com/materialsproject/pymatgen/blob/master/src/pymatgen/analysis/elasticity/elastic.py)
so we have access to several useful methods.
To get the Voigt bulk modulus, use:
Expand Down
2 changes: 1 addition & 1 deletion abipy_book/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Welcome to the AbiPy Jupyter Book!
This book contains notebook-based documentation for [AbiPy](https://github.com/abinit/abipy).
This augments our Sphinx-based [documentation](https://abinit.github.io/abipy>) with jupyter notebooks
This augments our Sphinx-based [documentation](https://abinit.github.io/abipy) with jupyter notebooks
containing interactive tutorials and examples.

Additional examples are available on the:
Expand Down

0 comments on commit 0e2b105

Please sign in to comment.