Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated uv-theory name change in Python doc
  • Loading branch information
g-bauer committed Feb 19, 2024
commit 77147571113ed3d75b2dc4836b6036e0a77164d3
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
```