Skip to content

Commit 810ebb9

Browse files
author
Roberto Di Remigio
committed
Update docs. Added periodic tables with available radii
1 parent d49bc4b commit 810ebb9

File tree

8 files changed

+312
-232
lines changed

8 files changed

+312
-232
lines changed

doc/gfx/bondi_mantina.pdf

-49.1 KB
Binary file not shown.

doc/gfx/bondi_mantina.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
{
5454
\begin{minipage}{2.2cm}
5555
\centering
56-
{\textbf{#1} \hfill #2}%
56+
{\textbf{#1} \hfill \Large {#2}}%
5757
\linebreak \linebreak
5858
{\textbf{#3}}%
5959
\linebreak \linebreak

doc/gfx/uff.pdf

-49.1 KB
Binary file not shown.

doc/gfx/uff.tex

Lines changed: 120 additions & 120 deletions
Large diffs are not rendered by default.

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Contents:
3535
publications
3636
programmers/programmers-manual
3737
code-reference/classes-and-functions
38-
references
38+
zreferences
3939

4040
Indices and tables
4141
==================

doc/users/input.rst

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ Available sections:
4747
+ Green, subsection of medium. Sets up the Green's function inside and
4848
outside the cavity.
4949

50-
.. warning::
51-
52-
**Work in Progress!!**
53-
5450
Top section keywords
5551
--------------------
5652

@@ -113,7 +109,8 @@ Cavity section keywords
113109

114110
RadiiSet
115111
Select set of atomic radii to be used. Currently Bondi-Mantina
116-
:cite:`Bondi1964,Mantina2009` and UFF :cite:`Rappe1992` sets available.
112+
:cite:`Bondi1964,Mantina2009` and UFF :cite:`Rappe1992` sets available,
113+
see :ref:`available-radii`.
117114

118115
* **Type**: string
119116
* **Valid values**: Bondi | UFF
@@ -416,10 +413,23 @@ where the ``molecule.inp`` input file looks like:
416413

417414
* **Type**: array of doubles
418415

416+
.. _available-radii:
417+
418+
Available radii
419+
---------------
420+
421+
.. image:: ../gfx/bondi_mantina.png
422+
:scale: 70 %
423+
:align: center
424+
425+
.. image:: ../gfx/uff.png
426+
:scale: 70 %
427+
:align: center
428+
419429
.. _available-solvents:
420430

421431
Available solvents
422-
..................
432+
------------------
423433

424434
The macroscopic properties for the built-in list of solvents are:
425435

@@ -452,4 +462,3 @@ Solvents are ordered by decreasing static permittivity.
452462
Cyclohexane C6H12 2.023 2.028 2.815
453463
N-heptane C7H16 1.92 1.918 3.125
454464
==================== ======== ===================== ========================== ========================
455-
File renamed without changes.

src/utils/Atom.cpp

Lines changed: 174 additions & 103 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)