Skip to content

Commit

Permalink
Updated uv-theory name change in Python doc
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bauer committed Feb 19, 2024
1 parent a2d1ebb commit 7714757
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/api/uvtheory.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# `feos.uvtheory`

Utilities to build `UVParameters`.
Utilities to build `UVTheoryParameters`.

## Example

```python
from feos.uvtheory import UVParameters
from feos.uvtheory import UVTheoryParameters

parameters = UVParameters.from_json(['methane', 'ethane'], 'parameters.json')
parameters = UVTheoryParameters.from_json(['methane', 'ethane'], 'parameters.json')
```

## Data types
Expand All @@ -23,6 +23,6 @@ parameters = UVParameters.from_json(['methane', 'ethane'], 'parameters.json')
PureRecord
BinaryRecord
Perturbation
UVRecord
UVParameters
UVTheoryRecord
UVTheoryParameters
```

0 comments on commit 7714757

Please sign in to comment.