AE Solver

Amplitude Equations Solver

View the AESolver repository on GitHub
Home Guidelines API

Index for inlist_handler module

Initialization file for the python module that contains classes used to load data from inlists into Python.

Detailed information on the available private and publicly available functions is available in the API reference of both classes:

1.API reference of inlist_handler 2.API reference of toml_inlist_handler

In this index, the publicly available (class) methods of these classes/objects are shown (with a short description of their functionality).

Sub-modules

Classes

InlistHandler()
Python class that handles how custom-format inlists are parsed.

Static methods

get_inlist_values(inlist_path: str) -> dict
Utility method that retrieves the default inlist values, and updates them, if necessary.
TomlInlistHandler()
Python class that handles how toml-format inlists are parsed.

Static methods

get_inlist_values(inlist_path: str) -> dict
Utility method that retrieves the inlist values, as parsed from the toml inlist file.