Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 473 Bytes

File metadata and controls

29 lines (21 loc) · 473 Bytes

feos.uvtheory

Utilities to build UVTheoryParameters.

Example

from feos.uvtheory import UVTheoryParameters

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

Data types

.. currentmodule:: feos.uvtheory

.. autosummary::
    :toctree: generated/

    Identifier
    IdentifierOption
    ChemicalRecord
    PureRecord
    BinaryRecord
    Perturbation
    UVTheoryRecord
    UVTheoryParameters