Skip to content

Commit

Permalink
add CLI description
Browse files Browse the repository at this point in the history
Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
  • Loading branch information
Albkat committed Jan 10, 2025
1 parent e72b3d2 commit 7972c2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions man/xtb.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ OPTIONS
*--tblite* ::
use tblite library as implementation for xTB

--ceh* ::
calculate CEH (Charge-Extended Hückel model) charges and write them to ceh.charges file
*--ceh <grad> [REAL]* ::
calculate CEH (Charge-Extended Hückel model) charges and write them to the ceh.charges file,
optionally, calculate numerical gradients and write them to the ceh.charges.numgrad file
with an adjustable step size for the numerical gradients.

*--ptb* ::
performs single-point calculation with the density tight-binding method PTB.
Expand Down
6 changes: 4 additions & 2 deletions src/xhelp.f90
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,10 @@ subroutine help(iunit)
"-c, --chrg INT",&
" specify molecular charge as INT, overrides .CHRG file and xcontrol option",&
"",&
"--ceh",&
" calculate CEH (Charge-Extended Hückel model) charges and write them to ceh.charges file",&
"--ceh <grad> [REAL]",&
" calculate CEH (Charge-Extended Hückel model) charges and write them to the ceh.charges file",&
" optionally, calculate numerical gradients and write them to the ceh.charges.numgrad file",&
" with an adjustable step size for the numerical gradients.",&
"",&
"-u, --uhf INT",&
" specify number of unpaired electrons as INT, overrides .UHF file and xcontrol option",&
Expand Down

0 comments on commit 7972c2d

Please sign in to comment.