Skip to content

Commit

Permalink
add @naik-aakash to docs/team.md
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
janosh committed Sep 15, 2023
1 parent 627b056 commit a9adae6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/team.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pymatgen/io/cp2k/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ def __init__(
subsections: dict | None = None,
**kwargs,
):
"""Initialize the diagronalization section."""
"""Initialize the diagonalization section."""
self.eps_adapt = eps_adapt
self.eps_iter = eps_iter
self.eps_jacobi = eps_jacobi
Expand Down Expand Up @@ -1204,7 +1204,7 @@ def __init__(
systems where make_preconditioner would dominate the total computational cost.
"FULL_KINETIC": Cholesky inversion of S and T, fast construction, robust, use for
very large systems.
"FULL_SINGLE": Based on H-eS diagonalisation, not as good as FULL_ALL, but
"FULL_SINGLE": Based on H-eS diagonalization, not as good as FULL_ALL, but
somewhat cheaper to apply.
"FULL_SINGLE_INVERSE": Based on H-eS cholesky inversion, similar to FULL_SINGLE
in preconditioning efficiency but cheaper to construct, might be somewhat
Expand Down Expand Up @@ -1272,7 +1272,7 @@ def __init__(
time, FULL_KINETIC can be a good choice.
algorithm: What algorithm to use for OT. 'Strict': Taylor or diagonalization
based algorithm. IRAC: Orbital Transformation based Iterative Refinement of the
Approximative Congruence transformation (OT/IR).
Approximate Congruence transformation (OT/IR).
rotation: Introduce additional variables to allow subspace rotations (i.e fractional
occupations)
occupation_preconditioner: include the fractional occupation in the preconditioning
Expand Down Expand Up @@ -1385,7 +1385,7 @@ def __init__(
basis set file specified
potential: Pseudopotential for this atom, accessible from the
potential file
ghost: Turn this into ghost atom (disaple the potential)
ghost: Turn this into ghost atom (disable the potential)
aux_basis: Auxiliary basis to use with ADMM
keywords: additional keywords
subsections: additional subsections
Expand Down

0 comments on commit a9adae6

Please sign in to comment.