Skip to content

Commit

Permalink
Added documentation for custom solvation radii
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelRobidas committed Feb 2, 2022
1 parent dbf178b commit aa56b35
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,13 @@ pip install git+https://github.com/cyllab/ccinput
Simply use the `ccinput` command with the desired parameters:
```
usage: ccinput [-h] [--basis_set BASIS_SET] [--solvent SOLVENT] [--solvation_model SOLVATION_MODEL]
[--solvation_radii SOLVATION_RADII] [--specifications SPECIFICATIONS]
[--density_fitting DENSITY_FITTING] [--custom_basis_sets CUSTOM_BASIS_SETS] [--xyz XYZ]
[--file FILE] [--output OUTPUT] [--constraints CONSTRAINTS] [--freeze ATOM [ATOM ...]]
[--scan ATOM [ATOM ...]] [--from FROM] [--to TO] [--nsteps NSTEPS] [--step STEP]
[--nproc NPROC] [--mem MEM] [--charge CHARGE] [--mult MULT] [--d3 | --d3bj]
[--name NAME] [--aux_name AUX_NAME] [--header HEADER] [--version]
[--solvation_radii SOLVATION_RADII] [--custom_solvation_radii CUSTOM_SOLVATION_RADII]
[--specifications SPECIFICATIONS] [--density_fitting DENSITY_FITTING]
[--custom_basis_sets CUSTOM_BASIS_SETS] [--xyz XYZ] [--file FILE] [--output OUTPUT]
[--constraints CONSTRAINTS] [--freeze ATOM [ATOM ...]] [--scan ATOM [ATOM ...]]
[--from FROM] [--to TO] [--nsteps NSTEPS] [--step STEP] [--nproc NPROC] [--mem MEM]
[--charge CHARGE] [--mult MULT] [--d3 | --d3bj] [--name NAME] [--aux_name AUX_NAME]
[--header HEADER] [--version]
software type method
```

Expand Down
3 changes: 2 additions & 1 deletion docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ Coupled Cluster n.a. no
Feature Gaussian 16 ORCA 5
=============================== ============ ===========
Implicit solvation yes yes
Choice of solvation radii yes yes
Choice of solvation radii set yes yes
Custom solvation radii yes yes
Custom basis sets yes yes
Density fitting yes no
Custom additional keywords yes yes
Expand Down
6 changes: 6 additions & 0 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,12 @@ All UFF (g16 default)

.. [SMD18] E. Engelage, N. Schulz, F. Heinen, S. M. Huber, D. G. Truhlar, C. J. Cramer, *Chem. Eur. J.* **2018**, *24*, 15983-15987.

Custom solvation radii
^^^^^^^^^^^^^^^^^^^^^^

Specific solvation radii to use for some elements.

The format to use is "<ELEMENT>=<RADIUS>;...", for example: "H=1.00;Li=1.70;".

Specifications
^^^^^^^^^^^^^^
Expand Down

0 comments on commit aa56b35

Please sign in to comment.