Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
various typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhelal committed Apr 24, 2024
1 parent 52e7f0f commit ca1939d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/optim.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/quirks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
}
Expand Down

0 comments on commit ca1939d

Please sign in to comment.