Skip to content

Commit e82a103

Browse files
committed
2 parents deca0c6 + cd2e13d commit e82a103

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
![Conda](https://img.shields.io/conda/pn/conda-forge/morfeus-ml)
88
![Python requires](https://img.shields.io/badge/dynamic/json?query=info.requires_python&label=python&url=https%3A%2F%2Fpypi.org%2Fpypi%2Fmorfeus-ml%2Fjson)
99
[![Testing](https://github.com/kjelljorner/morfeus/actions/workflows/test.yml/badge.svg)](https://github.com/kjelljorner/morfeus/actions/workflows/test.yml)
10+
[![DOI](https://zenodo.org/badge/291745112.svg)](https://zenodo.org/badge/latestdoi/291745112)
1011

1112
A Python package for calculating molecular features.
1213

@@ -52,9 +53,9 @@ For further information, see the separate [documentation](https://kjelljorner.gi
5253
* Conformer tools
5354
* Dispersion descriptor
5455
* Exact ligand cone angle
56+
* Ligand solid angle
5557
* Local force constant
5658
* Pyramidalization
57-
* Solid angle
5859
* Solvent accessible surface area
5960
* Sterimol parameters
6061
* XTB electronic descriptors

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ Features
6060
* Conformer tools
6161
* Dispersion descriptor
6262
* Exact ligand cone angle
63+
* Ligand solid angle
6364
* Local force constant
6465
* Pyramidalization
65-
* Solid angle
6666
* Solvent accessible surface area
6767
* Sterimol parameters
6868
* XTB electronic descriptors

docs/solid_angle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Solid angle
33
###########
44

5-
Solid angle and solid cone angles are implemented with a numerical recipe as
5+
Ligand solid angle and solid cone angles are implemented with a numerical recipe as
66
described by Guzei and Wendt :footcite:`guzei_2006`.
77

88
******

0 commit comments

Comments
 (0)