Skip to content

Commit

Permalink
Merge branch 'ceh_numgrad' of github.com:Albkat/xtb into ceh_numgrad
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaswittmann committed Jan 10, 2025
2 parents 7a1f224 + 7972c2d commit 0bc6bd2
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 0bc6bd2

Please sign in to comment.