xnn.ffnn.common.frc.Section#
- class xnn.ffnn.common.frc.Section(kind, label, comments=<factory>, annotations=<factory>, modifiers=<factory>, key_columns=<factory>, columns=<factory>, rows=<factory>, data=None, source='')[source]#
Bases:
objectA
#<kind> <label>section.- Variables:
label (kind,) – The section kind and label.
annotations (list of str) –
>lines: the energy expression and notes.modifiers (dict) –
@lines grouped by keyword:{"units": [["K2", "kJ/mol/nm^2"]], "type": [["rmin-eps"]], ...}.columns (key_columns,) – Names of the key columns and of the value columns.
rows (list of Row) – The data rows (empty for JSON sections).
data (object) – Parsed JSON for
templates/fragments, elseNone.source (str) – Originating file.
- Parameters: