Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsambit committed Apr 11, 2024
1 parent 413c9f4 commit d84415e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/manual/parameters.tex
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ \subsection{Parameters in section \tt DFT functional parameters}
{\it Default:} 0


{\it Description:} [Standard] Net charge of the system in Hartree units, positive quantity implies addition of electrons. In case of non-periodic boundary conditions, this capability is implemented using multipole Dirichlet inhomogeneous boundary conditions for the electrostatics. In case of periodic and semi-periodic conditions a uniform background charge is used to create a neutral system.
{\it Description:} [Standard] Net charge of the system in atomic units, positive quantity implies addition of electrons. In case of non-periodic boundary conditions, this capability is implemented using multipole Dirichlet inhomogeneous boundary conditions for the electrostatics. In case of periodic and semi-periodic conditions a uniform background charge is used to create a neutral system.


{\it Possible values:} A floating point number $v$ such that $-\text{MAX\_DOUBLE} \leq v \leq \text{MAX\_DOUBLE}$
Expand Down
2 changes: 1 addition & 1 deletion utils/dftParameters.cc
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ namespace dftfe
"NET CHARGE",
"0.0",
dealii::Patterns::Double(),
"[Standard] Net charge of the system in Hartree units, positive quantity implies addition of electrons. In case of non-periodic boundary conditions, this capability is implemented using multipole Dirichlet inhomogeneous boundary conditions for the electrostatics. In case of periodic and semi-periodic conditions a uniform background charge is used to create a neutral system.");
"[Standard] Net charge of the system in atomic units, positive quantity implies addition of electrons. In case of non-periodic boundary conditions, this capability is implemented using multipole Dirichlet inhomogeneous boundary conditions for the electrostatics. In case of periodic and semi-periodic conditions a uniform background charge is used to create a neutral system.");

prm.declare_entry(
"SPIN POLARIZATION",
Expand Down

0 comments on commit d84415e

Please sign in to comment.