Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kjelljorner committed Jun 23, 2022
2 parents deca0c6 + cd2e13d commit e82a103
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
![Conda](https://img.shields.io/conda/pn/conda-forge/morfeus-ml)
![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)
[![Testing](https://github.com/kjelljorner/morfeus/actions/workflows/test.yml/badge.svg)](https://github.com/kjelljorner/morfeus/actions/workflows/test.yml)
[![DOI](https://zenodo.org/badge/291745112.svg)](https://zenodo.org/badge/latestdoi/291745112)

A Python package for calculating molecular features.

Expand Down Expand Up @@ -52,9 +53,9 @@ For further information, see the separate [documentation](https://kjelljorner.gi
* Conformer tools
* Dispersion descriptor
* Exact ligand cone angle
* Ligand solid angle
* Local force constant
* Pyramidalization
* Solid angle
* Solvent accessible surface area
* Sterimol parameters
* XTB electronic descriptors
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Features
* Conformer tools
* Dispersion descriptor
* Exact ligand cone angle
* Ligand solid angle
* Local force constant
* Pyramidalization
* Solid angle
* Solvent accessible surface area
* Sterimol parameters
* XTB electronic descriptors
Expand Down
2 changes: 1 addition & 1 deletion docs/solid_angle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Solid angle
###########

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

******
Expand Down

0 comments on commit e82a103

Please sign in to comment.