Skip to content

Commit

Permalink
Document --oniom option (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk authored Feb 9, 2022
1 parent 885af2f commit 2be8eef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions man/xtb.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ OPTIONS
*--gfnff, --gff* ::
specify parametrisation of GFN-FF

*--oniom* 'METHOD' 'LIST'::
use subtractive embedding via ONIOM method. 'METHOD' is given as `outer:inner`
where `inner` can be 'orca', 'turbomole', 'gfn2', 'gfn1', or 'gfnff' and
`outer` can be 'gfn2', 'gfn1', or 'gfnff'.
The inner region is given as a comma separated indices.

*--etemp* 'REAL'::
electronic temperature (default = 300K)

Expand Down
6 changes: 6 additions & 0 deletions src/xhelp.f90
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ subroutine help(iunit)
"--gfnff, --gff",&
" specify parametrisation of GFN-FF",&
"",&
"--oniom METHOD LIST", &
" use subtractive embedding via ONIOM method. 'METHOD' is given as 'outer:inner'", &
" where 'inner' can be 'orca', 'turbomole', 'gfn2', 'gfn1', or 'gfnff' and", &
" 'outer' can be 'gfn2', 'gfn1', or 'gfnff'.", &
" The inner region is given as a comma separated indices.", &
"",&
"--etemp REAL",&
" electronic temperature (default = 300K)",&
"",&
Expand Down

0 comments on commit 2be8eef

Please sign in to comment.