diff --git a/docs/optim.ipynb b/docs/optim.ipynb index 1fc2562..197b1c9 100644 --- a/docs/optim.ipynb +++ b/docs/optim.ipynb @@ -22,10 +22,10 @@ " with the `xc_method` argument.\n", "* minimisation of the total energy subject to the constraint of orthonormal orbitals.\n", "\n", - "\n", - "On the second point, there are many possible approaches to the constrained optimisation\n", - "problem. In the following we setup solving this minimisation with the \n", - "[optax library](https://optax.readthedocs.io/en/latest/index.html)." + "On the second point, there are many possible approaches to solving this constrained \n", + "optimisation problem. In the following we setup minimising the total energy with the \n", + "[Adam optimiser](https://optax.readthedocs.io/en/latest/api/optimizers.html#adam) \n", + "from the [optax library](https://optax.readthedocs.io/en/latest/index.html)." ] }, { diff --git a/docs/quirks.ipynb b/docs/quirks.ipynb index 4233d97..7f2b689 100644 --- a/docs/quirks.ipynb +++ b/docs/quirks.ipynb @@ -47,7 +47,7 @@ "python process\n", "* using the context manager [jax.experimental.disable_x64](https://jax.readthedocs.io/en/latest/_autosummary/jax.experimental.disable_x64.html)\n", "\n", - "These methods can be used to investigate the mixed-precision electronic structure \n", + "These methods can be used to investigate mixed-precision electronic structure \n", "simulations." ] }