Fix typo.

This commit is contained in:
v1j4y 2021-10-05 09:10:22 +02:00
parent f8c3740897
commit 9046dc8702

View File

@ -241,7 +241,7 @@ trexio_exit_code trexio_[has/read/write]_<group>_<attribute>
* QMCkl: QMC kernel library
** QMC kernel library
*** Computational kernels
- QMCkl will contain the main kernels of QMC methods (Domain
specific library, end-user driven)
@ -273,8 +273,8 @@ trexio_exit_code trexio_[has/read/write]_<group>_<attribute>
Easy to read, understand, modify for scientists, not necessarily efficient.
2. *High performance libraries* \\
Efficient on a given architecture, but not necessarily
readable by physicists/chemists. \\
Performance within 10\% to maximize portability and simplicity.
readable by physicists/chemists. \\
Performance within 10\% to maximize portability and simplicity.
- Both /Documentation/ and /High performance/ have the same API
(similar to BLAS on netlib /vs/ MKL).
@ -434,7 +434,7 @@ digraph G {
- Matrices are stored in tiled format $\Longrightarrow$ task-based
linear algebra interleaved computation of multiple kernels
- Increase parallelism by agregating multiple independent walkers
- Increase parallelism by aggregating multiple independent walkers
in matrices
- Needs fast linear algebra kernels for small matrices
@ -461,7 +461,7 @@ digraph G {
[[./maqao2.png]]
** First application : 3-body Jastrow factor
#+LATEX: \newcommand{\Jeen}{J_{\text{een}}}
#+LATEX: \newcommand{\Nel}{N_{\text{elec}}}
#+LATEX: \newcommand{\Nat}{N_{\text{nucl}}}