Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update solvation docs #1028

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions man/xtb.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,28 @@ OPTIONS
'ethylacetate', 'furane', 'hexandecane', 'hexane', 'methanol', 'nitromethane',
'octanol', 'woctanol', 'phenol', 'toluene', 'thf', 'water'.
The solvent input is not case-sensitive.
The Gsolv reference state can be chosen as 'reference' or 'bar1M' (default).
The Gsolv reference state can be chosen as 'reference', 'bar1M', or 'gsolv' (default).

*-g, --gbsa* 'SOLVENT' ['STATE']::
generalized born (GB) model with solvent accessable surface (SASA) model,
available solvents are 'acetone', 'acetonitrile', 'benzene' (only GFN1-xTB),
'CH2Cl2', 'CHCl3', 'CS2', 'DMF' (only GFN2-xTB), 'DMSO', 'ether', 'H2O',
'methanol', 'n-hexane' (only GFN2-xTB), 'THF' and 'toluene'.
The solvent input is not case-sensitive.
The Gsolv reference state can be chosen as 'reference' or 'bar1M' (default).
The Gsolv reference state can be chosen as 'reference', 'bar1M', or 'gsolv' (default).

*--cosmo* 'SOLVENT/EPSILON'::
domain decomposition conductor-like screening model (ddCOSMO)
available solvents are all solvents that are available for alpb.
Additionally, the dielectric constant can be set manually or an ideal conductor
can be chosen by setting epsilon to infinity.

--tmcosmo 'SOLVENT/EPSILON'::
same as --cosmo, but uses TM convention for writing the .cosmo files.

--cpcmx 'SOLVENT'::
extended conduction-like polarizable continuum solvation model (CPCM-X),
available solvents are all solvents included in the Minnesota Solvation Database.

*--cma* ::
shifts molecule to center of mass and transforms cartesian coordinates
Expand Down
4 changes: 2 additions & 2 deletions src/xhelp.f90
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@ subroutine help(iunit)
" hexandecane, hexane, methanol, nitromethane, octanol, woctanol, phenol, toluene,",&
" thf, water.",&
" The solvent input is not case-sensitive. The Gsolv",&
" reference state can be chosen as reference or bar1M (default).",&
" reference state can be chosen as reference, bar1M, or gsolv (default).",&
"",&
"-g, --gbsa SOLVENT [STATE]",&
" generalized born (GB) model with solvent accessable surface (SASA) model,",&
" available solvents are acetone, acetonitrile, benzene (only GFN1-xTB), CH2Cl2,",&
" CHCl3, CS2, DMF (only GFN2-xTB), DMSO, ether, H2O, methanol,",&
" n-hexane (only GFN2-xTB), THF and toluene.",&
" The solvent input is not case-sensitive.", &
" The Gsolv reference state can be chosen as reference or bar1M (default).",&
" The Gsolv reference state can be chosen as reference, bar1M, or gsolv (default).",&
"",&
"--cosmo SOLVENT/EPSILON",&
" domain decomposition conductor-like screening model (ddCOSMO),",&
Expand Down
Loading