Skip to content

Commit

Permalink
update man-page and usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Albkat committed Feb 15, 2024
1 parent 3f69f05 commit 5d3648f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion man/xtb.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,12 @@ OPTIONS
*--gfnff, --gff* ::
specify parametrisation of GFN-FF

*--tblite*::
*--tblite* ::
use tblite library as implementation for xTB

*--ptb* ::
TODO

*--spinpol*::
enables spin-polarization for xTB methods (tblite required)

Expand Down Expand Up @@ -137,6 +140,9 @@ OPTIONS
*--molden*::
requests printout of molden file

*--alpha/--raman*::
TODO

*--dipole*::
requests dipole printout

Expand Down
6 changes: 6 additions & 0 deletions src/xhelp.f90
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ subroutine help(iunit)
"--tblite,",&
" use tblite library as implementation for xTB",&
"",&
"--ptb,",&
" TODO",&
"",&
"--spinpol,",&
" enables spin-polarization for xTB methods (tblite required)",&
"",&
Expand Down Expand Up @@ -193,6 +196,9 @@ subroutine help(iunit)
"--dipole",&
" requests dipole printout",&
"",&
"--raman/--alpha,",&
" TODO",&
"",&
"--wbo",&
" requests Wiberg bond order printout",&
"",&
Expand Down

0 comments on commit 5d3648f

Please sign in to comment.